Skip to content
WireWhiz

WireWhiz

Where I share my coding adventures.

  • Home
  • Tutorials
  • The Brane
  • About
  • Downloads
  • Contact Me
Menu

All posts tagged programming

Is Text Based Programming Outdated?

Is Text Based Programming Outdated?

Posted on 14/05/202414/05/2024Author lightningDalekPosted in Blog, BraneEngine Update

Let me start out by saying, if I could justify writing in assembly code, I would. I am no lover of node-based scripting systems, for the most part because I’m often doing extremely complex stuff that would never lend itself well to a node based system. HOWEVER There are some places that node based systems…

Read

How To Make And Use Aframe Components

Posted on 23/05/201820/06/2018Author lightningDalekPosted in Blog, Mobile VR, tutorials, VR

What is a component? And why would you want to make one? A component is something that even without realizing it you use every time you code in HTML. Let me give you a few examples from Aframe: id=”thisId” or location=”0 1.6 0″ or even wasd-controls. These are all components. So why would you want to…

Read

How To Use A Canvas As A Texture In Aframe

Posted on 21/05/201823/05/2018Author lightningDalekPosted in Blog, Mobile VR, tutorials, VR

^wasd controls enabled^ So, why would you want to use a canvas as a texture? Well, It basically makes it so you have a 3D canvas that you can control as easily as a regular canvas. This allows you to make things like screens, signs, heads-up displays, and literally anything else. Getting started Here is the code for the…

Read

Getting Started With AFrame for mobile VR

Posted on 30/04/201808/05/2018Author lightningDalekPosted in Blog, Mobile VR, tutorials

What is AFrame? AFrame is a javascript plugin web framework that allows you to create 3d and VR programs very easily, It is open source and similar to  (but no based on) three.js. Getting Started To get started check out the previous article in this series: Getting Started Programming Mobile VR For FREE With AFrame. This will…

Read

Coding Videos:

Youtube logo Youtube

Questions?

Join the discord server!

Subscribe via Email

Like the tutorials? Get notified when new ones come out!

GitHub


Watch

Download

Star

Sites I've helped build:

fizentech.com

Disclaimer

These pages may contain affiliate links.

Privacy Policy

©2025 WireWhiz | Theme by SuperbThemes.Com