-
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)
Learning Unity Resources: Interface & Essentials - Unity Roll-a-ball tutorial - Unity Hello Unity 01 : Deconstructing Darkness - YouTube
Programming in Unity: Scripting - Unity
Raycasting - Let’s Try: Shooting with Raycasts (article) - Unity PushyPixels - YouTube https://hackr.io/tutorials/learn-unity Unity C# and Shader Tutorials https://www.youtube.com/user/Brackeys
Udemy: Complete C# Unity Developer 3D - Learn to Code Making Games | Udemy
Raspberry Pi Resources: Python Programming Tutorials Raspberry Pi : Adafruit Industries, Unique & fun DIY electronics and kits https://projects.raspberrypi.org/en/ Overview | Adafruit’s Raspberry Pi Lesson 5. Using a Console Cable | Adafruit Learning System Overview | Adafruit’s Raspberry Pi Lesson 3. Network Setup | Adafruit Learning System Overview | Adafruit’s Raspberry Pi Lesson 6. Using SSH | Adafruit Learning System Overview | Processing on the Raspberry Pi & PiTFT | Adafruit Learning System
Python Resources: Learn Python - Free Interactive Python Tutorial