Commit Graph

32 Commits

Author SHA1 Message Date
b58d343c8d try getting normal maps to work 2023-11-05 01:04:05 +00:00
53804696b3 Cleanup libs; change clangformat 2023-10-02 12:54:37 +01: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
604513f44d Use 'Entity' type instead of uint32_t 2023-09-19 08:40:45 +01:00
e1fd364027 Test fullscreen exclusive support 2023-09-12 19:03:23 +01:00
c86809af66 add static rendering 2023-08-31 10:51:12 +01:00
0145bf187d write out renderer class 2023-08-29 18:06:04 +01:00
6a8c8b1c3e optimise ecs; build static mesh render lists 2023-08-22 23:41:08 +01:00
d6848fffea Fix string overrun error 2023-07-31 22:55:06 +01:00
2db3cf8722 Begin collision/physics rewrite 2023-07-04 17:08:28 +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
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
bailwillharr
e1cb168cce Fix subpass dependency and do other things 2023-03-15 01:49:03 +00:00
bailwillharr
3e40ae3e1e Start rewrite of vulkan backend (again) 2023-03-12 16:14:55 +00:00
bb7d70e79e Begin collision rewrite 2023-02-02 17:32:19 +00:00
6e45aba65b ALlow texture filtering to be changed 2023-01-26 21:17:07 +00:00
c489c66a44 Clean stuff up 2023-01-20 16:30:35 +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
d7d8720c75 Fix bugs, add mesh gen 2023-01-06 16:45:39 +00:00
b2831e2b5d Re-add model loading and clean up code 2023-01-05 13:21:33 +00:00
2f880981ac Get ecs to a somewhat functional state 2022-12-15 15:54:11 +00:00
bailwillharr
a278b7d035 Remove stuff to rewrite 2022-12-01 19:08:21 +00:00
d8911df619 Do things 2022-11-28 09:39:00 +00:00
04a7114e0e do font stuff 2022-11-23 16:20:08 +00:00
28a017e5e7 Fix text file reading 2022-11-22 21:50:06 +00:00
bailwillharr
d91def268a Add better model loading, add test models 2022-11-21 17:14:31 +00:00