Three.js experiments
I’ve made a mini-game and a scene experiment with three.js:
-
Empire of light – Escape the living room - An escape room
-
Underground Museum - A weird experiment taking place in the metro
They both run in modern browsers as is.
The idea behind the underground museum would be to add more stations so that the player could discover more history events and characters.
three.js is a nice and mature JavaScript library for 3D graphics. It is used to create interactive 3D graphics in the browser. It is a wrapper around WebGL. It’s positioned in a sweet spot for developers, not too low level like WebGL, nor too complex and heavy like Unreal and Unity.
For modeling, I used Blender.