Skip to content

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

Notifications You must be signed in to change notification settings

TeamLe-Shop/frag-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published