I want to be able to do 2 things:
- Have a gui for ruby from which I can run some scripts/calculations.
- Display the results via a chart.
Results will just be in a simple array. It would be best to have that all in the gui so it can function like a normal program.
Any help would be greatly appreciated.
Thanks!
Edit: I forgot to mention, the charts can be simple line charts. Nothing fancy. But they need to be able to display an array of results as large as say 100,000 points.