vrruiz / visualino

A desktop version of Roboblocks, a block-based programming environment for Arduino.
BSD 2-Clause "Simplified" License
42 stars 39 forks source link

Great !!!! #8

Open SebCanet opened 9 years ago

SebCanet commented 9 years ago

Hi, I created a totally BlocklyDuino, from new blockly core with internationalization (spanish version is made by José Manuel Ruiz, thanks to him), and I tried my version in the html directory : it works !!!! https://github.com/technologiescollege/BlocklyDuino_tests You also created a Bitbloq copy, I'll have to look to take it inside my version, that's great !

I hope you will find my version interesting and maybe we could work together on the Blockly version.

Thanks a lot for your work, that's great, exactly what I couldn't create !

vrruiz commented 9 years ago

Hi Seb! Thanks :) If you take a look to the old commits, you'll see that originally the project started with BlocklyDuino, so we share a common ancestor! However, at the time it lacked internationalization support among other things. I've taken a look to your BlocklyDuino site, and looks great.

Right now, my plan is to stick to Roboblocks for the main version. bitbloq/roboblocks is already translated to many languages and bq is actively maintaining the platform -although they have started working on a completely new javascript engine. However, I'm open to discuss creating an alternate Visualino distribution with BlocklyDuino.

SebCanet commented 9 years ago

Bitbloq works on something different than Blockly engine ?? I started from scratch with the new blockly engine, added blocklyduino's grove block, added translation and new blocks. I think the most interesting in your project i the ability to embed any kind of web project in a software project.

How can I add my work (blocks) in your version ? Thanks.