You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tiny but powerful single file wavefront obj loader written in C++. No dependency except for C++ STL. It can parse over 10M polygons with moderate memory and time.
15
+
Tiny but powerful single file wavefront obj loader written in C++03. No dependency except for C++ STL. It can parse over 10M polygons with moderate memory and time.
16
16
17
17
`tinyobjloader` is good for embedding .obj loader to your (global illumination) renderer ;-)
18
18
@@ -30,6 +30,10 @@ Old version is available as `v0.9.x` branch https://github.com/syoyo/tinyobjload
30
30
* 14 Apr, 2019 : Bump version v2.0.0 rc0. New C++ API and python bindings!(1.x API still exists for backward compatibility)
31
31
* 20 Aug, 2016 : Bump version v1.0.0. New data structure and API!
32
32
33
+
## Requirents
34
+
35
+
* C++03 compiler
36
+
33
37
### Old version
34
38
35
39
Previous old version is avaiable in `v0.9.x` branch.
0 commit comments