Tweakpane is a JavaScript library that provides a compact user interface for fine-tuning/monitoring values. It's originally inspired by the popular library dat.GUI.
See the official page for more information.
We use gulp for development. Here are available tasks:
Task | Description |
---|---|
main:build |
Build source files of Tweakpane library |
doc:build |
Build source files of the document |
dev |
Build all source files and watch for changes |
Running a task with --production
generates a compiled code for production.
MIT License. See LICENSE.txt
for more information.