gamemaker_regenerate_extension/README.md
2026-05-26 13:18:29 +00:00

7 lines
No EOL
380 B
Markdown

# Generate bindings for GameMaker extensions written in Odin
The program looks at a package to find proceduces that are @export'ed and writes bindings + JSDoc comments into an existing extension.
If you're looking for a C++ version of this sorta thing then check out Yal's tool: https://github.com/YAL-GameMaker-Tools/GmlCppExtFuncs
[](images/code.webp)
[](images/bindings.webp)