A simple game engine written in C++
Go to file
Huseyn Ismayilov 1deac4cae6
Merge pull request #19 from coderloff/dev
fix: Fix resources conflict and add shell file support
2024-11-22 17:54:37 +04:00
.github/workflows fix: Install xkbcommon library 2024-04-24 01:42:01 +04:00
docs docs: Add shell file instructions and seperate building options 2024-11-22 17:49:55 +04:00
editor fix: Fix resources conflict and update scripts 2024-11-22 17:40:41 +04:00
engine fix: Fix resources conflict and update scripts 2024-11-22 17:40:41 +04:00
scripts fix: Fix resources conflict and update scripts 2024-11-22 17:40:41 +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
README.md docs: Change to relative links 2024-11-21 10:39:27 +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