Skip to content

AlexShiLucky/gbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The Graphic Box Library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 63.3%
  • C++ 31.2%
  • GAP 2.1%
  • HTML 1.7%
  • Objective-C 1.3%
  • Lua 0.3%
  • Assembly 0.1%