520a0e1363
- Setup libdecor, which is used automatically when available.
...
TODO:
- xdg decorations
- threading
- thread-safe window manager
2025-12-15 23:40:06 -05:00
1acf00138a
- Setup EGL context for Wayland. Test window now opens as black rectangle.
2025-12-15 13:20:08 -05:00
5dcb58f53c
- Setup wayland display and window. Window surface is created and appears in hotbar. Window is not visible.
2025-12-14 15:47:11 -05:00
a1bdc077b1
- fennec::variant & fennec::generic, TODO: Test
2025-12-13 19:00:43 -05:00
9645856554
- Refactored fennec::format to use to_chars for ints. floats TODO but will also use to_chars.
2025-12-06 02:19:52 -05:00
6d58105734
- Switched back to custom window management, taking another stab
...
- Refactored lang yet again, `fennec/lang` is now C++ language. `fennec/string` `fennec/filesystem` and `fennec/format` are now independent.
2025-12-04 01:04:36 -05:00
d928d86014
- Some underlying features for RTTI
...
- Macro for automatically generating this_t
- Semantics with static_constructor.h, now FENNEC_PRIVATE_STATIC_CONSTRUCTOR for .cpp files and FENNEC_CLASS_STATIC_CONSTRUCTOR for a class in any source file type.
2025-12-03 01:41:30 -05:00
0b76b06a1b
- RTTI properties for types for iterators, indexing, and mapping
2025-11-30 20:58:56 -05:00
6f09c3f7fe
- Bug fixing for RTTI
...
- Fixes for declval + separated into own file
- is_iterable
- fixes for doxygen generation
2025-11-29 23:43:18 -05:00
fe8c3a4602
- Basic RTTI type data with inheritance.
2025-11-28 12:58:23 -05:00
b9026ec8da
- Adjustments to component system design.
...
- Added indexed parameters to format strings
2025-10-06 12:47:11 -04:00
8925b3f2f0
- Refactor on component system to support multiple scenes.
...
- node2d for 2d scenes
2025-09-25 19:30:08 -04:00
f636feb4f1
- Rough First Pass implementation for format.h
...
- Started 2D Transform Component and relevant math extensions
- Switched sequence to use pointers instead of arrays
2025-09-23 18:07:54 -04:00
037e2554a1
- Renamed Doxyfile -> Doxyfile.out
2025-09-17 17:19:52 -04:00
80925965d4
- GCC ARM64 Support, i.e. natively compiled with gcc on arm64
2025-09-15 02:35:34 +00:00
f2a45aa913
- Began outlining tokenizer.h and priority_queue.h
...
- Began outlining sdl implementation
- Added some helper definitions to various classes
- Added contains to string.h and wstring.h
2025-09-13 20:33:53 -04:00
dbcb50349d
- Binary Tree (Partial)
...
- Sequence (Partial)
2025-08-30 22:11:41 -04:00
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
cbcd699ab0
- Decided to remove boost due to extensive dependencies
...
- Huge refactor on Wayland loading to support retrieval of Protocol headers
- Setup EGL to create surfaces for Wayland windows
2025-08-22 02:15:57 -04:00
ff27caab4f
- Fixed some variable naming with graph and it's PrettyPrinter
...
- Added boost-atomic and boost-thread as dependencies for concurrency support
2025-08-21 06:44:22 -04:00
fe4c49d092
- Fixed several memory errors
2025-08-20 20:57:15 -04:00
55a8c54119
- Documentation of containers and adjusting page hierarchy
2025-08-18 14:13:35 -04:00
38b7221fa0
- deque, object_pool, and graph data structures + PrettyPrinters
2025-08-16 07:56:25 -04:00
f173c3e7cd
- Fixed some semantics issues to make data structure names more akin to their mathematical equivalents
...
- multiset.h TODO: test
- Fixed some double underscores that I missed
2025-08-14 02:57:46 -04:00
2cb41e1437
- Documented and Debugged containers
...
- Attempted to setup gdb prettywriters
2025-08-07 19:03:34 -04:00
0f721f57ea
- Moved OpenGL library wrapper into platform
...
- Finished reorganizing PLANNING.md
2025-08-05 16:14:00 -04:00
4a3639ecb4
- Continued Texture Implementation
...
- Began reorganizing the planning document into /planning/
2025-08-04 21:11:22 -04:00
ff4d6efedc
- Finished Buffer Object Implementation
...
- Implemented Vertex Array Object
- Began Texture Implementation
2025-08-03 13:49:33 -04:00
5e04eb0ca6
- Started implementing OpenGL wrappers
2025-08-02 20:59:56 -04:00
3d42dea9eb
- Started interface for renderers
...
- Renamed fproc -> langproc (I'll probably never settle on a naming convention for this)
- Refactored set to use median psl
2025-08-02 13:17:20 -04:00
3d4ea4398a
- Setup Contexts to pull more info from the GPU
...
- Started outlining OpenGL implementation
2025-07-28 21:06:52 -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
d02a51fd8d
- Removed Double Underscores for portability
2025-07-26 21:13:32 -04:00
7493b5252a
- More implementations and dependencies for Linux Wayland support
2025-07-26 20:57:25 -04:00
7ea2710ee0
List Data Structure
2025-07-23 13:26:50 -04:00
f9de242b87
Adjusted Platform Structure
2025-07-23 12:12:29 -04:00
5ab2952e83
- Adjusted Formatting of tests
...
- Finished map implementation and unit tests
TODO: Threading
2025-07-23 12:05:18 -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
ab1c7d94be
- Component-Wise Functions for Quaternions
...
- Fixed Allocation Bug with Strings
2025-07-17 23:16:01 -04:00
c72d1afe32
- Quaternions
...
- Started Tests for Quaternions
- Fixed some style issues with constructors
2025-07-16 23:16:54 -04:00
f1552b89b1
- Functions to construct matrices from translations, scaling, and rotations
2025-07-16 03:45:54 -04:00
89f59c75f3
- Wrote and Debugged Unit Tests for fennec::file
2025-07-14 21:15:39 -04:00
6ae682aff6
- Removed a bug with attempt to include pure c headers
...
- Added some more information about the license
- fennec::file implementation
2025-07-14 05:11:52 -04:00
5e0dc78210
- Fixed some more compilation issues
...
- Added some more information to the licensing section of README.md
2025-07-10 08:48:00 -04:00
4c0d36c933
- Fixed a bunch of compilation errors and warnings
...
- Added frameworks for retrieving specific filesystem information for a target platform
2025-07-10 01:10:13 -04:00
2573de0904
- Fixed some circular includes
...
- Documentation
- File Declaration, TODO: Implementation
2025-07-07 21:13:07 -04:00
012052641d
- Setup Basic Implementation for String Library
2025-07-06 19:29:28 -04:00
a33bf5206f
- Stacktrace generation with failed asserts
2025-07-05 14:22:59 -04:00