This is a fork of Rocksi by ndahn — a free, browser-based robot arm simulator for educational use. All credit for the original simulator goes to the original author. This fork adds native OBJ + MTL + texture loader support as a contribution back to the educational community.
Rocksi is an incredible piece of educational software built by ndahn for the Robokind Foundation in Germany. It runs entirely in a web browser and lets students program a 3D robot arm visually — no installation, no registration, completely free.
- 🌐 Official version: https://ndahn.github.io/
- 📖 Source: https://github.com/ndahn/Rocksi
- 📜 License: MIT
- The "Custom object..." loader now supports
.obj+.mtl+ texture images in addition to.stl. - The scale block now uses a typeable number field instead of a slider, so you can enter values down to
0.001(the slider was previously locked to0.1steps).
After noticing that the custom object loader only supported STL files (which lack color/texture data), I extended it to support OBJ with full material support, then submitted the change upstream as a pull request.
If the upstream PR is merged, this version url will be removed.
🔗 https://ishan-banjara.github.io/Rocksi/
- Original simulator: ndahn and contributors (MIT License)
- OBJ loader extension: Ishan Banjara