JSPM

  • Created
  • Published
  • Downloads 184613
  • Score
    100M100P100Q156779F
  • License MIT

A compact pane for fine-tuning parameters and monitoring value changes

Package Exports

  • tweakpane

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tweakpane) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Tweakpane

CI Coverage Status npm version

Tweakpane is a compact pane library for fine-tuning parameters and monitoring value changes. It's originally inspired by the popular library dat.GUI.

Screenshot

Concept

Features

  • Input
    • Number (text / slider / list)
    • String (text / list)
    • Boolean (checkbox / list)
    • Color (picker)
    • Point2D (picker)
  • Monitor
    • Number (text / graph)
    • String (text)
    • Boolean (text)
  • UI components
    • Folder
    • Button
    • Separator
  • Misc
    • JSON import / export
    • TypeScript type definitions

See the official page for more detailed information.

Development

npm start for development. It starts a web server for the online document, building source files, watching changes for the next build. After executing the command, open http://localhost:8080/ for browsing the document.

License

MIT License. See LICENSE.txt for more information.