Does anyone know what library is used in the iPhone application Roambi to draw charts?
http://www.roambi.com/
Does anyone know what library is used in the iPhone application Roambi to draw charts?
http://www.roambi.com/
That looks like it uses the excellent Core Plot Framework.
I think it's not Core Plot.
There are some charts in the app that don't conform to Core Plot.
Maybe Roambi has started from Core Plot and has edited the source or maybe he has developed a new library with Quartz 2D.
The guy that owns the company created Xcelsius, in looking at it and knowing the performance of core-plot, I'm guessing this guy rolled his own, heavily adapted core-plot to be more efficient, or might even be using an OpenGL library.