Real time 3D vector graphics with Python, old skool Amiga Demo style. See also https://oldskoolpython.blogspot.com/
There are five directories:
- Vector3D: A project to develop a 3D vector city with a light source and shadows.
- Landscape: Fractal Landscapes with mouse controlled zooming.
- Sound Vision: A Python reproduction of a 1992 Amiga demo "Sound Vision" by Reflect.
- Game of Life: A simple Game of Life study using Numpy and Pygame.
- RGB Sphere: A spherical vector object shaded with three independent (red, green, blue) light sources.