Skip to content

Instantly share code, notes, and snippets.

import numpy
import pygame
import random
pygame.init()
# Params
N = 1000 # Number of pendulums
L = 10 # Length of pendulum arms
M = 1 # Mass of pendulum arms
@davidpendergast
davidpendergast / differences.txt
Last active August 22, 2023 13:53
Pygame vs. Pygame-CE API Differences
Pygame vs. Pygame-CE API Differences
------------------------------------
This document is meant to serve as a reference for pygame developers that use
both pygame and pygame-ce. It is not an endorsement of one over the other.
Last updated: April 26, 2023
Info was compiled from the repos' release pages and their respective docs: