Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikskuh/sdl3-api-generator-example
https://github.com/ikskuh/sdl3-api-generator-example
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ikskuh/sdl3-api-generator-example
- Owner: ikskuh
- Created: 2022-10-12T19:30:36.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T19:32:45.000Z (about 2 years ago)
- Last Synced: 2024-05-17T11:43:07.912Z (6 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