[nem-en] unmanaged code (sound libs) & .NET / Mono
Paweł Różański
pawel.rozanski at gmail.com
Sun Jan 15 12:57:32 CET 2006
> I'm curious, why GTK# over wxWidgets ?
It all depends what you want to achieve.. wxWidgets can (as you know)
bring native felling on each platform, but I heard that .net port of
it isn't so great right now (raw C++ version has many macros, as we
know this could be problem in C# :> )
Gtk# - has almost everything done right.. events, boxpacking. IMHO It
fells not like a port of Gtk+. It looks great on x-server based
systems, on Windows uses some tricks to looks right (wimp skin really
works, and it's bundled with windows port of gtk
http://gtk-wimp.sourceforge.net/screenshots/)
Layout model just fells better for me in gtk (I can easily write an
app without using fixed positions and other dirty stuff like that)
But.. MacOS.. it can't bind to native controls, so looks ugly for Mac
minded people..
I use Linux most of the time, eventually windows.. so gtk# is my
choice. Read some code and decide :>
I didn't tested SDL for .Net yet, but in unmanaged world it really rocks :>.
--
Paweł Różański
More information about the devel-en
mailing list