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

https://github.com/slicetext/tgengine

A game engine based on raylib and box2d
https://github.com/slicetext/tgengine

box2d gameengine gameengine2d raylib

Last synced: 10 months ago
JSON representation

A game engine based on raylib and box2d

Awesome Lists containing this project

README

          

# TGEngine
A game engine based off of [Raylib](https://github.com/raysan5/raylib) and [Box2D](https://github.com/erincatto/box2d). The engine supports scripting in C++.
## Dependencies
* C++
* CMake
* Raylib
## Install
Just download the source code
## How to use
Copy-paste engine.h and keybinds.h into your project's folder, docs coming soon.