Zurab-D / dat-gui

Automatically exported from code.google.com/p/dat-gui
0 stars 0 forks source link

i made a wrapper for dat-gui, what do you think #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
https://github.com/dmvaldman/guiGlue

it essentially lets you abstract away your parameters from the gui, so you 
never have to write things like..

gui.add(params, 'var1', .5, 0, 1).step(0.01).onChange(function(){...}) 

it would be better if these ideas were just incorporate into source :-)

Original issue reported on code.google.com by dmvald...@gmail.com on 19 Mar 2013 at 4:13