summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2025-01-28grey cube model & materialquou-3/+15
2025-01-27translation gizmo (still buggy tho)quou-17/+132
2025-01-27perpquou-0/+7
2025-01-24start on physicsquou-9/+452
2025-01-24allow assets without loadersquou-1/+1
2025-01-24m3f inversequou-0/+30
2025-01-24construct a 4x4 rotation matrix using a quaternionquou-0/+34
2025-01-24UI label set_boolquou-0/+8
2025-01-24UI checkboxquou-1/+51
2025-01-24increase UI command buffer sizequou-1/+1
2025-01-21add m3f and morequou-9/+72
2025-01-21quaternionquou-0/+84
2025-01-21vector swizzlequou-0/+5
2025-01-21arrow drawing functionquou-0/+16
2025-01-19Make the UI renderer more efficientquou-19/+24
2025-01-19render UI in softwarequou-449/+379
2025-01-18tonemapquou-12/+203
2025-01-18entity debuggerquou-14/+76
2025-01-18functions to set labels to int, float and hex numbersquou-0/+21
2025-01-18increase ui vertex buffer sizequou-1/+1
2025-01-18convert models and editor to use ecsquou-81/+163
2025-01-18ECSquou-4/+389
2025-01-15use the same VBO for all fullscreen quadsquou-46/+65
2025-01-14editor bindings for material roughness and aoquou-21/+56
2025-01-14fix material.ao not being read in surfacequou-1/+1
2025-01-14UI table layoutquou-1/+63
2025-01-14fix editor.mat_win not getting reset on destroyquou-1/+3
2025-01-14fix input buffer size not being setquou-0/+1
2025-01-14clean up editor a bitquou-10/+21
2025-01-14store asset namesquou-1/+4
2025-01-14editing the metalness of materialsquou-2/+38
2025-01-14UI slider, float and text inputsquou-9/+377
2025-01-14text inputquou-2/+22
2025-01-14fix metalnessquou-1/+1
2025-01-14misc refactoringquou-188/+321
2025-01-13improve picking by selecting the closest objectquou-22/+31
2025-01-13basic picking and debug renderingquou-31/+346
2025-01-13maths library fixesquou-12/+11
2025-01-12calculate model bounds at compile timequou-1/+33
2025-01-11mip the specular cube properlyquou-46/+142
2025-01-11use a generated makefile instead of handwritten onesquou-251/+523
2025-01-09mipmap the environment probequou-29/+166
2025-01-09smooth resizing on windowsquou-0/+23
2025-01-09update windows appquou-1/+16
2025-01-09refactor appquou-111/+116
2025-01-09Actually pay attention to the vsync flag passed into choose_swap_modequou-3/+10
2025-01-09simplify texture transitionsquou-66/+12
2025-01-08automagic texture transitionsquou-60/+217
2025-01-07update the makefilequou-1/+1
2025-01-06environment mappingquou-9/+198