I have an idea to develop application which will receive data online and update plot every second. Also there should be some interactive functionality, i.e. showing information about data point while mouse is hovering on it.
I want to develop this application in Clojure but I have no experience in GUI. I have tried to use incanter
but I couldn't show anything except plot on the window (I also need textboxes etc). I am currently playing with quil
but I couldn't find the way to place plots from incanter
there.
What is the best way to develop this application and which libs should I use?