Minibloq: Graphical programming environment for Arduino

Hi, thanks for your comments!

The blocks are not difficult to create,you need to provide the following:

  1. The images, both for the block itself and for the toolbar (or picker) button.

  2. An small XML file, telling the system which images use, which help tooltip to show, and wich code the block generates (and yes: the code does not necessary must be C/C++ code, Minibloq is language independent, but oriented to imperative and OOP languajes).

  3. Some blocks include a header or an extra code file, with auxiliary functions or classes, but that is up to the block’s programmer.

However, please note that in the version you see in the demos, all this is still hardcoded. That stuff will be ready in the v1.0 version.

Regards!

Julián