GBOX is a mutli-platform c graphic library, ui and game engine for unix, windows, mac, ios, android, etc.
- email:
- source:
- website:
- download:
- document:
- qq(group):
- 343118190
please install xmake first: xmake
// build for the host platform
cd ./gbox
xmake
// build for the iphoneos platform
cd ./gbox
xmake f -p iphoneos
xmake
// build for the android platform
cd ./gbox
xmake f -p android --ndk=xxxxx
xmake