Home

Awesome

MxEngineTemplate

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

Installation

  1. Fork this repository and clone it on your machine via git clone https://github.com/your-profile/MxEngineTemplate
  2. Install MxEngine and its dependencies: git submodule update --init && cd MxEngine && git subdmodule update --init Note: you can use git 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
  3. Build the project using CMake. Resulting executable will be outputted to the default build directory and to the root directory (for debugging)
<p align="center"> <img src="preview.png"> </p>