sleepy-day
  • Joined on 2025-04-12
sleepy-day pushed to master at sleepy-day/Gears 2025-07-20 04:16:05 -04:00
cd0dc9f99a yoda spins, fix crash on suboptimal swapchain
sleepy-day pushed to master at sleepy-day/Gears 2025-07-20 03:30:40 -04:00
ba4ccad085 add clean up for model transfers, add math and intrinsics libs
sleepy-day pushed to master at sleepy-day/Gears 2025-07-19 21:46:58 -04:00
6127a0bb70 properly fix transfer race conditions
sleepy-day pushed to master at sleepy-day/Gears 2025-07-19 20:36:15 -04:00
f02685c6b3 fixed bug causing material buffers to not be written correctly
sleepy-day pushed to master at sleepy-day/Gears 2025-07-19 06:43:01 -04:00
bf34f3e6e1 improved texture loading, added texture type conversion (not yet working properly)
sleepy-day pushed to master at sleepy-day/Gears 2025-07-17 17:38:08 -04:00
b4ba1f491b basic model rendering completed
sleepy-day pushed to master at sleepy-day/Gears 2025-07-17 14:41:55 -04:00
2dd274742d fix bug of not correctly setting command pool queue indices
sleepy-day pushed to master at sleepy-day/Gears 2025-07-16 18:15:16 -04:00
c09beacd76 remove assert
sleepy-day pushed to master at sleepy-day/Gears 2025-07-16 18:10:16 -04:00
d737e1feb1 added model loading
sleepy-day pushed to master at sleepy-day/Gears 2025-07-13 18:31:12 -04:00
ad08d31f6a leave simd inline example for now
sleepy-day pushed to master at sleepy-day/Gears 2025-07-13 18:29:31 -04:00
0e03058714 starting work on being able to load assets into vulkan
sleepy-day pushed to master at sleepy-day/Gears 2025-07-13 04:27:21 -04:00
82df45e488 gui pipeline setup, misc vulkan work
sleepy-day pushed to master at sleepy-day/Gears 2025-07-12 05:22:07 -04:00
b89d01984c fix release builds not compiling, use correct function to check if asset pack exists
sleepy-day pushed to master at sleepy-day/Gears 2025-07-12 03:20:56 -04:00
56cadf09df fix renderer with compute/gfx pipelines, handle window events
sleepy-day pushed to master at sleepy-day/Gears 2025-07-11 23:22:31 -04:00
42bef67206 triangle drawn
sleepy-day pushed to master at sleepy-day/Gears 2025-07-11 19:04:05 -04:00
9c5ad29f78 update dub
sleepy-day pushed to master at sleepy-day/Gears 2025-07-11 19:03:50 -04:00
486c17465b replace xxhash with d implementation
sleepy-day pushed to master at sleepy-day/Gears 2025-07-11 18:15:59 -04:00
f604b9a5ca some work
sleepy-day pushed to master at sleepy-day/Gears 2025-07-10 18:15:51 -04:00
6c66d0211f build fixes, vulkan debug fix, asset loading, testing pipeline creation
sleepy-day pushed to master at sleepy-day/Gears 2025-07-10 05:35:55 -04:00
195acae78c more pipeline init