1 مستودع
Visual interfaces for manipulating application variables and object properties in real-time.
Distinct from JavaScript Component Controllers: Unlike component controllers, this is a developer tool for runtime debugging and tuning, not a framework for building end-user UI components.
Explore 1 awesome GitHub repository matching development tools & productivity · Graphical Variable Controllers. Refine with filters or upvote what's useful.
dat.gui is a JavaScript GUI controller library that provides a lightweight interface for manipulating variables in real-time through a visual control panel. It functions as a real-time variable debugger and graphical overlay for monitoring and adjusting object properties during application runtime. The library features a collapsible control panel that organizes complex sets of variable inputs into folders. It includes a state management system capable of exporting and importing the current configuration of active controllers as JSON objects. The tool supports object-property binding and dyna
Provides a lightweight graphical interface for manipulating JavaScript variables in real-time through a visual control panel.