File | Date | Author | Commit |
---|---|---|---|
doc | 2015-07-06 |
![]() |
[11c120] using xmake |
pkg | 2017-08-21 |
![]() |
[bae707] remove skia lib |
res | 2015-05-20 |
![]() |
[6de91f] add profiler for tessellator |
src | 2017-08-25 |
![]() |
[1b68fa] fix build version |
.gitignore | 2015-07-06 |
![]() |
[6cfbf7] remove .xmake |
LICENSE.md | 2017-01-09 |
![]() |
[79c931] modify license to apache license 2.0 |
NOTICE.md | 2017-01-09 |
![]() |
[79c931] modify license to apache license 2.0 |
README.md | 2017-09-06 |
![]() |
[3dc02f] modify license link |
xmake.lua | 2017-08-21 |
![]() |
[4ef2da] update xmake |
gbox is a mutli-platform c graphic library.
It is now in the early stages of development only for reference and learning.
If you are interesting to this project, please view the source code.
please install xmake first: xmake
$ cd ./gbox
$ xmake
$ xmake run core
GBOX是一个用c语言实现的多平台图形库,支持windows、linux、mac、ios、android以及其他嵌入式系统。
现在这个项目,正处于早期开发阶段,暂不提供使用,仅供参考学习
如果您感兴趣,可以阅读源码
请先安装: xmake
cd ./gbox
xmake
$ xmake run core