/frag-engine

FragEngine, industry leading 3D game engine. Designed to be run on poop PCs.

Primary LanguageC++

Frag Engine

Frag Engine is a 3D game engine written in C++. It uses OpenGL for rendering.

Building

Building this project requires CMake. Required libraries are SDL2, OpenGL, GLEW and GLM.

After navigating to the root of this project, enter the following into your terminal:

mkdir ../build-frag-engine &&
cd ../build-frag-engine &&
cmake ../frag-engine &&
make

A shared library will be created in the new build-frag-engine directory. You can then use this in your projects.