Skip to content

Instantly share code, notes, and snippets.

View AntonPieper's full-sized avatar

Anton Pieper AntonPieper

  • Germany
  • 18:26 (UTC +02:00)
View GitHub Profile
@AntonPieper
AntonPieper / raylib.sml
Created April 23, 2026 18:45
MosML FFI Structs
type color = { r:int, g:int, b:int, a:int }
val clearBackground : color -> unit =
app1 (dlsym dlh "rl_clear_background")