makenai / robotnik

Drag and drop robotics educational library starring Johnny Five and Blockly (crowd goes wild)
52 stars 13 forks source link

Robotnik with Chrome #14

Open lynnaloo opened 9 years ago

lynnaloo commented 9 years ago

It would be great to see this working Chromebots: http://blog.iceddev.com/2014-10-04-chromebots-lowering-the-barrier-to-entry.html

Resseguie commented 9 years ago

FYI I'm working on a proof of concept for this. I might do it separate first to get it working, then incorporate here.

makenai commented 9 years ago

Sounds great! I saw you blowing up the chromebots repo with comments and bug reports. :+1:

I think the end state will be some combination of chromebots and remote-io for flexibility. Super exciting.

Resseguie commented 9 years ago

The project structures are pretty different, so I'm just taking my time making sure I merge them in a meaningful way.

Resseguie commented 9 years ago

Here is a limited and frankensteined, but working, chromebots + robotnik implementation: https://github.com/Resseguie/robotnik/tree/chromebots Not intended to merge as-is, just for proof of concept and discussion. It's basically a manual combination of j5-chrome and robotnik. Ideally we'd modularize both better and set up dependencies. For now, I just did some heavy copy-paste work between the two to get it working.

makenai commented 9 years ago

See also @monteslu's notes in #2