wrenpp
wrenpp copied to clipboard
Minimal, zero dependency C++ binding generator for the Wren programming language
Hi, i'm using wrenpp an a toy game engine and I came to a use case where I'm a bit stuck. Suppose I have a base `Node` class and a...
Is it possible to bind a C++ member function (or closure, for that matter) to a static Wren method? I can't figure out a way to get any sort of...
Just to make sure before I get crazy you know.
I'm trying to bind a free function, as a non-static member function of a foreign class. Here is my Wren code: ```wren foreign class MyData { foreign value foreign value=(rhs)...
Fixes issues with wren master branch