Two frameworks
- for people who just want to put content up :
- Using A-frame Code with testing in the browser
- unfortunately there is not yet any workshop content for that, you will have to explore on your own.
- for people with some basis of programming :
The screen will be all black because... there is a MISTAKE in the code! Fix it and enjoy a beautiful rotating cube!
Discovering the online editor
Key functions (JSBin)
- editing code with auto refresh (Auto-run JS, enable by default)
- detach window to view in actual VR (Occulus or other device e.g. mobile)
- clone to edit then save own code
- hide the top toolbar (sic)
Warning
There will be errors, there will be bugs. That's OK though. What is not OK is to be blind. You need to know what the errors are :
- using the console in Chrome : Ctrl+Shift+J
- using the console in Firefox : Ctrl+Shift+K
If you do not learn how to use the console, you will be in a world of pain (I'm serious.)!
Jump to Mission 1 to dive in your own code! Make sure your code is working (beautiful rotating cube) before going on.