Personal experiments in Pygame.
# Install Pygame
$ python3 -m pip install -U pygame --user
# Run tests
$ for f in test/*; do python3 ${f}; done
# Run experiment
$ python3 -m playground.fps_optimization.01_basic_drawing
:interrobang: Experiment: Personal experiments in Python Pygame
Python
Personal experiments in Pygame.
# Install Pygame
$ python3 -m pip install -U pygame --user
# Run tests
$ for f in test/*; do python3 ${f}; done
# Run experiment
$ python3 -m playground.fps_optimization.01_basic_drawing