Skip to content

3D Simulations

An interactive 3D scene in the browser —for example the solar system, a molecule, or a geometric shape you can rotate and explore— for use in classes, courses, or presentations. Works in any modern browser.

  • What Three.js and React Three Fiber are and what they're used for.
  • Create an interactive 3D scene by describing it to Claude Code.
  • Publish it to share with your students.

Key concepts

Step by step

Terminal
cd ~/proyectos-ia
mkdir simulacion-3d
cd simulacion-3d
claude

Describe the scene you want. Example (adapt it to your subject):

Run on your computer

Terminal
npm install
npm run dev

Open the local address and try rotating the scene with your mouse.

If something goes wrong

  • Black screen — check for an error in the browser console (right-click, "Inspect"); copy it to Claude Code.
  • Camera won't rotate — ask it to add orbit controls ("OrbitControls").
  • Too heavy — reduce elements and texture size.

Practice challenge

Add buttons to "visit" each planet (so the camera travels to it) and a side panel with its info card. You'll have turned the simulation into a small interactive lesson.

Complete Aulafy mapSee how this lesson fits without leaving your path.

Complete Aulafy map

How all courses connect

This is not a checklist. Start with the foundation, choose an outcome, and go deeper only when your project needs more control.

  1. 1Understand
  2. 2Apply or build
  3. 3Operate with confidence
01

Choose an application

Turn the foundation into a visible outcome: a website, a business improvement, media, or an interactive experience.

Continue into the technical branch when you need to maintain code, data, or infrastructure.

02

Build with code

Prepare your environment, work with coding agents, and run models while keeping control of your projects.

This branch prepares you to design and operate reliable AI systems.

03

Take systems to production

Combine retrieval, agents, evaluation, security, deployment, and model adaptation when the problem requires it.

You do not need every course: choose the component your system needs and return as it grows.

View full catalogue