One option is simply execute the rebuild.sh
shell script. if you have already generated the project, you can execute the run.sh
script.
Another option is to generate and build the project manually.
cmake -B build
cmake --build build
The important part is to have the GNU compilers g++ and gfortran installed. This project does not support the Microsoft ifort and VS C++ compiler for now.
cmake -B build -G "Unix Makefiles"
cmake --build build
- Entry Point
- Application Layer
- Window Layer
- Inputs
- Events
- Renderer
- Render API Abstractions
- Debugging Support
- Scripting Lang Support
- Memory System
- Entity-Component System
- Physics
- File I/O, Virtual File System
- Build System -> Data Format Support
- Audio System
- (G)UI System
- Multi-Thread Support
- Platform Specific Support
- OS Specific
- Windows
- MacOS
- Linux
- Graphics API Specific
- OpenGL
- Vulkan
- DirectX 12
- Metal
- OS Specific