# gbox **Repository Path**: lionker/gbox ## Basic Information - **Project Name**: gbox - **Description**: 2d矢量图形库. GBOX is a mutli-platform c graphic library, ui and game engine for unix, windows, mac, ios, android, etc. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 11 - **Created**: 2015-09-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README The Graphic Box Library ======================== GBOX is a mutli-platform c graphic library, ui and game engine for unix, windows, mac, ios, android, etc. contact ------- - email: - waruqi@gmail.com - waruqi@126.com - source: - [github](https://github.com/waruqi/gbox) - [coding](https://coding.net/u/waruqi/p/gbox/git) - [oschina](http://git.oschina.net/tboox/gbox) - website: - http://www.tboox.org - http://www.tboox.net - download: - [github](https://github.com/waruqi/gbox/archive/master.zip) - [coding](https://coding.net/u/waruqi/p/gbox/git/archive/master) - [oschina](http://git.oschina.net/tboox/gbox/repository/archive?ref=master) - document: - [github](https://github.com/waruqi/gbox/wiki/) - [oschina](http://git.oschina.net/tboox/gbox/wikis/home) - qq(group): - 343118190 donate ------ ####alipay alipay ####paypal paypal build ----- please install xmake first: [xmake](https://github.com/waruqi/xmake) ```bash // 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 ```