No description
  • Odin 98.1%
  • Shell 1.9%
Find a file
2026-05-26 13:44:08 +00:00
.zed example project 2026-04-05 20:26:44 +02:00
example fixed loop breaking after one iteration 2026-04-06 10:58:44 +02:00
images Upload files to "images" 2026-05-26 13:19:52 +00:00
main.odin fixed loop breaking after one iteration 2026-04-06 10:58:44 +02:00
README.md Update README.md 2026-05-26 13:44:08 +00:00

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/GmxGen