Projects and Demos

Glitch Cube

Glitch Cube

Simple WebGL Rubik's Cube game done during js13kGames competition. The fun part of the compo was limitations on build size. Some code were cut to fit into 13kb limit.
This is a citation from FAQ on js13kgames.com:
Can I use WebGL? Yes, though it might be hard to fit it into 13 kilobytes...
So that was an interesting challenge! By the way, jsfxr is a very usefull generator of small sounds.
Pacman3d

Pacman3d

Simple game that demonstrates different features of BabylonJS framework: collision system, physics engine, sprites, etc. There is an article about BabylonJS (currently only in russian) that explains all the code step by step.
Cube Sim

Cube Sim

Classic Rubik's Cube 3D simulation inside a browser. Rules are simple: each cube face must have only one color. Also there are desktop and mobile versions written in JavaScript!
Three.js Rubik's Cube

Three.js Rubik's Cube

This is a demo of Rubik's Cube game powered by Three.js framework.
heartcube

HeartCube

That violet cube is not alone anymore. He's got a girlfriend :) This is a demonstration of how to import meshes from a file in BabylonJS. Files can be created using professional software like Blender.
house3d

House Constructor

A house that can be dynamically changed.