Skip to content
Shh! 🤫 Pebble Engine is still a "secret" & hasn't been announced yet.

A ThreeJS Framework That Makes Things Easy

Pebble Engine provides a visual editor and developer framework for building interactive ThreeJS projects.
Get Started
npx pebble-engine@latest init

Why use Pebble Engine?

Visual Editor

Drop in .glb/.gltf files into the visual “Pebble Engine Studio” to build out scenes visually. Debugging in the studio becomes a breeze.

Easy to use "Prefab" System

Script your objects’ behaviour by modelling your objects as “Prefabs”. “Prefabs” can tap into built-in lifecycle hooks, like start, update, destroy, etc.

Developer Control

Pebble Engine is designed to give developers helpful guard-rails while still leaving control in the developers hands. You’ll still be writing plain ThreeJS code, but with some helpful guide rails.

Simple By Design

Pebble Engine stores all your scene data as easy-to-read JSON files. All your “prefabs” are created as JS/TS classes. No Magic, no proprietary file types.

Typescript Support

Pebble Engine is written in Typescript, and provides full Typescript support.

Light as a Pebble

Pebble Engine doesn’t try to be a full game-engine. It’s a light-weight framework for building ThreeJS applications. The “studio” itself gets installed as a dev-dependency, so it doesn’t bloat your production bundle.