An Engine for learning purpose, written in C++ and aimed to be a lightweight, focused on Windows architecture.
- Visual Studio 2019
- Windows 10 or later (only support x64 right now)
- Run GenerateProjects.bat
- Open BossEngine.sln
- Compile and build the project, and you ready to go!
- Complete Rendering API abstraction for Boss Engine
- Camera + Control
- Material System
- Independent Shader
- Textures
- Profiling
- Scene Viewport
- Scene Management
- TBD