All Projects â†’ cocopon â†’ Tweakpane

cocopon / Tweakpane

Licence: mit
🎛 Compact GUI for fine-tuning parameters and monitoring value changes

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Tweakpane

Qml Creative Controls
QML controls for creative applications and creative coding
Stars: ✭ 199 (-84.65%)
Mutual labels:  creative-coding, gui
Guify
A simple GUI for inspecting and changing JavaScript variables
Stars: ✭ 111 (-91.44%)
Mutual labels:  creative-coding, gui
use-tweaks
🎛ī¸ Tweak React components with Tweakpane
Stars: ✭ 666 (-48.61%)
Mutual labels:  creative-coding, tweaks
Hello imgui
Hello, Dear ImGui: cross-platform Gui apps for Windows / Mac / Linux / iOS / Android / Emscripten with the simplicity of a "Hello World" app
Stars: ✭ 120 (-90.74%)
Mutual labels:  creative-coding, gui
Windows 10 Sophia Script
⚡ The most powerful PowerShell module on GitHub for Windows 10 & Windows 11 fine-tuning and tweaking
Stars: ✭ 4,133 (+218.9%)
Mutual labels:  tweaks, gui
Patternfly Design
Use this repo to file all new feature or design change requests for the PatternFly project
Stars: ✭ 82 (-93.67%)
Mutual labels:  gui
Gnvim
GUI for neovim, without any web bloat
Stars: ✭ 1,271 (-1.93%)
Mutual labels:  gui
Magicgui
build GUIs from python functions, using magic.
Stars: ✭ 80 (-93.83%)
Mutual labels:  gui
Ptdesigner
Library and GUI tool for designing and generation of procedural textures, made as a part of my Bachelor thesis.
Stars: ✭ 77 (-94.06%)
Mutual labels:  gui
Develnext
JavaFX and IDE for JPHP (only russian localization, english - in progress)
Stars: ✭ 89 (-93.13%)
Mutual labels:  gui
Glassos
Simulated OS project for Unity engine.
Stars: ✭ 87 (-93.29%)
Mutual labels:  gui
Creative Resume Of Karl
HTML5创意动į”ģįŽ€åŽ† 🏃 🏔
Stars: ✭ 85 (-93.44%)
Mutual labels:  creative-coding
Iced
A cross-platform GUI library for Rust, inspired by Elm
Stars: ✭ 12,176 (+839.51%)
Mutual labels:  gui
Neuron
Python project for creating desktop applications with HTML and Javascript
Stars: ✭ 86 (-93.36%)
Mutual labels:  gui
Ui
Cross-platform UI library written in V
Stars: ✭ 1,223 (-5.63%)
Mutual labels:  gui
Shoebot
Easy vector graphics with Python
Stars: ✭ 88 (-93.21%)
Mutual labels:  creative-coding
Abr Broadcaster
A real time encoder for Adaptive Bitrate Broadcast
Stars: ✭ 80 (-93.83%)
Mutual labels:  gui
Deep Learning Training Gui
Train and predict your model on pre-trained deep learning models through the GUI (web app). No more many parameters, no more data preprocessing.
Stars: ✭ 85 (-93.44%)
Mutual labels:  gui
Lv binding micropython
LVGL bindings to other languages
Stars: ✭ 87 (-93.29%)
Mutual labels:  gui
Imgui Rs
Rust bindings for Dear ImGui
Stars: ✭ 1,258 (-2.93%)
Mutual labels:  gui

Tweakpane

CI Coverage Status npm version

cover

Tweakpane is a compact pane library for fine-tuning parameters and monitoring value changes, inspired by dat.GUI.

Concept

  • Clean and simple
  • Dependency-free
  • Mobile support

Features

See the official page for details.

  • Inputs
    • Number (text / slider / list)
    • String (text / list)
    • Boolean (checkbox / list)
    • Color (picker)
    • Point2D (picker)
    • Point3D (text)
  • Monitors
    • Number (text / graph)
    • String (text)
    • Boolean (text)
  • UI components
    • Folder
    • Button
    • Separator
  • Theming
  • Plugins
  • Misc
    • JSON import / export
    • TypeScript type definitions

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].