c-terminal-3d/README.md

9 lines
451 B
Markdown
Raw Normal View History

2024-06-05 16:49:57 +00:00
# C Terminal 3d Renderer
Naively renders colored points to the terminal and animates them. Currently configured to display a pointcloud of a 'donut'.
2024-06-05 16:51:39 +00:00
This project requires GCC (clang may work) to be built and is designed to be run on linux. There is a provided makefile.
## Note
In this project I used the convention of naming structs `struct_t` which I have learned is bad practice. Additionally, structs are typedef'd which is also bad practice.