Skip to content

Gui

Lightweight debug GUI panel for real-time parameter tweaking. Access via app.$gui after installation.

Usage

ts
import { Gui } from '@threeuse/core/plugins'

app.use(Gui)
app.$gui.add(mesh.position, 'y').min(-5).max(5).step(0.1)
app.$gui.addFolder('Material').add(material, 'wireframe')

Demo

Released under the MIT License.