https://github.com/drgomesp/fibula-cpp
:video_game: A multi-platform 2D game engine built for game developers
https://github.com/drgomesp/fibula-cpp
Last synced: 17 days ago
JSON representation
:video_game: A multi-platform 2D game engine built for game developers
- Host: GitHub
- URL: https://github.com/drgomesp/fibula-cpp
- Owner: drgomesp
- Created: 2016-05-09T14:32:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-16T21:11:34.000Z (almost 9 years ago)
- Last Synced: 2025-04-09T04:25:25.016Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 2.45 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fibula
A 2D game engine built for game developers. Fibula is built mainly with C++ and OpenGL,
and makes heavy use of a few handful libraries such as [SFML](https://github.com/SFML/SFML), [glm](http://glm.g-truc.net/0.9.7/index.html)
and the [C++ Standard Library](https://en.wikipedia.org/wiki/C%2B%2B_Standard_Library). With focus on developers,
Fibula aims to provide a different experience when creating games, by keeping the focus on the code rather than
tools or over-complicated engines such as Unity or Unreal.