jonathanGB/faulty-robots-simulation

Stringify a generation to the scientific paper XML output

Closed this issue · 2 comments

To easily draw graphs in scientific papers, a certain library is used which requires coordinates, labels and such in a specific XML format.

I'm thinking to put a button beside every generation in the UI which, when clicked, outputs the XML string to be copied.

1- iterationText onhover: pointer cursor (maybe other visual effects?)
2- iterationText onclick: generate XML and download (using Blob and invisible link)

Current version working, so closing the issue for now. Will reopen if this current version is not exactly what was desired.