1 Star 0 Fork 0

毛三/tinygltf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
cmake
deps
examples
experimental
models
tests
tools/windows
.clang-format
.gitignore
.travis-before-install.sh
.travis.yml
CMakeLists.txt
LICENSE
Makefile
README.md
appveyor.yml
examples.bat
json.hpp
loader_example.cc
premake5.lua
stb_image.h
stb_image_write.h
test_runner.py
tiny_gltf.h
vcsetup.bat
克隆/下载
.travis-before-install.sh 376 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
if [[ "$TRAVIS_OS_NAME" == "osx" ]]
then
brew upgrade
curl -o premake5.tar.gz https://github.com/premake/premake-core/releases/download/v5.0.0-alpha12/premake-5.0.0-alpha12-macosx.tar.gz
else
wget https://github.com/premake/premake-core/releases/download/v5.0.0-alpha12/premake-5.0.0-alpha12-linux.tar.gz -O premake5.tar.gz
fi
tar xzf premake5.tar.gz
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/llmllm/tinygltf.git
git@gitee.com:llmllm/tinygltf.git
llmllm
tinygltf
tinygltf
master

搜索帮助