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
- Host: GitHub
- URL: https://github.com/slicetext/tgengine
- Owner: slicetext
- Created: 2025-01-31T00:44:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-25T13:41:54.000Z (about 1 year ago)
- Last Synced: 2025-04-05T12:43:22.531Z (about 1 year ago)
- Topics: box2d, gameengine, gameengine2d, raylib
- Language: C++
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.