innovationOUtside / nbev3devsim

Ev3DevSim ipywidget in Jupyter notebooks
Apache License 2.0
5 stars 0 forks source link

Robot glow trace #104

Open psychemedia opened 3 years ago

psychemedia commented 3 years ago

It might be useful to have a program statement that will make the robot "glow" for a moment or two that we can use to trace the program execution progress. So for example, add lines like glow('red') or 'glow('green')` and have the robot glow in a non-blocking way around its edges for a moment or two when the line is executed? A simple CSS animation trick might do this?

We'd also have to have something to handle what would happen in a real ev3dev situation.