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

Add "start" view of the simulation #2

Closed
jonathanGB opened this issue Sep 4, 2017 · 4 comments
Closed

Add "start" view of the simulation #2

jonathanGB opened this issue Sep 4, 2017 · 4 comments
Assignees

Comments

@jonathanGB
Copy link
Owner

  • canvas must have the x-axis
  • hovering over the x-axis shows a circle that follows the mouse; on click, add a robot at this point
    • add a label
    • in a bubble, show x value, label, and state (radio); all modifiable
    • on right-click, default to faulty-robot?
  • show list of previous setups to start from (stored in localStorage)
    • button to store setup, which prompts for a setup name before
  • possibility to paste a custom setup into textarea
  • "start generating" button, which starts generating in the background [next issue] and blocks further changes to the setup
@jonathanGB
Copy link
Owner Author

jonathanGB commented Sep 8, 2017

Current todo:

  • Update position onchange of the x input (and vice-versa)
  • Add a meter to change the distance visible v

@jonathanGB
Copy link
Owner Author

jonathanGB commented Sep 13, 2017

  • Make 1st faulty robot the origin of the axis
    • Should we draw a faulty robot by default?

@jonathanGB
Copy link
Owner Author

jonathanGB commented Sep 20, 2017

  • Fix the x input to work relative to the origin position now that it's moving

@jonathanGB
Copy link
Owner Author

The start view is pretty much complete at this point, so I am closing this issue.

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

1 participant