Commit Graph

38 Commits

Author SHA1 Message Date
bailehuni
dfd892b146 Make the lighting directional again 2024-03-27 15:01:05 +00:00
bailehuni
cda6a99e5c Clean up 2024-03-27 00:28:31 +00:00
bailehuni
81ed78de51 Get Dear ImGui working again and make the scene dark and forboding 2024-03-26 12:14:03 +00:00
bailehuni
389c979f2f Get shadow mapping mostly working 2024-03-26 11:18:50 +00:00
bailehuni
f04c516d2b Begin adding shadow mapping and a few vulkan fixes 2024-03-23 21:16:30 +00:00
bailehuni
11641c6179 Add skybox and crude IBL approximation 2024-03-19 11:32:51 +00:00
bailehuni
1b0af6cd8b Get player controller wall collisions working 2024-03-18 01:04:33 +00:00
a4d58a1490 Add test models and try to improve player controller 2024-03-14 19:37:44 +00:00
bailehuni
daba5332b9 fix collision tree 2024-03-14 04:25:02 +00:00
bailehuni
d9ea79170f add bvh tree for collisions, begin basic debug rendering support 2024-03-03 23:22:23 +00:00
bailehuni
984941d546 Get PBR rendering working 2024-02-28 22:18:19 +00:00
deb8ad13a6 formatting stuff 2024-02-24 15:16:30 +00:00
7aca66ff06 pbr work 2023-11-28 12:50:55 +00:00
33ee5aa321 get normal maps working 2023-11-05 14:39:19 +00:00
b58d343c8d try getting normal maps to work 2023-11-05 01:04:05 +00:00
35f4340380 change coordinate system to Z-up 2023-09-19 13:53:19 +01:00
591d0ea3c2 Attempt to fix coordinate system 2023-09-19 12:29:40 +01:00
5ddcb90ad2 Begin full text rendering support 2023-05-15 00:27:31 +01:00
83e0935b15 remove freetype, begin font code 2023-05-14 14:40:16 +01:00
5a824ee015 Finally get textures working again 2023-03-23 19:07:10 +00:00
25ee640c41 Get textures working (almost) 2023-03-21 23:52:52 +00:00
bailwillharr
cd617e8619 DO lots 2023-03-15 23:11:24 +00:00
bailwillharr
e1cb168cce Fix subpass dependency and do other things 2023-03-15 01:49:03 +00:00
9e7c6e923d Attempt to add depth buffer 2023-03-13 20:27:47 +00:00
bailwillharr
fa34a8c583 Make uniform buffers updateable. 2023-03-13 17:10:46 +00:00
bailwillharr
bbf582d85f Get descriptor sets working 2023-03-13 01:19:32 +00:00
bailwillharr
2bb75f4683 Get rendering kind-of working again 2023-03-12 20:39:11 +00:00
bailwillharr
8abfc69154 re-write pipeline code 2023-03-12 17:11:13 +00:00
bailwillharr
3e40ae3e1e Start rewrite of vulkan backend (again) 2023-03-12 16:14:55 +00:00
bailwillharr
7c0b286e13 Fix windows compilation 2023-02-19 13:55:08 +00:00
1206d4626c Fix shader error 2023-02-18 01:55:22 +00:00
d76c8bb9cb Do things 2023-02-15 16:00:54 +00:00
bb7d70e79e Begin collision rewrite 2023-02-02 17:32:19 +00:00
165d2687a8 Fix sphere normals 2023-01-26 21:54:20 +00:00
c489c66a44 Clean stuff up 2023-01-20 16:30:35 +00:00
d7d8720c75 Fix bugs, add mesh gen 2023-01-06 16:45:39 +00:00
c493ba559b Add mesh renderer 2022-12-20 23:51:04 +00:00
bailwillharr
648bdf19fe Move engine resources out of test 2022-11-30 11:59:41 +00:00