aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyoyo Fujita <syoyo@lighttransport.com>2016-05-12 01:13:47 +0900
committerSyoyo Fujita <syoyo@lighttransport.com>2016-05-12 01:13:47 +0900
commit48839e3b07f754cf3c6350746e55d31b900f7219 (patch)
treee6095cef54f7caccb5fd2866e36d0ffdd561dcd6
parente9a7c76c235da94916cdec478552251f8fe8957e (diff)
downloadtinyobjloader-48839e3b07f754cf3c6350746e55d31b900f7219.tar.gz
Add screenshot of glviewer.
-rw-r--r--images/sanmugel.pngbin0 -> 192538 bytes
-rw-r--r--tests/README.md12
2 files changed, 12 insertions, 0 deletions
diff --git a/images/sanmugel.png b/images/sanmugel.png
new file mode 100644
index 0000000..32ea150
--- /dev/null
+++ b/images/sanmugel.png
Binary files differ
diff --git a/tests/README.md b/tests/README.md
index 6ed65ff..1b0b43d 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -20,6 +20,18 @@ Are installed.
### Windows
+Visual Studio 2013 is required to build tester.
+
+On Windows console.
+
> python kuroga.py config-msvc.py
> vcbuild.bat
+
+Or on msys2 bash,
+
+ $ python kuroga.py config-msvc.py
+ $ cmd //c vcbuild.bat
+
+
+