Skip to content

Latest commit

 

History

History

example_rgfw

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Silk example - RGFW

$ cc main.c -lX11 -lXrandr -lm -o example.out
$ ./example.out
  • Compilation command (on windows):
$ cc main.c -lgdi32 -lwinmm -o example.exe
$ example.exe
  • Compilation command (on macOS):
$ cc main.c -lm -framework Foundation -framework AppKit -framework CoreVideo -o example.out
$ ./example.out