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
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,10 @@ Tiny but powerful single file wavefront obj loader written in C++03. No dependen
16
16
17
17
If you are looking for C89 version, please see https://github.com/syoyo/tinyobjloader-c .
18
18
19
-
Notice!
20
-
-------
19
+
Version notice
20
+
--------------
21
+
22
+
We recommend to use `master`(`main`) branch. Its v2.0 release candidate. Most features are now nearly robust and stable(Remaining task for release v2.0 is polishing C++ and Python API).
21
23
22
24
We have released new version v1.0.0 on 20 Aug, 2016.
23
25
Old version is available as `v0.9.x` branch https://github.com/syoyo/tinyobjloader/tree/v0.9.x
0 commit comments