Skip to content

newskinner/FightyEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fighty - 3D shooter game engine written in C++

The reason of developing

Be(come) the most powerful C/C++ developer / Train the game engine developing skills

Compile

cmake . && make (the build file will be saved to build/ folder)
cmake . && make run (RUN)
make cleanup (clean all the CMake files, the target named cleanup instead of clean)

Requirements

OpenGL + GLFW3

How to install on Linux?

sudo apt-get install libgl1-mesa-dev libglfw3 libglfw3-dev (Ubuntu)
sudo pacman -Sy mesa glfw (Arch Linux)

About

3D FPS Game Engine written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published