FABGen icon indicating copy to clipboard operation
FABGen copied to clipboard

C++ binding generator for CPython 3.x (x>=2), Lua 5.3 and Go

Results 4 FABGen issues
Sort by recently updated
recently updated
newest added

Fabgen should detect the ambiguous polymorphic functions, where the type of a C `enum` is replaced by a Python/Lua `int` equivalent, making it impossible for the dispatch to trace the...

Bind properly the static const type, so that the content cannot be modified by the host language (Python, for example). ### Typical use case : As of today, vec3.One must...

Create a new target for [Squirrel language](http://www.squirrel-lang.org/).

see [QuikJS](https://bellard.org/quickjs/)