In this chapter, you will build a simple “Hello, World” application using A-Frame. After that, you will build a simple content web site similar to an image gallery but with an added virtual reality experience.
Building a Simple “Hello, World” VR Application
In this section, you’ll get your hands dirty on your first-ever piece of code in A-Frame. As is customary with many frameworks or languages people learn, you’ll print “Hello, World!” in an A-Frame VR scene.
Before we start, ...