blob: b84f65bc6699b1fbe401351d91f577c523d678aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# hare-sdl2
These are WIP bindings between [Hare] and [SDL2].
Please do not make GUIs with this.
[Hare]: https://harelang.org
[SDL2]: https://libsdl.org
## Usage
* Install `libsdl2`, `libsdl2-image`, `libsdl2-mixer` and `libopusfile`.
* Run `make run` to run the demo.
|