Are there any libraries that utilize the the Canvases for Mono Android and MonoTouch? I am trying to draw node + edge network graphs and am hoping to avoid duplicating work by writing code to figure out methods for edge, node, and text placement (for labeling a node).
Are there any libraries that utilize the the Canvases for Mono Android and MonoTouch?
Share
I’m not sure about the edge/node/text placement part of your question, but one project that’s recently emerged is https://github.com/praeclarum/CrossGraphics which looks promising for sharing drawing code across the Mono mobile platforms: