Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clay Raylib

An exemple with Clay, the layout library, and Raylib, the renderer. 9/08/25. Based on raylib-multi-context example from Clay sources.

Linux

gcc main.c -o main \
  -I./raylib-5.5_linux_amd64/include \
  -I./clay \
  -L./raylib-5.5_linux_amd64/lib -lraylib \
  -lm -ldl -lpthread -lGL

Windows (with UCRT64)

gcc main.c -o main.exe \
  -I./raylib-5.5_win64_mingw-w64/include \
  -I./clay \
  -L./raylib-5.5_win64_mingw-w64/lib -lraylib \
  -lopengl32 -lgdi32 -lwinmm

About

Clay example with Raylib

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages