https://github.com/xmajedz/tobas
Toribash clone
https://github.com/xmajedz/tobas
Last synced: about 2 months ago
JSON representation
Toribash clone
- Host: GitHub
- URL: https://github.com/xmajedz/tobas
- Owner: xMajedz
- License: mit
- Created: 2024-04-02T07:11:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-27T05:48:32.000Z (10 months ago)
- Last Synced: 2025-01-24T10:08:42.094Z (3 months ago)
- Language: C++
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
currently inactive [Toribash](https://www.toribash.com/about.html) clone project.
# Depends on
* Raylib 5.0 ([raysan5/raylib](https://github.com/raysan5/raylib))
* Open Dynamics Engine 0.16.4 ([odedevs/ode](https://bitbucket.org/odedevs/ode/))
* LuaJIT >=2.1 ([LuaJIT/LuaJIT](https://github.com/LuaJIT/LuaJIT))
* (Any Lua >=5.1 should work fine technically)
# Building
basically you need to compile each library by following their instructions, i will add a better way to build one day in the future hopefully, probably using CMake.