mostly done implementing callbacks for rgfw

This commit is contained in:
2026-01-23 20:53:37 +00:00
parent 2b383ce756
commit 238e6f8907
12 changed files with 134 additions and 36 deletions

7
build-unix-glfw.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
mlton -link-opt "$(pkg-config --cflags glfw3) $(pkg-config --static --libs glfw3)" \
-export-header ffi/mlton-glfw-export.h \
shf-glfw.mlb \
ffi/glad.c \
ffi/glfw-export.c \
ffi/glfw-input.c