From 50c10fc39e3f5e0f077df725477fe0ffeafac88d Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Tue, 3 Dec 2024 17:40:10 +0900 Subject: [PATCH] Document binding generation in README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f76e4f3..4b963ae 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,15 @@ The library is functional and available for public use. While it is actively mai Contributions to keep the bindings up-to-date with upstream SDL3 changes are welcome. If you have improvements or updates, feel free to submit a pull request. +## Generating Bindings + +Bindings should be generated via the provided Dockerfile: + +```sh +docker build -t 'sdl-gen' . +docker run --rm -v .:/app -w /app -it sdl-gen +``` + ## License This code is released under [MIT](LICENCE).