-
Notifications
You must be signed in to change notification settings - Fork 69
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
New page: Saving poses #117
Comments
Hi mithi. I am really intrigued by your Inverse Kinematics Page Joystick idea. I would like to take up this issue also if that's okay with you. |
Hey, this is so cool. I opened up a new issue solely for this. #141 We can continue the conversation there, if that's okay with you. |
You can respond directly to issue #141 for any clarifications! Make sure it doesn't break anything! |
Page Ideas
Be able to save poses and preselect saved named poses or saved ik configuration
in local storage: https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
Be able to save named poses and ik configurations by pasting a json string in a text area and submitting it.
that we can deserialize and store it in local storage for quick access later.
We should also perform sanity checks
The text was updated successfully, but these errors were encountered: