Skip to content

Latest commit

 

History

History
executable file
·
60 lines (48 loc) · 1.4 KB

README.md

File metadata and controls

executable file
·
60 lines (48 loc) · 1.4 KB

The Graphic Box Library

GBOX is a mutli-platform c graphic library, ui and game engine for unix, windows, mac, ios, android, etc.

contact

donate

####alipay alipay

####paypal paypal

build

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