Chapter 1.3: Adding interactivity with A-Frame and Vue JS
A new control panel, Item Favorites, and Controller Interaction. I’ve made a lot of progress since the last update.
A new control panel, Item Favorites, and Controller Interaction. I’ve made a lot of progress since the last update.
Since the last post, I refined the card layout a bit. I decided that I wanted two display modes for the cards: compact and full. The compact mode is a square shape with the image and the title. The full mode has image, title, description, and any other UI controls I add later. There is…
Over the last few days, I’ve been working on the layout of the item cards for the A-Frame chapter of this series.
Configuring Vue to use A-Frame is straightforward. I started by forking the CodeSandbox template mentioned in the Introduction post and added aframe to the dependencies.
This is the first post in a new series that I’m starting called “A Vue into 3D”. Over the last two years I’ve shifted my focus towards front-end development. While I’ve spent time with several frameworks and libraries, Vue JS is the one that clicked for me the most. It allows me to leverage my…