Author: Jay Lyonns

  • Free Mockup Resources. Direct from the manufacturers

    There are a ton of great mockup resources out there, but if you yourself are resourceful, you may want to try going direct to the company that built and/or carries the products. This especially refers to company logos.. Apple https://developer.apple.com/design/resources/ https://developer.apple.com/licensing-trademarks/

  • AR.js – Augmented Reality on the Web

    https://ar-js-org.github.io/AR.js-Docs/ https://aframe.io/blog/arjs/ Marker generation https://jeromeetienne.github.io/AR.js/three.js/examples/marker-training/examples/generator.html https://au.gmented.com/app/marker/marker.php 10 tips to enhance your AR.js app https://medium.com/chialab-open-source/10-tips-to-enhance-your-ar-js-app-8b44c6faffca

  • A-Frame Course

    A full course in A-Frame, offered through Glitch by Jorge C. S. Cardoso Web-based Virtual Reality Environments – (aframe-course.glitch.me) Animating a-frame objects Object rotation example: How to configure movement of objects in A-Frame (futurelearn.com) A-Frame Extras Sandbox • VR Examples (c-frame.github.io) Animation Events aframe-extras/src/loaders/README.md at master · c-frame/aframe-extras (github.com) Animation Controls aframe-extras/examples/animation-controls/index.html at master ·…

  • VSCode to remote server

    Install OpenSSH for Windows https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse?tabs=gui You may have to find the powershell.exe app in the file folder in order to run as administrator. Connect to OpenSSH Server Once installed, you can connect to OpenSSH Server from a Windows or Windows Server device with the OpenSSH client installed. From a PowerShell prompt, run the following command.…

  • Audio in A-Frame XR/VR/AR

    https://developer.chrome.com/blog/autoplay/#webaudio

  • Node.js in VSCode to deploy Google Firebase

    You can run Terminal in VSCode to avoid switching back and forth to Windows Terminal, however you’ll need to install packages directly. https://code.visualstudio.com/docs/nodejs/nodejs-tutorial

  • Loop clips in After Effects

  • Glitch Effects in Adobe After Effects

  • Baking textures in Blender.

    Transferring textures from high poly meshes to low poly meshes TIPS: If the mesh has been modified, be sure to recalculate the outside normals, and flip normals if required. If you receive a circular error, disconnect the Image Texture on the low poly mesh, and reconnect when Bake is complete. The error won’t effect anything…

  • Developing WebXR with A-Frame

    Learning a-frame: https://aframe.io/aframe-school Web-based Virtual Reality Environments – (aframe-course.glitch.me) Loading gltf: aframe/gltf-model.md at master · aframevr/aframe · GitHub Controlling animations: Creating animated glTF characters with Mixamo and Blender (donmccurdy.com) A visual inspector tool for A-Frame scenes: Easy.. Just hit <ctrl> + <alt> + i on any A-Frame scene to open up the Inspector.  Tool for…