livecodelab
livecodelab copied to clipboard
a web based livecoding environment
...unless manually specified as per command in https://github.com/davidedc/livecodelab/issues/41
if you use this, when you change the text color then the cursor color is not changed
colorMode RGB fill(color(84,255,255)) box or colorMode HSB fill(color(84,255,255)) box or colorMode HSB,100,100 fill(color(84,255,255)) box
actual: fill;color(angleColor); expected: fill(color(angleColor)); test: the following should show a cube with faces colored according to normals (instead of yellow cube). fill yellow fill color angleColor box
Ideally you want it to be irrespective of the windowing system. You want to take a reference window size (maybe indicate that with an overlay) and do the tests against...
in every loop and every start of function, a watchdog should be added that checks whether it's a case of infinite (or too long) loop or infinite (or too long)...