diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000000000000000000000000000000000000..80f73aa1726a0fe0573c092dec0af51aa021e270
Binary files /dev/null and b/.DS_Store differ
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..2425900aafc35689d5e3791c44bebf896184fefe
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+./results/*
\ No newline at end of file
diff --git a/README.md b/README.md
index 5a772f7bf863f5c5d8899bf60a1e130918ee507b..8af5ea99ebd10f647e90b2da9a312065ca895a51 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,21 @@
-# 3d-scanning
+# DIY Swept Plane 3D Scanner
 
+This is an attempt to make a 3D scanner with a webcam, projector, and a web app.
+
+We used:
+
+- [Logitech C920 Webcam](https://www.logitech.com/en-us/products/webcams/c920s-pro-hd-webcam.960-001257.html)
+- [AnyBeam Pico Mini Projector](https://www.amazon.com/AnyBeam-Projector-Focus-Free-Lightweight-Compatible/dp/B088BG59QR)
+
+In order to produce some 3D data we have to calibrate our camera and our projector.
+
+Video of scanner running:
+
+https://photos.app.goo.gl/EunZzywEoEwvbe9b7
+
+
+Resulting in this point cloud.
+
+![](https://imgur.com/rV4QS7u)
+
+![](https://imgur.com/3w96DE9)
\ No newline at end of file