992a02db3e
- Changed directory structure significantly, moving gfx api implementations to fennec/renderers
...
- Began new overarching window interface
- Began outlining renderer interfaces
- Began a binary tree implementation in bintree.h, this will act as a generalized binary tree, then red-black tree will be implemented on top of it for sequences (ordered sets)
2025-08-28 00:01:54 -04:00
e1eaf97961
- Switched to SDL for main branch, will revisit custom implementation later.
2025-08-23 20:09:53 -04:00
fe4c49d092
- Fixed several memory errors
2025-08-20 20:57:15 -04:00
7aafa4c9aa
- Implemented EGL Context
2025-07-28 13:00:20 -04:00
8124ea2ae5
- Refactor on platform implementation. See comment in interface/platform.h for more info
2025-07-27 22:44:32 -04:00
7493b5252a
- More implementations and dependencies for Linux Wayland support
2025-07-26 20:57:25 -04:00
73333b4c67
- Separated Platform and Compiler Dependent Behaviour into CMake scripts
...
- Implemented Basic Platform Interfaces
- Implemented partial Linux platform and Wayland Display.
- Implemented Dependencies for the above
- map
- set
- optional
- pair
TODO: threading
2025-07-22 00:59:41 -04:00