c# - Need an XNA framework equivalent, that WORKS with system.windows.forms (it doesn't have to work with XBox 360) -


next semester taking "software practive ii" class. in class, professor wants learn xna. have been playing around xna quite sometime, , enjoy functionality , simplicity. however, xna not take advantage of system.windows.forms. using cegui# able xna work system.windows.forms, has limited functionality (for example, while mouse has has "left-click" , "double-left-click" doesn't have "drag").

and so, ditching xna new framework. here's question --> there c# framework has of functionality , simplicity xna, compatible system.windows.forms (or @ least, compatible system.windows.forms if use 3rd party tool)? framework not have work xbox360 - has work windows xp , windows vista. have similar syntax xna (in other words, have similar methods loadcontent, draw, , update).

thank time,

~benshums

i recommend slimdx


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -