Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ikskuh/sdl3-api-generator-example


https://github.com/ikskuh/sdl3-api-generator-example

Last synced: about 1 month ago
JSON representation

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