-
- value of gs
- low, hi in map(gs, _, _, low, hi)
- window size
- image size
- glsl code (?)
-
I am trying to migrate code from Tweakpane v3 to v4. All is working well, except for the refresh function. The code using it that was working for v3 no longer works. Specifically, nothing happens.
…
-
- https://github.com/tweakpane/plugin-essentials#readme
- https://github.com/tweakpane/plugin-camerakit#readme
- https://github.com/tweakpane/plugin-template
-
Hi
I've been learning JS the past few days. And for the life of me I can't figure out how to use waveform-path with [Tweakpane](https://cocopon.github.io/tweakpane/).
I have no idea how to actuall…
-
Hi
I am pretty new to JS, trying to learn as I go.
I have tried your Tweakpane plugin, but for some reason I get a text input field instead of a button.
This is my code:
```
const createPan…
-
Post 4.0, the docs still point to plugin-essentials:
- https://github.com/cocopon/tweakpane/blob/8f51679f7a68bf596a43188d3cc8b05c38ba429b/packages/tweakpane/src/doc/template/plugins/index.html#L23
-…
-
Is it possible to register plugins for a `TabPageApi`? It seems the `TabPageApi` is *mostly* identical to the `FolderApi` but I haven't been able to add plugin inputs to it.
-
The pane or folder doesn't collapse when clicked
```
const pane = new Pane({title: 'control'})
const panel = pane.addFolder({title: 'folder'})
```
-
I want to export the canvas (usually done with ctrl + s) through code.
I'm using Tweakpane and would like to export upon a button being pressed but I can't find a relevant method in the docs.
Woul…
-
`TabApi` doesn't implement `Refreshable` and it doesn't refresh children when its parent is refreshed.