Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 815 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 815 Bytes

SDL3-CS

SDL3-CS is SDL3 bindings, developed for internal use and available publicly on NuGet.org.

About

The library is functional and available for public use. While it is actively maintained, updates are primarily driven by our internal needs. Please set your expectations accordingly when using or adapting SDL3-CS in your own projects.

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:

docker build -t 'sdl-gen' .
docker run --rm -v .:/app -w /app -it sdl-gen

License

This code is released under MIT.