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 5147a17a0b
All checks were successful
continuous-integration/drone/push Build is passing
[CI] Update ruff command
2024-09-06 20:29:21 +02:00
.drone.yml [CI] Update ruff command 2024-09-06 20:29:21 +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