A cube wireframe renderer, in a 45x45 Python script, inspired by donut.c.
An online version can be found here.
Code, Adjusted to Fit Into a Square | Output |
---|---|
Run with python cube.py
- The obfuscated code can be found in
cube.py
. - The unobfuscated version can be found at in
unobfuscated-cube.py
- The one liner version can be found at in
one-liner.py