The programming environment »Open Roberta Lab« by Fraunhofer IAIS enables children and adolescents to program robots. A variety of different programming blocks are provided to program motors and sensors of the robot. Open Roberta Lab uses an approach of graphical programming so that beginners can seamlessly start coding. As a cloud-based application, the platform can be used without prior installation of specific software but runs in any popular browser, independent of operating system and device.
Apache License 2.0
127
stars
122
forks
source link
add evalExpr block, first step: to microbitv2 and wedo #1688
the evalExpr-block is an alternative to using blockly fpr expressions. It supports a textual representation of expressions, which may be much more compact compared to blockly.
evalExpr block to be added
documentation to be written
tests to be added
As a first step, microbitv2 and wedo are supported, as prototypical plugins. Later all plugins should besupported
the evalExpr-block is an alternative to using blockly fpr expressions. It supports a textual representation of expressions, which may be much more compact compared to blockly.
As a first step, microbitv2 and wedo are supported, as prototypical plugins. Later all plugins should besupported