wrenpp icon indicating copy to clipboard operation
wrenpp copied to clipboard

Minimal, zero dependency C++ binding generator for the Wren programming language

Results 5 wrenpp issues
Sort by recently updated
recently updated
newest added

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...

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