Make 3D Websites With Runners
bitbybit.dev logo

Make 3D Websites With Runners

In this tutorial series you will learn how you can leverage Bitbybit runners to create your own BabylonJS or ThreeJS websites.

Intermediate
Free
TypeScript

3D Table Configurator Tutorial With Blockly

In this tutorial we show you how to code a simple 3D table configurator by using Blockly coding editor.

We then export the script to JavaScript and import it to your website. HTML, JavaScript and CSS were set up in the previous tutorial, thus if you want to learn how that works, check it out!

IMPORTANT - because we now have both BABYLONJS & THREEJS runners you need to include the bitbybit-runner.js by using this format:

< PreviousNext >

Course Lectures

Navigate freely between lectures by clicking on them. Approximate time required: 115 minutes.

Lecture Thumbnail

Introduction To BITBYBIT-RUNNER.JS

21 min

If you are looking for ways to create your own 3D website, you're in the right place. In this tutorial we introduce you to bitbybit-runner.js library, which hosts powerful CAD algorithms naturally embedded in Babylon.js game engine.

Lecture Thumbnail

Introduction Tutorial With Blockly

8 min

We will code a simple visual script that will create a 3D cube in Blockly visual coding editor. Then we will export that cube to bitbybit-runner.js and integrate it in your website on stackblitz.

Lecture Thumbnail

Introduction Tutorial With TypeScript

11 min

Learn how you to write TypeScript code and leverage Monaco editor on bitbybit.dev website for your needs and integrate the code produced to your JavaScript based 3D websites. In this tutorial Matas will give two examples of how to do that.

Lecture Thumbnail

3D Table Configurator Tutorial With Rete

24 min

In this tutorial we will code a very simple 3D table configurator in Rete editor on bitbybit.dev web cad platform. Then we will export this code and execute it on separate static website on StackBlitz.

Lecture Thumbnail

3D Table Configurator Tutorial With Blockly

21 min

In this tutorial we show you how to code a simple 3D table configurator by using Blockly coding editor.

Lecture Thumbnail

3D Table Configurator Tutorial With TypeScript

15 min

In this tutorial you will learn how to create a 3D website by using JavaScript, HTML and CSS by exporting code from Bitbybit TypeScript web CAD editor.

Lecture Thumbnail

Exporting Visual Script To ThreeJS Project

15 min

In this tutorial, you will discover how to use the Three.js game engine to execute CAD algorithms exported from Bitbybit visual scripts.