A simple game engine written in C++
Go to file
2024-11-22 04:37:06 +04:00
.github/workflows fix: Install xkbcommon library 2024-04-24 01:42:01 +04:00
docs docs: Add documentation for building, contributing, and structure 2024-11-21 03:16:39 +04:00
editor refactor: Seperate GUI from engine 2024-11-22 04:37:06 +04:00
engine refactor: Seperate GUI from engine 2024-11-22 04:37:06 +04:00
thirdparty feat: Add properties, stb library, and Texture class 2024-08-22 19:55:30 +04:00
.gitignore build: Remove project and output directories 2024-04-29 01:47:12 +04:00
.gitmodules chore: Make glfw submodule and change build files 2024-07-29 16:09:53 +04:00
CMakeLists.txt refactor(close #17): Classify engine files 2024-11-22 04:35:43 +04:00
LICENSE Initial commit 2024-03-27 16:59:31 +04:00
Makefile build: Seperate engine and editor 2024-07-29 19:59:40 +04:00
README.md docs: Add documentation for building, contributing, and structure 2024-11-21 03:16:39 +04:00

Ferx Engine

Ferx

Build License Contributors Forks Stars Issues

Ferx is a basic game engine written in C++. This project is mainly designed for learning purposes. For more information, check out docs