Commit graph

11 commits

Author SHA1 Message Date
3a06d51ee4
fix(surface): some errors & some problems with tests 2025-10-08 06:27:03 +03:30
8defb9a3ec
refactor(surface): made surface component creation only possible through surface system 2025-10-06 11:58:43 +03:30
d506d6a6a7
refactor: split base module into std, bitwise, memory & env 2025-10-05 10:07:36 +03:30
84d0026051
refactor(surface): wrap typedef struct _XDisplay inside #ifdef guards for linux 2025-09-25 22:24:03 +03:30
d66ef55cc8
refactor(surface): adjusted to new changes 2025-09-22 18:52:22 +03:30
9badcddeae
refactor(surface): adjust to new ecs
Some checks failed
continuous-integration/drone/push Build is failing
2025-09-20 15:41:34 +03:30
d672b25844
refactor(surface): on_surface_destroy now calls XCloseDisplay
Some checks reported errors
continuous-integration/drone/push Build was killed
2025-09-18 20:02:25 +03:30
21e9933a42
feat(surface/linux): replace glfw with xlib 2025-09-18 19:15:29 +03:30
e36991e6de
test(surface): add fuzz testing
test(surface): add & fix unit tests

fix(surface): bugs

refactor(surface): minor refactors & some edge-case handling
2025-07-31 08:11:05 +03:30
638a009047
refactor: surface, app, tests, ecs refactors
Some checks reported errors
continuous-integration/drone/push Build was killed
2025-07-28 20:45:24 +03:30
2b96a85b62
feat: systems
Some checks reported errors
continuous-integration/drone/push Build was killed
feat: surface system

This commit puts the project in major jeopardy as it overhauls the
architecture such as removing the layer stack completely, etc.

I am filled with determination.
2025-07-26 18:01:27 +03:30