Closed weichm closed 1 year ago
Maybe it is more consistent with the current GUI if cola.js
gets implemented as class, like Circle
, Rectangle
, Robot
, Hamster
or JavaHamsterWorld
so that you can use this class to draw objects directly to the "Ausgabe"-window.
I like your idea! I'm currently implementing a new compiler and interpreter from ground up, therefore i don't want to invest too much effort into new functionality using the current data structures. I added your feature request to the feature request list on www.learnj.de.
Hello,
I wonder if it would be possible to implement the following feature which would enable to visualize 2-dimensional arrays as graphs. Suppose
a
is given byIn the screenshot below, magine a small button next to
a
in online-ide visualizing a graph symbol:If you press this symbol, in a new browser window the graph gets layouted by e.g.
cola.js
(https://ialab.it.monash.edu/webcola/, MIT license).What do you think?