summaryrefslogtreecommitdiff
path: root/Content
diff options
context:
space:
mode:
authornavanchauhan <navanchauhan@gmail.com>2022-12-17 20:10:26 -0700
committernavanchauhan <navanchauhan@gmail.com>2022-12-17 20:10:26 -0700
commitb2bb59996716e91045f54a4181d2b745c2947a88 (patch)
tree46f6c67bd5f7b43065f5f25a1f3bd40de588348c /Content
parent5cc5d5c3c71e69320f860a8fb6eeb200c9d3deee (diff)
add ideas
Diffstat (limited to 'Content')
-rw-r--r--Content/ideas/2022-12-17-ar-mr-xr.md49
-rw-r--r--Content/ideas/index.md3
2 files changed, 52 insertions, 0 deletions
diff --git a/Content/ideas/2022-12-17-ar-mr-xr.md b/Content/ideas/2022-12-17-ar-mr-xr.md
new file mode 100644
index 0000000..efac50f
--- /dev/null
+++ b/Content/ideas/2022-12-17-ar-mr-xr.md
@@ -0,0 +1,49 @@
+---
+date: 2022-12-17 19:43
+description: Data dump from my notes
+tags: AR, MR, XR
+---
+
+# AR XR MR
+
+Last Updated: 2022-12-17
+
+## Projects
+
+All projects listed here are in the following format:
+
+| Name | Company | Notes |
+|------|---------|-------|
+| Hololens | Microsoft | |
+| Oculus | Facebook/Meta | |
+| [Tesseract](https://tesseract.in) | Jio/Tesseract | Indian "startup" |
+| [R1](https://www.lynx-r.com/collections) | Lynx | MR Headset |
+| [Monocle](https://www.brilliantmonocle.com) | Brilliant Labs | Open Source Smart Monocle |
+| [AR.js](https://ar-js-org.github.io/AR.js-Docs/) | AR-js-org | Open Source framework for AR on the web. Supports image, location and marker based tracking |
+| ARKit | Apple | Framework for iOS |
+| ARCore | Google | Framework for Android |
+| [8thWall](https://8thWall.com) | Niantic | Framework for AR on the web |
+| [Vaunt](https://www.theverge.com/2018/2/5/16966530/intel-vaunt-smart-glasses-announced-ar-video) | Intel | Sold everything to North, the company behind Focals |
+| [Focals](https://www.theverge.com/2019/2/14/18223593/focals-smart-glasses-north-review-specs-features-price) | North | One of the only consumer grade smart glasses which got bought by Google :/, don't think they will ever launch a v2 now |
+
+## Resources
+
+* For latest updates, [r/AR_MR_XR](https://reddit.com/r/AR_MR_XR) is one of the best resources out there.
+* Until WebXR actually becomes a thing and gets support on Safari, depending on the use case any of the frameworks can be used right now with each having their own pros and cons. Otherwise, for displaying simple models Google's ModelViewer framework can be used to integrate with the native AR frameworks for both iOS and Android to display glTF/USDZ models.
+
+
+## Ideas
+
+### Safety Checklist for CUBRT
+
+Would be nice to have an AR app/website that goes through all the safety checklists on our cars, so we never have to see another loose fuel line blow up the entire car.
+
+Possible solution: Add a fiduciary marker under the hood of the car and use it to highlight areas which need to be checked, or multiple markers which are activated in a particular order and show up as disabled until you complete the previous step.
+
+### App Clips
+
+Although App Clips on iOS have limited capabilities available to them, ARKit is one of them. This means, a QR code / NFC trigger can be used to launch a mini ARKit based App Clip.
+
+### Non-AR Smart Glasses
+
+Not every pair of smart glasses need to have AR based surface tracking / SLAM, to display stuff. Just a simple display which can overlay elements on the real world should be capable of displaying tons of data \ No newline at end of file
diff --git a/Content/ideas/index.md b/Content/ideas/index.md
new file mode 100644
index 0000000..8ba984c
--- /dev/null
+++ b/Content/ideas/index.md
@@ -0,0 +1,3 @@
+# Ideas
+
+Idea dumps and interesting projects found on the web. I also try to include archived links through archive.org and a self-hosted archive in-case something disappers. Most of the idea dumps are generated from an OCR scan of my diary page. Refer to [/posts/2022-11-07-a-new-method-to-blog.html](/posts/2022-11-07-a-new-method-to-blog.html) for details. Also, this page is not linked anywhere else and has been probably shared with you. \ No newline at end of file