From abaae4658e8e06b295936fa138ad78566b4c0290 Mon Sep 17 00:00:00 2001
From: nemutas <46724121+nemutas@users.noreply.github.com>
Date: Tue, 17 May 2022 19:39:27 +0900
Subject: [PATCH] Create README.md
---
README.md | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
create mode 100644 README.md
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1047261
--- /dev/null
+++ b/README.md
@@ -0,0 +1,32 @@
+# ABOUT
+In this application, the Raymarching spheres have collision detection.
+This allows the spheres to be dispersed using the mouse.
+
+What we are doing is the same as the application we created before. However, the code is more sophisticated.
+https://github.com/nemutas/r3f-normal-color
+
+https://nemutas.github.io/r3f-water-drops/
+
+
+
+# Reference
+This is a technical document on Raymarching. They are all very easy to understand and are excellent documents.
+
+* [wgld.org](https://wgld.org/d/glsl/g008.html) - Japanese
+* [Inigo Quilez - articles](https://www.iquilezles.org/www/index.htm)
+* [Raymarching simple scene #48](https://www.youtube.com/watch?v=q2WcGi3Cr9w&t=6s)
+* [Live Coding and Alien Orb - Modeling & Shadows](https://www.youtube.com/watch?v=b0AayhCO7s8&t=416s)
+
+Physics simulation using use-cannon.
+
+* [BestServedBold Christmas Baubles](https://codesandbox.io/s/bestservedbold-christmas-baubles-zxpv7)
+
+# License
+
+This source code is not MIT License.
+
+❌ Commercial use is prohibited.
+❌ Redistribution is prohibited.
+❌ Diversion is prohibited.(Incorporate all of the code into the project, etc.)
+✅ You can look at the application and reproduce the representation.
+✅ You can use parts of the code.