mirror of
https://github.com/Elatronion/tootl-wren.git
synced 2026-09-27 14:44:33 +00:00
A GDNative library that implements the T:OoTL wren script parser.
- C 90.7%
- PHP 3.7%
- Wren 3.1%
- C++ 2.2%
- Makefile 0.3%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| godot-cpp@63df6debdf | ||
| src | ||
| .gitignore | ||
| .gitmodules | ||
| LICENSE | ||
| makefile | ||
| README.md | ||
Tootl Wren
A Godot GDNative library port that implements Wren Scripting from T:OoTL - Godot Edition.
Dependencies
- scons
- g++
- mingw-w64
- emscripten
Installation
Build the godot-cpp libraries using scons within the godot-cpp directory.
scons platform=<platform> generate_bindings=yes -j4
Then, run the makefile within the root directory.
This will build the plugin in a new ./bin/platform/ directory.
Usage
The built plugin can be added to Godot using GDNative.
License
MIT