aboutsummaryrefslogtreecommitdiff
path: root/vendor/hare-sdl2/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/hare-sdl2/README.md')
-rw-r--r--vendor/hare-sdl2/README.md13
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.