8 lines
189 B
Markdown
8 lines
189 B
Markdown
|
# Python Terminal 3d Renderer
|
||
|
|
||
|
Naively prints colored points to the terminal and animates them. Currently configured to render two different kinds of donuts.
|
||
|
|
||
|
To run
|
||
|
```
|
||
|
python3 main.py
|
||
|
```
|