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
kleph 99d1eb8433
Some checks failed
continuous-integration/drone/push Build is failing
[CI] try to add pylint
2024-09-06 20:26:40 +02:00
.drone.yml [CI] try to add pylint 2024-09-06 20:26:40 +02:00
.gitignore Initial import of source and some configs 2022-11-08 22:11:12 +01:00
.ruff.toml [CI] Test ruff linter 2024-01-04 05:45:31 +01:00
LICENSE Initial commit 2022-11-08 22:01:12 +01:00
py_hypercube.py [CI] Test ruff linter 2024-01-04 05:45:31 +01:00
README.md [CI] Test ruff linter 2024-01-04 05:45:31 +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 projection of an hypercube.

With more or less parameters

PyOpenGL/Glut -> PyGame Build Status