bindbc-lua
bindbc-lua copied to clipboard
Static & dynamic D bindings to the C API of Lua, compatible with BetterC, @nogc, and nothrow.
Results
2
bindbc-lua issues
Sort by
recently updated
recently updated
newest added
- Consolidate the 4 separate sets of bindings into 1, using conditional compilation. - Use BindBC-Common `~>0.1.1`. - Consider renaming some symbols. - Bind older Lua versions, or maybe even...
enhancement
I'm rather new to D so maybe I'm simply missing some fundamentals, but how do I add a C function to the stack? My code: ```d import raylib; import bindbc.lua;...
help wanted