Skip to content

Tinchetsu/raylib_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raylib template

My project template for raylib dev.

Currently tested Vindows (Visual Studio 2022), wasm and XCode(desktop) builds. wasm build Tested on Windows and Mac.

windows: cmake -B win -D BUILD_EXAMPLES=FALSE

wasm: emcmake cmake -D PLATFORM=Web -D BUILD_EXAMPLES=FALSE -B build/wasm

xcode(desktop): cmake -G Xcode -D BUILD_EXAMPLES=FALSE -B build/xcode