|
|
ff4d6efedc
|
- Finished Buffer Object Implementation
- Implemented Vertex Array Object
- Began Texture Implementation
|
2025-08-03 13:49:33 -04:00 |
|
|
|
9dc9ed4ed1
|
- More buffer functions
|
2025-08-03 02:10:27 -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 |
|
|
|
2117e4347c
|
Merge branch 'main' of https://git.mslockbo.org/mslockbo/fennec
|
2025-07-23 12:05:30 -04:00 |
|
|
|
5ab2952e83
|
- Adjusted Formatting of tests
- Finished map implementation and unit tests
TODO: Threading
|
2025-07-23 12:05:18 -04:00 |
|
|
|
65573f28e4
|
- Adjusted Formatting of tests
- Finished map implementation and unit tests
TODO: Threading
|
2025-07-23 12:05:02 -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 |
|
|
|
86286e84d7
|
- README.md Formatting
|
2025-07-16 23:35:32 -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 |
|
|
|
cc20af7504
|
- Removed fennec::path, see #Security Ramblings in PLANNING.md
|
2025-07-08 23:35:37 -04:00 |
|
|
|
649e39c70e
|
- Switched from Allman (BSD) to 1TBS (K&R)
Namespaces, Types, and Requires/Concepts still use Allman
|
2025-07-08 12:08:59 -04:00 |
|
|
|
2573de0904
|
- Fixed some circular includes
- Documentation
- File Declaration, TODO: Implementation
|
2025-07-07 21:13:07 -04:00 |
|
|
|
17d8218124
|
- Adjusted how asserts work and types of asserts
|
2025-07-07 01:09:54 -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 |
|
|
|
0afaae72ac
|
- Micro Optimization
|
2025-07-02 18:23:53 -04:00 |
|
|
|
0eeb7ae3cf
|
- More performant roundEven
|
2025-07-02 17:57:57 -04:00 |
|
|
|
e2ea22f12d
|
- Fixed some minor issues due to MSVC compat
|
2025-07-02 17:26:22 -04:00 |
|
|
|
9ea63478e5
|
Fixes for MSVC
|
2025-07-02 14:19:05 -07:00 |
|
|
|
9010650ceb
|
- Finished unit tests for core math library
- Adjusted formatting
|
2025-07-02 10:17:35 -04:00 |
|
|
|
516d9f4977
|
- Added constants.h
- Finished Exponential Tests
- Fixed HTML labeling
|
2025-06-30 20:01:53 -04:00 |
|
|
|
f38cf5fb51
|
- Finished non-natural Exponential Tests
- Finished Common Tests
TODO:
Math Constants
exp tests
log tests
|
2025-06-29 17:58:52 -04:00 |
|
|
|
f2ff863b3a
|
- Started unit tests for the common math functions
|
2025-06-28 18:01:08 -04:00 |
|
|
|
1573033b52
|
-Removed lambda expansions due to gcc generating call instructions
|
2025-06-28 12:09:59 -04:00 |
|
|
|
37fba8faad
|
- Finished Vector Tests (test_vector.h)
|
2025-06-26 09:34:23 -04:00 |
|
|
|
cbaf69310e
|
Merge
|
2025-06-25 20:57:52 -04:00 |
|
|
|
d8954eafe5
|
- Added unit tests and debugged them
|
2025-06-25 20:55:57 -04:00 |
|
|
|
2541c8c637
|
Added missing copyright headers
|
2025-06-22 18:53:23 -04:00 |
|
|
|
bd7f0829f4
|
Compatibility for MSVC and MinGW
|
2025-06-22 17:06:50 -04:00 |
|
|
|
31e3c26b66
|
- Touched up documentation for Math library
- finished matrix implementation
- added custom assert implementation
|
2025-06-22 16:29:12 -04:00 |
|
|
|
4d8466851c
|
- Added More Documentation
- Added some more notes to the planning doc regarding shared libraries
- Started adding unit tests for the C++ lang library.
|
2025-06-19 15:16:29 -04:00 |
|
|
|
909be55ed3
|
- Added More Documentation
|
2025-06-18 19:23:49 -04:00 |
|
|
|
6d3c276bfe
|
- Added More Documentation
|
2025-06-18 11:57:57 -04:00 |
|
|
|
9d35daa494
|
- Added More Documentation
|
2025-06-17 19:45:50 -04:00 |
|
|
|
079b0b27ee
|
- Added More Documentation
Going to continue passes on documentation before implementing more functions of the standard library.
|
2025-06-16 16:54:44 -04:00 |
|
|
|
1c67c13a27
|
Merge remote-tracking branch 'origin/main'
# Conflicts:
# PLANNING.md
|
2025-06-16 01:55:59 -04:00 |
|