light7734 · she/her
  • Between the Hammer and the Anvil
  • Joined on 2024-12-09
light7734 pushed to main at light7734/light 2025-07-10 09:56:25 +00:00
3c87b1cd06 refactor: modularization of the engine (wip)
light7734 pushed to main at light7734/light 2025-07-09 17:58:24 +00:00
fc2fe26160 feat: text asset
40e92bb1da refactor: remove some zombie code
Compare 2 commits »
light7734 pushed to main at light7734/light 2025-07-09 11:59:12 +00:00
38997b3908 feat: asset baking
light7734 pushed to main at light7734/light 2025-07-08 18:29:57 +00:00
71d08cbe9f docs: initial asset management docs
b21c61eb09 chore: remove Test.Mirror
3b49ccc08e chore: remove demo.scene
Compare 3 commits »
light7734 pushed to main at light7734/light 2025-07-07 12:23:03 +00:00
d8f656d98b refactor: extract logger to separate module
light7734 pushed to main at light7734/light 2025-07-07 12:16:48 +00:00
2341be0c70 refactor: applied aaa principle
light7734 pushed to main at light7734/light 2025-07-07 12:02:44 +00:00
83f27e12c0 refactor: dir structure & fix asset baker/parser compilation
light7734 pushed to main at light7734/light 2025-07-07 11:44:33 +00:00
2c3b2a57ff wip: move bindless_vk's asset baker/parsers modules to light
light7734 pushed to main at light7734/light 2025-07-07 11:42:53 +00:00
8ee2407d5d refactor: change profile log directory
light7734 pushed to main at light7734/light 2025-07-07 11:40:46 +00:00
310d8d3579 refactor: fix some static analysis
light7734 pushed to main at light7734/light 2025-07-06 14:13:11 +00:00
345dddcf11 fix: segfault & refactor: layerstack to hold refs
light7734 pushed to main at light7734/light 2025-07-06 13:51:01 +00:00
25e1ee8aa0 refactor: singleton pattern
light7734 pushed to main at light7734/light 2025-07-06 13:20:21 +00:00
072772957e refactor: apply clang-tidy auto-fixes
light7734 pushed to main at light7734/light 2025-07-06 12:58:49 +00:00
834402c1b8 refactor: logger
light7734 pushed to main at light7734/light 2025-07-06 11:38:02 +00:00
2e05d871eb fix: clang-tidy checks for mirror
31880d7291 chore: remove union clang-tidy check for glm
Compare 2 commits »
light7734 pushed to main at light7734/light 2025-07-06 10:37:30 +00:00
77d1619b1c fix: more hardcoded paths
light7734 pushed to main at light7734/light 2025-07-06 10:30:50 +00:00
ee4c658919 fix: hardcoded paths
258164bf9a style: applied AAA principle
Compare 2 commits »
light7734 pushed to main at light7734/light 2025-07-05 12:35:26 +00:00
6445d7b9ca style: fix access specifier ordering
light7734 pushed to main at light7734/light 2025-07-05 12:04:44 +00:00
ff56283c19 style: PascalCase functions to snake_case
light7734 pushed to main at light7734/light 2025-07-05 10:50:45 +00:00
586571fcb0 style: PascalCase member variables to snake_case