Merge pull request #26 from jonasgeiler/patch-1

Added lua-fenster link
This commit is contained in:
Serge Zaitsev
2024-09-15 22:08:31 +02:00
committed by GitHub

View File

@ -17,6 +17,7 @@ This library provides the most minimal and highly opinionated way to display a c
* One C99 header of ~300LOC, easy to understand and extend. * One C99 header of ~300LOC, easy to understand and extend.
* Go bindings (`import "github.com/zserge/fenster"`, see [godoc](https://pkg.go.dev/github.com/zserge/fenster)) * Go bindings (`import "github.com/zserge/fenster"`, see [godoc](https://pkg.go.dev/github.com/zserge/fenster))
* Zig bindings (see [examples/minimal-zig](/examples/minimal-zig)) * Zig bindings (see [examples/minimal-zig](/examples/minimal-zig))
* Lua bindings (see https://github.com/jonasgeiler/lua-fenster)
* And, yes, [it can run Doom](/examples/doom-c)! * And, yes, [it can run Doom](/examples/doom-c)!
## Example ## Example