summaryrefslogtreecommitdiff
path: root/render.c
AgeCommit message (Collapse)AuthorLines
2024-08-10Remove lighting for nowquou-0/+6
2024-08-10col_addquou-0/+9
2024-08-04col_sclquou-0/+9
2024-08-04expose line APIquou-7/+0
2024-08-03Add helpers for getting map tilesquou-1/+1
2024-08-03Fix ren_texturequou-2/+2
2024-07-31Fix warning in render.cquou-1/+1
2024-07-31ren_texturequou-0/+26
2024-07-31Reset clip functionquou-0/+7
2024-07-30floor and ceilingquou-9/+34
2024-07-28fix raycasting aspect ratio.quou-3/+3
2024-07-28brick texturequou-1/+1
2024-07-28Textured walls and vastly increase the speed of the raycaster.quou-33/+52
2024-07-28make_white and make_blackquou-0/+8
2024-07-27ren_rectquou-0/+19
2024-07-27WIP raycastingquou-0/+63
2024-07-27Fix ren_linequou-1/+1
2024-07-27clipping and viewport improvements.quou-42/+69
2024-07-22sampling textures in game.quou-9/+50
2024-07-15Dumb near plane clipping.quou-2/+9
2024-07-15Screen space clipping and backface culling.quou-39/+125
2024-07-14Add a little font tooquou-23/+75
2024-07-13Model loading and basic lighting.quou-0/+49
2024-07-13Better triangle fill and texture mapping.quou-81/+165
2024-07-06Const-ify the ren_tri input vertices.quou-6/+14
2024-07-06Triangle fill.quou-3/+130
2024-06-30initial commit.quou-0/+207