Commit Graph

38 Commits

Author SHA1 Message Date
7c8b11e28a Implement render ordering 2023-05-24 18:33:55 +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
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
8f596c9e15 Make test texture 2023-03-22 10:49:13 +00:00
fb57c7560e Add imageData copying 2023-03-22 10:42:07 +00:00
25ee640c41 Get textures working (almost) 2023-03-21 23:52:52 +00:00
9f88131371 Add combined image sampler descriptor support 2023-03-21 20:10:23 +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
7d1de98acf Make changes (overrite) 2023-03-18 10:50:00 +00:00
bailwillharr
cd617e8619 DO lots 2023-03-15 23:11:24 +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
bailwillharr
7c0b286e13 Fix windows compilation 2023-02-19 13:55:08 +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
6e45aba65b ALlow texture filtering to be changed 2023-01-26 21:17:07 +00:00
5791b11fb9 Add persistent resources, clean up code 2023-01-20 20:59:35 +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
b2831e2b5d Re-add model loading and clean up code 2023-01-05 13:21:33 +00:00
eac852eb93 Add many triangles to test rendering 2023-01-02 21:11:29 +00:00
c493ba559b Add mesh renderer 2022-12-20 23:51:04 +00:00
2f880981ac Get ecs to a somewhat functional state 2022-12-15 15:54:11 +00:00
1e06df5dc2 more ecs stuff 2022-12-15 10:07:22 +00:00
bailwillharr
60d1452f01 Add resource manager 2022-12-01 15:54:28 +00:00
bailwillharr
7788a86c2f Work on scene 2022-11-30 10:36:50 +00:00