I would like to create a button using dat.gui library. In a perfect world, this would work like this:
gui.add(\"button\", \"click me\");
FWIW, dat.gui assumes the GUI type based on the target's initial value type.
Examples can be found here: http://workshop.chromeexperiments.com/examples/gui/#1--Basic-Usage