CrossGraphics
CrossGraphics copied to clipboard
Cross-platform Graphics Library for .NET
This is a great library for crossplatform development. I just discovered it reading this article: http://blog.xamarin.com/code-sharing-strategies-for-ios-mac/ I need to render my SVG buttons in Xamarin.Forms (ios/android/osx), but I cannot see...
I've done some additions for the platforms iOS, Android and Windows. Maybe we could bring them together. There are still some issues which should be addresses: - Windows font width...
The following references are incorrect: `./trunk/README.md:10:* Silverlight, Windows Phone 7, and Windows Metro (WinRT) using [SilverlightGraphics.cs](https://github.com/praeclarum/CrossGraphics/ blob/master/SilverlightGraphics.cs)` `./trunk/samples/Clock/ClockSilverlight/ClockSilverlight.csproj:75: ` `./trunk/samples/Clock/ClockSilverlight/ClockSilverlight.csproj:76: SilverlightGraphics.cs` `./trunk/samples/Clock/ClockWP7/ClockWP7.csproj:64: ` `./trunk/samples/Clock/ClockWP7/ClockWP7.csproj:65: SilverlightGraphics.cs` `./trunk/samples/Clock/ClockWpf/ClockWpf.csproj:65: ` `./trunk/samples/Clock/ClockWpf/ClockWpf.csproj:66: SilverlightGraphics.cs`
I would like to integrate the basic events such as tap, drag, hold, swipe, etc on the drawn elements. This is fairly easy with WP7 since everything is a UIElement....
OpenGl
Your samples are awesome. I would also love to see an opengl sample.
 