https://github.com/ikskuh/sdl3-api-generator-example
https://github.com/ikskuh/sdl3-api-generator-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ikskuh/sdl3-api-generator-example
- Owner: ikskuh
- Created: 2022-10-12T19:30:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T19:32:45.000Z (over 2 years ago)
- Last Synced: 2025-01-17T12:59:17.436Z (5 months ago)
- Language: C
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SDL3 API Generator Example
This repository implements a exemplary example for a potential machine readable API definition of SDL3.
Relevant files:
- [data.json](data.json) - The API definition, in a (not that good) JSON format
- [api.h](render/api.h) - Generated C code
- [api.zig](render/api.zig) - Generated zig code
- [gen.lua](gen.lua) - Lua 5.3 code generator