Click here for documentation
- Visual Studio 15.6 or newer
That's all. 3rd party libraries and headers are already included.
VS 15.4 lacks fold expressions and 15.5 has a compiler bug, hence the 15.6 or newer requirement.
Use VS2017's built in CMAKE support to open the root CMakeLists.txt file. Then you can build from inside VS.
- GCC 7.2
- libsfml-dev
- liblua5.3-dev
Just install the libs normally through apt.
cd "location/of/engine-mk1"
mkdir ../build
cd ../build
cmake -G "Unix Makefiles" ../engine-mk1/
make- Comment source (non-doxy)
- Flesh out doxy with guidelines
- E.g. ObjectPool::getObject T must be legit, else undefined
- Add concepts for templates
- Add time complexity for algorithms