File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 8585 artifactName : tinyobjDeployMacOS
8686
8787 - job : windows
88- pool : {vmImage: 'vs2017-win2016 '}
88+ pool : {vmImage: 'windows-2019 '}
8989 steps :
9090 - task : UsePythonVersion@0
91- - script : choco install vcpython27 -f -y
92- displayName : Install Visual C++ for Python 2.7
9391 - bash : |
9492 python -m pip install --upgrade pip
9593 pip install cibuildwheel
Original file line number Diff line number Diff line change 33` tinyobjloader ` is a python wrapper for C++ wavefront .obj loader.
44` tinyobjloader ` is rather fast and feature rich than other pure python version of .obj loader.
55
6+ ## Requirements
7+
8+ * python 3.x(3.6+ recommended)
9+ * python 2.7 may work, but not officially supported.
10+
611## Install
712
813You can install ` tinyobjloader ` with pip.
You can’t perform that action at this time.
0 commit comments