Skip to content

coderloff/ferx

Repository files navigation

Ferx

Ferx is a basic game engine written in c++

CMake on a single platform

Ferx

Build

To clone repo:

git clone https://github.com/coderloff/ferx

After clonning the repo, update the submodules:

git submodule update --init

That's it! You can build and run the project with make command

Commands

Here is the list of each make command:

make - builds the project and runs it (default: debug)
make debug - builds the project as debug
make release - builds the project as release
make run - runs the executable
make clean - cleans the build target
make clean-all - deletes build directory

Dependencies

Required dependencies: git cmake make ninja

Libraries

  • GLFW
  • GLAD
  • GLM
  • ImGUI

About

A simple game engine written in C++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published