/engine-algorithms

3D engine framework

Primary LanguageC++

Engine Algorithms

Build Status Build status

Building

Linux

Build using:

mkdir build
cd build
cmake ..
make -j

And the binaries will be built under engine-algorithms/bin.

Windows

Create a project for your IDE using CMake and everything is automatically set up. Note that only Visual Studio 2017 has been confirmed to work.

Versions

Libraries

Build tools

Linux

Built and tested on Ubuntu v18.04 .

  • GNU Make: v4.1
  • G++: v5.5.0

Windows