Skip to content

nalane/fey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fey

A 3D game engine written in C++. This is not intended to be a professional production; rather, it is meant to be a personal learning experience.

Dependencies

This game engine requires GLAD, GLFW3, GLM, SOIL, and OpenGL 4.1 or higher. GLAD, GLFW3, SOIL, and GLM are included in this project, so the only dependency that needs to be installed on your computer is a graphics driver that supports OpenGL 4.1.

Building Fey

  1. mkdir -pv build
  2. cd build
  3. cmake ..
  4. make
  5. sudo make install

About

A 3D game engine written in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published