← Back to Projects
A collection of demoscene-style animated graphics generated by Python scripts.
- Date: Mar – May 2021
- On GitHub
Made with
- Python
- Pyxel
About
To try learning graphics programming, I implemented some old-school demoscene effects in Pyxel, a Python-based fantasy console. These animations include a plasma (pictured) and sprite-based pseudo-3D.
- Doubled performance by profiling and manually optimizing slow code sections
- Simplified tedious drawing procedures with automated code generation