Commit Graph

26 Commits

Author SHA1 Message Date
bailwillharr
45a8c7be3c begin adding SceneManager 2022-11-29 14:22:03 +00:00
bailwillharr
fd6c99ea12 disable most of the engine for for rewrite 2022-11-28 16:33:50 +00:00
bailwillharr
cc705fde85 remove non-generic logic from engine game loop 2022-11-28 15:57:18 +00:00
04a7114e0e do font stuff 2022-11-23 16:20:08 +00:00
bailwillharr
b5c7750649 Do stuff 2022-11-23 15:40:10 +00:00
f06ccecd33 Add multisampling 2022-11-15 19:53:40 +00:00
bailwillharr
7cc09484c1 Support textures with vulkan; add FPS limiter. 2022-11-10 14:12:29 +00:00
bailwillharr
99b287309d Add vulkan push constant support 2022-10-31 16:21:07 +00:00
d628414d69 break stuff 2022-10-27 23:06:56 +01:00
bailwillharr
d04e4a168a Do a ton of stuff. can't remember what 2022-10-27 17:58:30 +01:00
bailwillharr
df02820c7d do stuff 2022-10-24 15:16:04 +01:00
46895c0d4b Support multiple frames rendering at once 2022-10-24 14:30:05 +01:00
e811349e5b Make index buffers use 32 bit ints 2022-10-24 09:34:09 +01:00
ce12534ad8 Add indexed buffer support 2022-10-24 01:10:48 +01:00
a24b951df1 Add support for multiple pipelines 2022-10-24 00:19:07 +01:00
14e9833a93 Make changes 2022-10-23 12:05:09 +01:00
b6a7634cc5 Get vertex buffers working 2022-10-22 13:15:25 +01:00
eb1884ee8e Add buffer code, doesn't work 2022-10-21 17:03:36 +01:00
36c07aa4d1 Add support for window resizing with Vulkan 2022-10-21 13:58:59 +01:00
92ff208c35 Finally get something to show on screen 2022-10-20 20:28:51 +01:00
2fd4453de6 Add vma 2022-10-08 16:20:31 +01:00
81031c9c10 Move everything into namespace 2022-10-06 11:30:44 +01:00
c2ec967a89 Make window handle private with getter 2022-10-05 17:01:40 +01:00
45a4db4dcf Move game loop into engine lib 2022-10-04 11:54:23 +01:00
40c0c024a1 gfx work 2022-09-17 01:22:35 +01:00
07c17687ef Begin vulkan impl 2022-09-13 19:25:18 +01:00