summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorLines
2025-01-18tonemapquou-4/+6
2025-01-18convert models and editor to use ecsquou-4/+6
2025-01-18ECSquou-4/+6
2025-01-14misc refactoringquou-12/+18
2025-01-13basic picking and debug renderingquou-12/+14
2025-01-11use a generated makefile instead of handwritten onesquou-144/+131
2025-01-09mipmap the environment probequou-1/+5
2025-01-07update the makefilequou-1/+1
2025-01-04render a skyboxquou-2/+10
2025-01-02Simpler depth prepass shaderquou-1/+8
2025-01-01material systemquou-2/+26
2025-01-01update makefile clean to also remove .dquou-0/+2
2025-01-01remove debugger thingquou-4/+1
2024-12-31UI modal windowsquou-1/+4
2024-12-28converting, loading and rendering GLTF modelsquou-3/+17
2024-12-27Fix linux buildquou-2/+3
2024-12-27building and running on windows with visual studioquou-1/+1
2024-12-273D mathsquou-1/+4
2024-12-27basic text renderingquou-2/+8
2024-12-26seperate descriptor sets from pipelines to allow swapping out shader ↵quou-1/+4
resources without recreating pipelines
2024-12-25rm convtexture in make cleanquou-0/+1
2024-12-23Texture conversion and loadingquou-3/+10
2024-12-22cute asset loading systemquou-9/+22
2024-12-19basic vulkan setupquou-3/+9
2024-12-15Windowing + keyboard and mouse inputquou-1/+22
2024-12-14initial commitquou-0/+29