Tweakpane is a compact pane library for fine-tuning parameters and monitoring value changes, inspired by dat.GUI. (dat.GUI user? The migration guide can be helpful)
- Clean and simple design
- Dependency-free
- Extensible
See the official page for details.
Number, String, Boolean, Color, Point 2D/3D/4D
Number, String, Boolean
Folder, Tab, Button, Separator
- Mobile support
- TypeScript type definitions
- JSON import / export
From version 4, Tweakpane has been migrated to ES modules. If you are looking for a CommonJS version of the package, use version 3.x.
$ npm install
$ npm run setup
$ cd packages/tweakpane
$ npm start
The above commands start a web server for the document, build source files, and
watch for changes. Open http://localhost:8080/
to browse the document.
MIT License. See LICENSE.txt
for more information.