-
I'm currently using a checkbox (A) which, when clicked, would "disable" a panel (B) of other checkboxes.
For this, it would be useful to be able to set all the checkboxes in panel B to false/unchec…
-
I tried to use your fantastic plugin, but unfortunately, there are incompatibilities with the current version of Tweakpane:
_Missing 'parent' of BladeController in BladeRack.add. Please rebuild plugi…
-
I have a large root Pane with _many_ folders and parameters nested inside. But when I call `pane.exportPreset()` on the root, it returns what appears to be a random folder from the middle of the tree…
-
Example demo: https://davidwalsh.name/demo/dat-gui.php
Example usage: https://davidwalsh.name/dat-gui
Code repo: https://github.com/dataarts/dat.gui
Example 2: https://jsfiddle.net/ikatyang/182zt…
-
![2023-04-20 19_27_33-Tweakpane inline picker - Brave](https://user-images.githubusercontent.com/6925189/233527123-82e5314e-b4d4-4b00-bac8-e3532658f10d.png)
![2023-04-20 19_27_51-Tweakpane inline p…
-
Love what you're doing with this project! I was looking to do something similar but I needed the ability to add a button for each row. I added that and also the ability to attach event handlers for ea…
-
When nesting panels within the shadow dom of a custom element, tweakpane styling cannot be applied. Are there any ways to amend this?
-
I install tweakpane via npm (3.1.8)
vscode warns me that `addInput` does not exist on `Pane`.
I tried looking into the `dist/type` and I didn't find `addInput`, it only exists in `tweakpane.js`
…
-
hello, i have use dat.gui. when i see this tweakpane,i realize i will use it in many program project. meanwhile, the svelete which framework is friendly for make webcompoent,i use it too. as the title…
-
Hi
Is it possible to add static variables as input?
```JS
export default class TestClass {
static TEST = true;
}
//in other class
let _pane = new Tweakpane.Pane({ title: "SETUP GUI" …