From 3b512c81a997641f2aeae22a9889293b3feff6fa Mon Sep 17 00:00:00 2001 From: Synthasmagoria Date: Tue, 26 May 2026 13:18:29 +0000 Subject: [PATCH] Add README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5e57b34 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# 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) \ No newline at end of file