Random C Projects/Prototyping Playground
Go to file
Curt Spark 161e5c885a Get basic graph rendering functionality setup and a basic test 2024-08-02 19:05:33 +01:00
lib Get basic graph rendering functionality setup and a basic test 2024-08-02 19:05:33 +01:00
.gitignore Fix buffer overflow and properly init pixel array 2024-07-20 22:09:44 +01:00
An-Introduction-to-Ray-Tracing-The-Morgan-Kaufmann-Series-in-Computer-Graphics-.pdf Latest 2024-07-26 08:44:14 +01:00
Linear Algebra - Jim Hefferon - 4th Ed.pdf Latest 2024-07-26 08:44:14 +01:00
README.org Add README 2024-07-26 08:23:04 +01:00
comprun.sh Fix padding algorithm and make simple rendering test 2024-07-27 01:53:40 +01:00
dap.el Init 2024-07-18 21:12:46 +01:00
main.c Get basic graph rendering functionality setup and a basic test 2024-08-02 19:05:33 +01:00

README.org

C Playground

This is a playground for prototyping and projects written in C.

Typically all my C projects start here.

Currently working on a grapher, bitmap render and eventually a 3d raytracer.