13 Star 47 Fork 5

Gitee 极速下载/Nuklear

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/vurtun/nuklear
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 360 Bytes
一键复制 编辑 原始数据 按行查看 历史
eax0r 提交于 2019-09-22 23:42 . No need to build GLFW
language: c
sudo: required
dist: xenial
os:
- linux
compiler:
- gcc
- clang
before_install:
- if [ $TRAVIS_OS_NAME == linux ]; then
sudo apt-get update -qq;
sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libglew-dev;
fi
script:
- make -C demo/glfw_opengl2
- make -C demo/glfw_opengl3
- make -C example
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/Nuklear.git
[email protected]:mirrors/Nuklear.git
mirrors
Nuklear
Nuklear
master

搜索帮助