Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agraven/abim
Game engine
https://github.com/agraven/abim
game-engine opengl
Last synced: 29 days ago
JSON representation
Game engine
- Host: GitHub
- URL: https://github.com/agraven/abim
- Owner: agraven
- License: gpl-3.0
- Created: 2016-11-17T14:10:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T22:09:38.000Z (almost 8 years ago)
- Last Synced: 2024-11-06T03:17:02.312Z (3 months ago)
- Topics: game-engine, opengl
- Language: C
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Project ABIM
Project ABIM is, or rather, will be a 2d game engine used by its developers in future video game projects. It is written in C++, though it uses some plain C features, and is based on OpenGL and GLFW.## Dependencies
* OpenGL version 3.2 or newer
* libglfw <= 3.0.0## Building
The build environment is based on autotools, so the usual procedure for projects based on it applies:
```bash
autoreconf
./configure
make
sudo make install
```## Documentation
A lot of header files feature doxygen-style comments. Actual doxygen support is to-be implemented.