aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyoyo Fujita <syoyo@lighttransport.com>2020-07-16 15:50:59 +0900
committerSyoyo Fujita <syoyo@lighttransport.com>2020-07-16 15:50:59 +0900
commitcff52cd9eafac54cf8bbe3ca7da8219122acbf5d (patch)
tree280f57b64a27569a0d2f408370732661f5c22a8a
parentbec38e3bbfe56e6cf218d30375d3990ffbd9e362 (diff)
downloadtinyobjloader-cff52cd9eafac54cf8bbe3ca7da8219122acbf5d.tar.gz
Add metal ray tracer to the list.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c284d0d..f5b2a0a 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,7 @@ TinyObjLoader is successfully used in ...
* rayrender(an open source R package for raytracing scenes in created in R): https://github.com/tylermorganwall/rayrender
* liblava - A modern C++ and easy-to-use framework for the Vulkan API. [MIT]: https://github.com/liblava/liblava
* rtxON - Simple Vulkan raytracing tutorials https://github.com/iOrange/rtxON
+* metal-ray-tracer - Writing ray-tracer using Metal Performance Shaders https://github.com/sergeyreznik/metal-ray-tracer https://sergeyreznik.github.io/metal-ray-tracer/index.html
* Your project here! (Letting us know via github issue is welcome!)
### Old version(v0.9.x)