Active public installation at http://blockly.parallax.com/blockly/
BlocklyProp is based on Blockly, the web-based, graphical programming editor. Provide language blocks and code generators for Parallax Propeller programming. (It actually started with the BlocklyDuino as a base because it already generates code for a microcontroller and was easier to adapt.)
BlocklyProp generates Spin and C code, and can compile and load into the Propeller with a single click on the web-page.
Whereas Blockly is only client side, BlocklyProp is hosted on a server and there were 3 previous versions, each implementing different sets of features and targeting different groups:
This current version is a rewrite of the latest php version. It’s now written in Java and runs on a Tomcat server. To make the BlocklyPropClient lighter and to support Chromebooks and tablets compilation is now done on the server.
BlocklyProp is written to run on a modern linux system. It requires:
The project is inspired by and based on BlocklyDuino https://github.com/gasolin/BlocklyDuino Fred Lin is the creator of BlocklyDuino.
Which in turn is created using Blockly https://developers.google.com/blockly/
To compile your code I use Openspin for spin https://code.google.com/p/open-source-spin-compiler/ and the Propeller-gcc toolchain for C code: https://sites.google.com/site/propellergcc/
Thanks to you all.
Copyright (C) 2014 - 2016 Parallax
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Available all purpose pins differ from board to board. It’s also possible to select a generic board which gives access to all 32 pins.