Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-07-15 | Dumb near plane clipping. | quou | -2/+10 | |
2024-07-15 | Screen space clipping and backface culling. | quou | -41/+147 | |
2024-07-15 | Update persp and ndc2clip to be more consistent with other maths functions. | quou | -4/+6 | |
2024-07-14 | Remove unused variable from vec_ref. | quou | -2/+2 | |
2024-07-14 | Add a little font too | quou | -26/+92 | |
2024-07-13 | Update .gitignore. | quou | -0/+4 | |
2024-07-13 | Model loading and basic lighting. | quou | -667/+3366 | |
2024-07-13 | Add file API | quou | -0/+114 | |
2024-07-13 | +y is up | quou | -2/+2 | |
2024-07-13 | Add some maths functions | quou | -0/+31 | |
2024-07-13 | Better triangle fill and texture mapping. | quou | -729/+896 | |
2024-07-06 | Const-ify the ren_tri input vertices. | quou | -9/+17 | |
2024-07-06 | Decrease app memory size. | quou | -1/+1 | |
2024-07-06 | Allocate a max viewport so that re-creating images isn't needed. | quou | -23/+24 | |
2024-07-06 | Triangle fill. | quou | -17/+178 | |
2024-07-03 | persp protects against divide by zero. | quou | -0/+1 | |
2024-07-03 | Spinning torus | quou | -104/+926 | |
2024-06-30 | initial commit. | quou | -0/+1292 | |