diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-04-06 23:44:45 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-04-06 23:44:45 +0200 |
| commit | 6637fdded6f3c5fba7e7a378ca7e30d0db11f27d (patch) | |
| tree | 40f8868ae2140680645b1f90f4a1fc2a378920b3 /vendor/hare-sdl2/README.md | |
| parent | docs: add README (diff) | |
| parent | Add ! after c::fromstr calls to handle nomem (diff) | |
| download | hare-chip8-6637fdded6f3c5fba7e7a378ca7e30d0db11f27d.tar.gz | |
Add 'vendor/hare-sdl2/' from commit 'fb6008be0b79a2a24b1ac960316a83f7873b4f39'
git-subtree-dir: vendor/hare-sdl2
git-subtree-mainline: ed088aa81ac23fa48d5ae48ee739c97e0fcb4490
git-subtree-split: fb6008be0b79a2a24b1ac960316a83f7873b4f39
Diffstat (limited to '')
| -rw-r--r-- | vendor/hare-sdl2/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/hare-sdl2/README.md b/vendor/hare-sdl2/README.md new file mode 100644 index 0000000..b84f65b --- /dev/null +++ b/vendor/hare-sdl2/README.md @@ -0,0 +1,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. |
