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%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Ezra Hradecky 9af8b1f10b fix makefile
2022-02-13 21:58:01 -05:00
godot-cpp@63df6debdf initial commit 2022-02-13 21:50:17 -05:00
src initial commit 2022-02-13 21:50:17 -05:00
.gitignore initial commit 2022-02-13 21:50:17 -05:00
.gitmodules initial commit 2022-02-13 21:50:17 -05:00
LICENSE initial commit 2022-02-13 21:50:17 -05:00
makefile fix makefile 2022-02-13 21:58:01 -05:00
README.md initial commit 2022-02-13 21:50:17 -05:00

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