Conversion of my old 3D "hello world" that animates the 3D projeciton of an hypercube. With more or less parameters PyOpenGL/Glut -> PyGame
Find a file
2023-04-03 17:07:18 +02:00
.drone.yml Initial working port 2022-11-09 00:43:36 +01:00
.gitignore Initial import of source and some configs 2022-11-08 22:11:12 +01:00
LICENSE Initial commit 2022-11-08 22:01:12 +01:00
py_hypercube.py Lock the animation at 60 FPS 2023-04-03 17:07:18 +02:00
README.md Initial import of source and some configs 2022-11-08 22:11:12 +01:00
requirements.txt Initial working port 2022-11-09 00:43:36 +01:00

py_hypercube

Conversion of my old 3D "hello world" that animates the 3D projeciton of an hypercube.

With more or less parameters

PyOpenGL/Glut -> PyGame Build Status