Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Value Plotters #191

Open
Nodragem opened this issue Jul 15, 2018 · 3 comments
Open

[Feature Request] Value Plotters #191

Nodragem opened this issue Jul 15, 2018 · 3 comments

Comments

@Nodragem
Copy link

Hello,

dat.gui can already shows the value of a variable in real time, what about creating a curve of that value in real time?

In fact, there are people who got inspired by dat.gui here:
https://braitsch.github.io/ofxDatGui/
And you can see that they implemeted a Value Plotter and other interesting ways to visualise the data. Maybe that can serve has an inspiration, though that is a C++ library :)

@backspaces
Copy link

This would fabulous! I have a dat.gui set of projects that need simple plotting. The projects are based on NetLogo, the great agent based modeling library.

Here's a study of their UI elements: http://backspaces.net/temp/NetLogoUIs.pdf

Amazingly similar to dat.gui.

@Nodragem
Copy link
Author

Nodragem commented Aug 9, 2018

In fact, there is already a js library doing something similar here:
https://github.com/mrdoob/stats.js

@MacroMan
Copy link
Contributor

Value plotter implemented and pull request #226 added.

Also in my main fork: https://github.com/MacroMan/dat.gui/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants