-
Notifications
You must be signed in to change notification settings - Fork 8
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
Develop Nicer Input #50
Comments
What's your idea on how to select pre-made graphs? @OmarShehata Btw I'll start working on showing nicer math expressions right now. |
@pang-tian-yu I was imagining in the dat.gui there would be a button, upon clicking that, we get a modal that covers the whole screen and dims out things outside. Inside that modal would be a grid of screenshots, similar to how the threejs front page looks like (https://threejs.org/), where each is a screenshot of a graph/shape, and when you click it the modal disappears and you go back to the app with that shape's data filled in. The reason I like that is because:
This also might end up being a better place to have our input (because it's more space). Consider how much nicer the Desmos grapher looks and feels: https://www.desmos.com/calculator Because they give much more space to the input. |
Best thing we've found on this so far is Mathquill (http://mathquill.com/) but it's not easy to integrate with dat.gui |
Mathquill doesn't actually use usual input bar in HTML. It uses some scripts so that when ever you type it makes what you input in a div. So we cannot use Mathquill unless we modify source code in dat.GUI. Also it is really difficult to modify UI of dat.GUI. I'm trying to find if there is a better library or can we build one on our own. |
This involves both writing equations, inputting points, as well as selecting from a list of premade objects.
The text was updated successfully, but these errors were encountered: