An engine so nice, I had to make it twice!
CGEngine2 is built on Data-Oriented Design principles, focusing on:
- Optimized memory layouts
- Cache-friendly data structures
- Minimal abstraction overhead
- Performance-driven design
- Contiguous memory allocations
- Direct data manipulation
- Compile-time optimizations
Performance through intelligent data organization.
- GLFW - https://github.com/glfw/glfw
- GLAD - https://github.com/Dav1dde/glad