• Joined on 2024-12-03
Warwick pushed to main at Warwick/new-engine 2025-03-13 18:05:38 +00:00
9fda2f7d60 Move cglm to cpm because fedora hates me
Warwick pushed to main at Warwick/new-engine 2025-03-13 18:01:33 +00:00
ee298a0529 Move cglm to cpm because fedora hates me
Warwick created branch trunk in Warwick/fedipod 2025-03-12 17:59:34 +00:00
Warwick pushed to trunk at Warwick/fedipod 2025-03-12 17:59:34 +00:00
bb3b9c3a7c Got templ template based htmx project rendering
57af2bcb9b initial templ commit
Warwick created repository Warwick/fedipod 2025-03-12 17:58:55 +00:00
Warwick pushed to main at Warwick/new-engine 2025-02-13 16:24:51 +00:00
06cf213feb Made messages slightly easier to read
Warwick pushed to main at Warwick/new-engine 2025-02-13 13:08:42 +00:00
3d241b8718 Need to resolve vulkan errors but triangle is rendering from vertex buffer
Warwick pushed to main at Warwick/new-engine 2025-02-04 14:27:13 +00:00
684507e3f7 unsigned char seems better
Warwick pushed to main at Warwick/new-engine 2025-01-29 18:24:18 +00:00
85fd25f59a Created a vertex input description
Warwick pushed to main at Warwick/new-engine 2025-01-29 17:41:02 +00:00
a769169aa6 Moved over to cglm as we don't use C++
Warwick pushed to main at Warwick/new-engine 2025-01-26 12:35:00 +00:00
2c6c2b2592 Moved functions and the like to appropriate enough file structure for now
5ce5da188a Moved most everything to vulkan_wrapper
4da333d7f6 Fixed compilation issue with arena
Compare 3 commits »
Warwick pushed to main at Warwick/new-engine 2025-01-24 19:25:07 +00:00
b29fdcd83f Added some files to start moving functions into
Warwick pushed to main at Warwick/new-engine 2025-01-24 15:37:23 +00:00
35e5c8c3c2 Added a very simple arena allocator
Warwick pushed to main at Warwick/new-engine 2025-01-16 18:15:18 +00:00
6f33a9a3e4 Fixed resize memory leak
Warwick pushed to main at Warwick/new-engine 2025-01-16 17:57:36 +00:00
519a8e9b7a Well window resizing works but we have a major memory leak
Warwick pushed to main at Warwick/new-engine 2025-01-16 17:56:15 +00:00
83eebb7674 Well window resizing works but we have a major memory leak
Warwick pushed to main at Warwick/new-engine 2025-01-16 17:18:51 +00:00
a6c3d2b0f2 quick and dirty frames in flight
Warwick pushed to main at Warwick/new-engine 2025-01-16 17:01:22 +00:00
df7f62ff8b Finally a triangle
Warwick pushed to main at Warwick/new-engine 2025-01-16 16:28:06 +00:00
41056d6026 Completed command buffer chapter
Warwick pushed to main at Warwick/new-engine 2025-01-16 16:00:40 +00:00
9e446a579f completed up to framebuffers in the vulkan tutorial.