add note about structs
This commit is contained in:
parent
aa6add0667
commit
58321f66b8
|
@ -2,4 +2,8 @@
|
||||||
|
|
||||||
Naively renders colored points to the terminal and animates them. Currently configured to display a pointcloud of a 'donut'.
|
Naively renders colored points to the terminal and animates them. Currently configured to display a pointcloud of a 'donut'.
|
||||||
|
|
||||||
This project requires GCC (clang may work) to be built and is designed to be run on linux. There is a provided makefile.
|
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.
|
Loading…
Reference in a new issue