ptrsr / engine-algorithms

3D engine framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

3D engine framework


Languages

Language:C++ 80.5%Language:C 12.3%Language:CMake 6.6%Language:Dockerfile 0.4%Language:GLSL 0.2%