-
Notifications
You must be signed in to change notification settings - Fork 11
Tips and tricks
Here is a list of helpful tutorials:
-
Link to CIID IDP 2018 Class page: https://www.sensory.cc/designing-immersive-experiences
-
How to add code blocks in Markdown on github https://help.github.com/articles/creating-and-highlighting-code-blocks/
-
Gravity seems slow in unity demo? check here: https://answers.unity.com/questions/619364/gravity-seems-slow.html
-
Unity ARKit Plugin: https://assetstore.unity.com/packages/essentials/tutorial-projects/unity-arkit-plugin-92515
-
How to safely shut your Raspberry Pi down:http://raspi.tv/2012/how-to-safely-shutdown-or-reboot-your-raspberry-pi
-
Creating AR with WebXR (Formerly WebVR): https://aframe.io/blog/arjs/
-
Online code editor: https://glitch.com/
-
Add images to a shared github wiki: if anyone is having trouble linking to images on the tutorial they are creating, it works if you create a separate github repository with your images and then take that image link and insert that link into your tutorial (google drive photos for me wasn’t working yesterday)
-
Friendly Machine Learning for the Web: https://ml5js.org/
-
Instant CAD models of any location on Earth: https://cadmapper.com/
-
if you use Sublime Text: https://packagecontrol.io/
-
On a mac and want a magical new workflow?
- Login to your raspberry pi and run these lines…
- sudo apt-get update
- sudo apt-get install netatalk
- Use the same password On your mac go to the finder Command-K afp://192.168.1.1 (your Raspberry Pi IP address goes there)