parallaxinc / solo

BlocklyProp without the wires
MIT License
5 stars 5 forks source link

BlocklyProp Solo

A simplified implementation of Google's Blockly project configured to support Parallax robots and sensors.

https://solo.parallax.com/

Actions Status

Supported Browsers

Chrome - v84+
Edge - v79+
Firefox - v69+
Safari - 14.0 +

Experimental Options

Several experimental options are available and they can be activated using flags in the URL. To use one or more of the experimental features, add ?experimental= and whichever feature name(s) below, separated by a pipe | character. For example, to turn on experimental blocks and the XML editing features, you would use the URL https://solo.parallax.com/?experimental=blocks|xedit.

NOTE: No support is provided from Parallax Inc. for use of these features!

Experimental Features

Additional Debugging/Console messages

There are numerous console.log() debugging points throughout the codebase, and most of them are behind a flag: https://solo.parallax.com/?debug=true.

NOTE: NO guarantees are made about what is displayed in the console. What is displayed may change at any time.