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

https://github.com/vulppi-dev/bunbox


https://github.com/vulppi-dev/bunbox

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Bunbox

Bunbox is a TypeScript-first FFI binding to SDL3 for Bun. It lets you build native desktop applications from Bun with windows, events, input, audio, and rendering exposed through ergonomic, typed APIs. Cross‑platform via SDL3 (Windows, macOS, Linux), suitable for tools, prototypes, and system UIs where native performance matters.

## Modules

- **Naga shader parser**: @bunbox/naga
- **Struct**: [@bunbox/struct](./libs/struct/README.md)
- **SDL3 bindings**: [@bunbox/sdl3](./libs/sdl3/README.md)

## License

[MIT](./LICENSE) © Vulppi