REFlux Engine

A custom C++ game engine architecture.

> [Why Am I Building A Game Engine?]

Short answer: cuz why not.


Long answer: So One day I was like, you know what would be cool? Building a game engine from scratch. I thought "how much difficult Can it be?" Turns out it's pretty difficult. But I was like "Fuck it, We Ballin" and here we are.

> [About & Architecture]

REFlux prioritizes low-level control, custom memory management, and modular design. Built from the ground up in modern C++, it emphasizes performance, deterministic behavior, and explicit data ownership. This architecture is designed to avoid the bloat of general-purpose engines while providing a robust foundation for high-performance rendering and gameplay systems.

> [Core_Features]

> sys_log // Dev_Updates