~sircmpwn/hare-sdl2

SDL2 bindings for Hare
added some missing bindings
Swap io::{read,write}items for io::{read,write}all
add SDL_(Un)LockTexture

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~sircmpwn/hare-sdl2
read/write
git@git.sr.ht:~sircmpwn/hare-sdl2

You can also use your local clone with git send-email.

#hare-sdl2

These are WIP bindings between Hare and SDL2.

Please do not make GUIs with this.

#Usage

  • Install libsdl2, libsdl2-image, libsdl2-mixer and libopusfile.
  • Run make run to run the demo.