mithi / hexapod

Blazing fast hexapod robot simulator for the web.
https://hexapod.netlify.app
Apache License 2.0
579 stars 70 forks source link

REFACTOR, breaking: Move some App state params and components down to Inverse Kinematics Page #113

Closed mithi closed 4 years ago

mithi commented 4 years ago

https://github.com/mithi/hexapod/blob/master/src/App.js

Components:

<AlertBox info={this.state.info} /> 
 <PoseTable pose={this.state.hexapodParams.pose} />

States:

showPoseMessage: true,
showInfo: false,
info: {},
mithi commented 4 years ago

https://github.com/mithi/hexapod/commit/6f62022eeaa6057652f1309d854cb05f6bb3e0b0 https://github.com/mithi/hexapod/pull/115