This repository contains ready-to-use template project which uses MxEngine. You can edit
CMakeLists.txt to configure everything else for your needs. Below you can see the steps required to build this project
- Fork this repository and clone it on your machine via
git clone https://github.com/your-profile/MxEngineTemplate - Install MxEngine and its dependencies:
git submodule update --init && cd MxEngine && git subdmodule update --initNote: you can usegit clone --recurse-submodules https://github.com/your-profile/MxEngineTemplate, but due to the circular dependencies of EASTL library your git may fall into the endless cloning cycle - Build the project using CMake. Resulting executable will be outputted to the default build directory and to the root directory (for debugging)
