项目作者: TeamLe-Shop

项目描述 :
FragEngine, industry leading 3D game engine. Designed to be run on poop PCs.
高级语言: C++
项目地址: git://github.com/TeamLe-Shop/frag-engine.git
创建时间: 2016-08-14T12:27:02Z
项目社区:https://github.com/TeamLe-Shop/frag-engine

开源协议:

下载


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:

  1. mkdir ../build-frag-engine &&
  2. cd ../build-frag-engine &&
  3. cmake ../frag-engine &&
  4. make

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