I am working on a multi-platform application for windowsphone, iphone and android. I do this using visualstudio (phone sdk) with monoplugin (monotouch and mono for android for two other platforms). C #, in which you write the code, is compiled into native code for the third platform.
my Question (S):
I am looking for a .net graphics library (silverlight). Because if I get a library running on Windowsphone, it should work on two other platforms (using mono). So, does anyone know (or recommend) a graph library?
Has anyone here done something similar, and if so? which library you used.
source
share