Commit graph

22 commits

Author SHA1 Message Date
f2c692a118
style: apply clang-format v20
All checks were successful
continuous-integration/drone/push Build is passing
2025-07-11 14:05:59 +03:30
29e9033c0c
refactor: remove some unnecessary lines 2025-07-11 02:36:07 +03:30
eab0799537
refactor: turn engine module to app module 2025-07-11 02:35:28 +03:30
e86f83fff1
refactor: move serializer from engine to ecs 2025-07-11 02:18:27 +03:30
0f3639e401
refactor: renamed lt_assert to ensure 2025-07-11 02:12:55 +03:30
eb428d11d6
refactor: extract window out of engine 2025-07-11 01:42:56 +03:30
03e8e11111
refactor: extract ecs out of engine 2025-07-11 01:16:52 +03:30
6381ed1514
refactor: layer stack 2025-07-11 00:56:57 +03:30
30c9196af0
style: rename namespace Light to lt 2025-07-11 00:05:48 +03:30
eca1bc91e6
refactor: remove ortho camera & move camera component to camera module 2025-07-10 13:55:18 +03:30
3c87b1cd06
refactor: modularization of the engine (wip) 2025-07-10 13:29:03 +03:30
38997b3908
feat: asset baking
Only supported .png textures at the moment
2025-07-09 15:30:54 +03:30
310d8d3579
refactor: fix some static analysis 2025-07-07 15:13:05 +03:30
345dddcf11
fix: segfault & refactor: layerstack to hold refs 2025-07-06 17:45:40 +03:30
834402c1b8
refactor: logger 2025-07-06 16:30:38 +03:30
2e05d871eb
fix: clang-tidy checks for mirror 2025-07-06 15:10:34 +03:30
77d1619b1c
fix: more hardcoded paths 2025-07-06 14:09:58 +03:30
ee4c658919
fix: hardcoded paths 2025-07-06 14:03:04 +03:30
258164bf9a
style: applied AAA principle 2025-07-06 14:02:50 +03:30
ff56283c19
style: PascalCase functions to snake_case 2025-07-05 15:36:53 +03:30
586571fcb0
style: PascalCase member variables to snake_case 2025-07-05 14:23:01 +03:30
0cedb2b0ba
refactor: directory structure & cmake 2025-07-05 13:28:41 +03:30