light7734 · she/her
  • Between the Hammer and the Anvil
  • Joined on 2024-12-09
light7734 opened issue light7734/light#46 2025-09-21 06:23:14 +00:00
build: remove conan as dependency
light7734 pushed to main at light7734/light 2025-09-21 06:19:01 +00:00
dc0258219d refactor(surface): minor changes
8b98768539 docs(ecs): add some docs
9267214300 docs(ecs): fix typo
04c2e59ada fix(ecs): sparse_set not properly removing elements
Compare 4 commits »
light7734 closed issue light7734/light#18 2025-09-20 13:01:30 +00:00
chore: remove dependency -- entt
light7734 closed issue light7734/light#45 2025-09-20 13:01:17 +00:00
feat: add built-in ecs engine as replacement for entt dependency
light7734 opened issue light7734/light#45 2025-09-20 13:01:15 +00:00
feat: add built-in ecs engine as replacement for entt dependency
light7734 pushed to main at light7734/light 2025-09-20 12:14:12 +00:00
1b6d53f1c1 fix(surface): silly mistake
light7734 pushed to main at light7734/light 2025-09-20 12:12:07 +00:00
9badcddeae refactor(surface): adjust to new ecs
120b6c24d9 fix(camera): compilation issues due to new ecs changes
d72ee8d9ef refactor(base): add <flat_map> to pch
03225b3ae6 refactor(renderer): replace ecs/scene.hpp with ecs/registry.hpp
7266451b45 refactor(mirror): adjust to new ecs
Compare 9 commits »
light7734 closed issue light7734/light#20 2025-09-19 06:37:45 +00:00
chore: remove dependency -- stb
light7734 closed issue light7734/light#17 2025-09-19 06:37:45 +00:00
chore: remove dependency -- imgui
light7734 closed issue light7734/light#22 2025-09-19 06:37:44 +00:00
chore: remove dependency -- lz4
light7734 closed issue light7734/light#21 2025-09-19 06:37:43 +00:00
chore: remove dependency -- yaml-cpp
light7734 pushed to main at light7734/light 2025-09-19 06:14:42 +00:00
ca29c61521 chore: remove default_gui_layout.ini
light7734 pushed to main at light7734/light 2025-09-19 06:14:15 +00:00
2061fc74c2 chore: remove lz4 as dependency
b570653c82 chore: remove stb as dependency
f47afbdbcc chore: remove yaml-cpp as dependency
4be35c76c0 chore: remove imgui as conan dependency
Compare 4 commits »
light7734 pushed to ci/libx11_msan at light7734/light 2025-09-19 04:58:23 +00:00
dd11366d03 build: remove sha512sums from libx11_msan PKGBUILD
light7734 closed issue light7734/light#42 2025-09-19 04:35:22 +00:00
feat: add xlib support for linux surface system
light7734 closed issue light7734/light#19 2025-09-19 04:35:15 +00:00
chore: remove dependency -- glfw
light7734 created pull request light7734/light#44 2025-09-19 04:31:47 +00:00
build: add PKGBUILD for libx11 with msan support
light7734 created branch ci/libx11_msan in light7734/light 2025-09-19 04:31:35 +00:00
light7734 pushed to ci/libx11_msan at light7734/light 2025-09-19 04:31:35 +00:00
d8ab0f5118 build: add PKGBUILD for libx11 with msan support
light7734 pushed to main at light7734/light 2025-09-18 16:38:08 +00:00
048871222f fix(surface): components getting removed AFTER registry callbacks getting disconnected