0.2.0 • Published 4 months ago

@0b5vr/imtweakpane v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

imtweakpane

Latest NPM release

Tweakpane but with immediate-y interface (actually not)

Rough, experimental, made for myself

<script src="https://unpkg.com/tweakpane@3.0.5/dist/tweakpane.js"></script>
<script src="https://unpkg.com/@0b5vr/imtweakpane@0.1.1/dist/imtweakpane.js"></script>

<script>
  const gui = new IMTWEAKPANE.ImPane();

  const update = () => {
    requestAnimationFrame(update);

    const folder = gui.folder("folder");
    const value = folder.value("value", 1.0, { min: 0.0, max: 1.0 });
  };
  update();
</script>
0.2.0

4 months ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago