Cubes Origins

9th of September 2024

Cubes Origins was one of my first projects using Three.js. I learned a lot from it, and I'm proud of the result.

The main idea is to create a dynamic 3D scene using transitions and interactions. All the cubes are generated at the center and start moving in random directions. Additionally, if you touch the cubes, they change color.

Cubes Origin Scene

This project was a valuable experiment where I could test how well transitions work. It was also my first attempt at adapting a browser-based website for mobile. I mainly fixed the resizing issue, and now you can interact with the cubes using touch controls on mobile devices.

You can see the project here: Cubes Origin.

If you want to reset the scene, you can press the "Reset" button in the center of the screen.

Regards, Francisco