Skip to content

razaron/engine-mk1

Repository files navigation

engine-mk1

Click here for documentation

Compiling

Instructions

Windows

  • 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.

Linux

  • 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

To Do

Documentation

  • 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

Coding

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors