An open API service indexing awesome lists of open source software.

https://github.com/hyouteki/forge

Simple 3D game engine in C++ with OpenGL
https://github.com/hyouteki/forge

cpp game-engine-3d opengl

Last synced: 3 months ago
JSON representation

Simple 3D game engine in C++ with OpenGL

Awesome Lists containing this project

README

        

## Forge
Simple 3D game engine in C++ with OpenGL.

## Quick Start
### GNU/Linux
``` bash
chmod +x build.sh clean.sh
./build.sh
```
### Windows
``` bash
build
```

## Dependencies
- [CMake](https://cmake.org/)
- [OpenGL](https://www.opengl.org/)
- [GLFW](https://www.glfw.org/)
- [GLEW](https://glew.sourceforge.net/)

## References
- [OpenGL - Docs](https://docs.gl/)