Questions tagged [dat.gui]

Dat.gui is a small JavaScript library to render some GUI elements like sliders, color pickers, etc.

Repository: https://github.com/dataarts/dat.gui

Documentation: http://workshop.chromeexperiments.com/examples/gui/#1--Basic-Usage

182 questions
-1
votes
1 answer

Saving PNG from Processingjs sketch?

I'm running my processingjs sketch locally and I'm trying to save a PNG of my canvas but I can't get the regular commands saveCanvas("image", 'jpg'); and save("diagonal.tif"); to work. Does anyone have a tip on how to get this done? Cheers, Thales
Thales Ribeiro
  • 49
  • 1
  • 10
-1
votes
1 answer

adding multiple objects to a single dat.GUI slider?

I have a simple three.js scene with a car model that I want users to customize. I have no problem manipulating the positions and rotations of single objects. I'd like the user to be able to expand the wheelbase of the car on a single dat.Gui…
asis
  • 11
  • 3
1 2 3
12
13