[Mono-list] looking for an svg technology in c#, advice?

Daniel trampster at gmail.com
Sat Apr 18 18:58:52 EDT 2009


Take a look at cario http://mono-project.com/Mono.Cairo,
it is fairly low level but is completely scalable and cross platform. It 
can also use hardware acceleration where available. Gnome DO uses this 
technology to great effect. Especially in its docky interface.

Cheers,
Daniel

Jon Harrop wrote:
> On Saturday 18 April 2009 17:34:03 Martin Matusiak wrote:
>   
>> I'm looking to write a fairly simple gui component (windows forms)
>> that would display a map. Except that it should be scalable, thus svg
>> comes to mind. Naturally, I want something entirely dotnet to avoid
>> native dependencies. Any advice on technology that works well?
>>     
>
> Windows Presentation Foundation works extremely well but I'm not sure if it or 
> anything like it can be run on Mono. One of the major advantages is robust 
> hardware acceleration and that will be extremely difficult to reproduce.
>
>   



More information about the Mono-list mailing list