mithi / hexapod-robot-simulator

A hexapod robot simulator built from first principles
MIT License
774 stars 109 forks source link

Implementation improvements #94

Open mithi opened 4 years ago

mithi commented 4 years ago

While porting this to javascript I have discovered so many ways to improve the code structure and algorithms found in this project

Take a look at the following files on the new project https://github.com/mithi/hexapod/blob/master/src/hexapod/Linkage.js https://github.com/mithi/hexapod/blob/master/src/hexapod/VirtualHexapod.js https://github.com/mithi/hexapod/blob/master/src/hexapod/basicObjects.js