Frontend · showcase

The visual side.

Renders, captures, motion experiments and the small playgrounds I make to learn or just play. The stuff that doesn't fit a case study.

Featured · 3D · Interactive

The Kenworth.

Three.js + DRACO + PBR. Click y arrastra para girar. Pellizca para hacer zoom.

GLB · 3.9 MB DRACO PBR + emissives
Drag to rotate
Auto-rotate

Loading 3D · 3.9 MB

Engine

Three.js r184

Compression

DRACO geometry

Lighting

PBR · 4 spots

Source

Grupo Quique

Featured · Motion · Scroll-mapped

Studio reel.

8 seconds, 192 frames — every pixel of scroll moves one frame.

0 / 192 frames

0001 / 0192

Add new pieces

How to add a new render or capture

  1. 01Drop the asset in /public/frontend/<category>/
  2. 02Add an entry to src/data/showcase.ts
  3. 03Set src, ratio, caption
  4. 04npm run build y listo

// showcase.ts

{
  id: 'render-bedroom',
  title: 'Bedroom render',
  category: 'render',
  src: '/frontend/renders/bedroom.png',
  ratio: 'landscape',
  caption: 'Cycles · 2k samples',
  tool: 'Blender',
  year: '2026',
}