Commit Graph

73 Commits

Author SHA1 Message Date
440e5d1fcc Add test scene, update readme 2023-05-29 15:21:50 +01:00
6d49f022ec tidy up graphics code 2023-05-29 14:52:14 +01:00
7e2da23398 some testing 2023-05-27 13:07:25 +01:00
bailwillharr
e57be9a0e7 Begin adding custom behaviour system 2023-05-25 18:35:32 +01:00
5ddcb90ad2 Begin full text rendering support 2023-05-15 00:27:31 +01:00
f9099e9ddf Add font render to texture 2023-05-14 22:05:22 +01:00
56b8daa0bf more reformatting 2023-05-02 12:02:43 +01:00
bf6c8d8a02 Rename .hpps to .h 2023-05-01 14:13:35 +01:00
e1b0b79d32 finish reformatting header files 2023-05-01 13:55:49 +01:00
3ad0b8b6f8 more reformatting 2023-05-01 13:14:46 +01:00
a93687d2bd commit more files 2023-04-29 15:57:32 +01:00
c5b7a09e63 begin changing style 2023-04-29 15:22:25 +01:00
8cbcce5ce4 change reference to pointer 2023-04-24 11:45:47 +01:00
15d62ecf6b add support for different texture samplers 2023-03-31 09:08:49 +01:00
5a824ee015 Finally get textures working again 2023-03-23 19:07:10 +00:00
b21dad41cd Choose depth buffer format; Log GPU memory usage 2023-03-21 14:18:59 +00:00
c462e873bc Re-add unifom buffer writing 2023-03-21 11:03:20 +00:00
bailwillharr
cd617e8619 DO lots 2023-03-15 23:11:24 +00:00
75174fea2c fix errors 2023-03-15 13:31:03 +00:00
bailwillharr
e1cb168cce Fix subpass dependency and do other things 2023-03-15 01:49:03 +00:00
bailwillharr
2f46fe21ef Get depth buffer working 2023-03-13 20:35:15 +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
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
68d54667ec Limit to vsync by default 2023-02-24 16:35:27 +00:00
f6686b7e4f Clean up code 2023-02-19 15:30:21 +00:00
bailwillharr
7c0b286e13 Fix windows compilation 2023-02-19 13:55:08 +00:00
d76c8bb9cb Do things 2023-02-15 16:00:54 +00:00
5890f94fe5 Do things 2023-02-13 11:27:18 +00:00
f32a42b393 Collision stuff 2023-02-12 14:50:29 +00:00
0a0f4758b1 add cubez 2023-02-09 20:44:37 +00:00
b23d6d0fe4 update todo 2023-02-09 15:29:19 +00:00
062b2d6c8f Get event system working; add collision events 2023-02-09 15:21:37 +00:00
bb7d70e79e Begin collision rewrite 2023-02-02 17:32:19 +00:00
ca02bf6084 Improve floor collisions, disable wall collisions 2023-01-28 00:24:04 +00:00
e7b5781216 wont work how fix 2023-01-27 00:10:08 +00:00
fce32b1320 get wall collisions kind of working 2023-01-26 23:52:25 +00:00
165d2687a8 Fix sphere normals 2023-01-26 21:54:20 +00:00
6e45aba65b ALlow texture filtering to be changed 2023-01-26 21:17:07 +00:00
ea51d669d9 Disable all Assimp importers except collada 2023-01-22 21:49:56 +00:00
2985a3af81 Try add player collision 2023-01-22 18:20:10 +00:00
5791b11fb9 Add persistent resources, clean up code 2023-01-20 20:59:35 +00:00
bailwillharr
8afa35e940 Disable frame limiter 2023-01-20 19:28:10 +00:00
c489c66a44 Clean stuff up 2023-01-20 16:30:35 +00:00
0a39baea20 Add basic sphere collision testing 2023-01-18 14:42:09 +00:00
17f513d30f Add grass, fix sphere gen 2023-01-16 11:37:46 +00:00
16a522ea92 Enable frame limiter; fix linux compilation 2023-01-11 09:53:42 +00:00
bailwillharr
59cfd3c2f2 Move some code into source files. Make stb impl. 2023-01-08 15:22:44 +00:00