C# engine

Started by
14 comments, last by micon 20 years, 3 months ago
is there a library or graphics class for c#?, sdl, csgl and all thoes take to much time to set up, and i have a tight schedule for the game im working on. Any help is greatly appreciated, thanks.
Advertisement
you can try managed directx... check http://msdn.microsoft.com
"Through me the road to the city of desolation,Through me the road to sorrows diuturnal,Through me the road among the lost creation."
quote:Original post by micon
is there a library or graphics class for c#?, sdl, csgl and all thoes take to much time to set up, and i have a tight schedule for the game im working on. Any help is greatly appreciated, thanks.


Libraries:
Managed DirectX
TaoGL

Engines:
Axiom Engine (http://axiomengine.sourceforge.net/)
ExoEngine (http://www.exocortex.org/3dengine/)
thanks for the replies, dx9 still takes a bit to much time, i need something i dont need to write a bunch of base code and whatnot for. What is this TaoGL? i searched on google, but turned up nothing. Thanks again.
Tao.OpenGl is my OpenGL binding. You can find it on my site http://www.randyridge.com/Tao/Default.aspx. However my host has been having issues, I'll be moving the site the middle of next week. You may want to snag the dll's from Axiom's CVS since you may have trouble until the hosting situation is resolved. It's not entirely clear what you're attempting to do, however. I don't exactly understand what 'too much time to set up' infers. You can go from 0 to triangle in about 20 seconds with Tao and its SimpleOpenGlControl (see the tutorial on the page) though. Though I suspect with any of the others you mentioned you could do the same.

Ridge

[edited by - Ridge on January 18, 2004 3:19:38 PM]
--Ridge
Search for "Tao GL" rather than TaoGL. Seems to be a C# GL framework.

edit: obsoleted by the author by 11 seconds

[edited by - zealouselixir on January 18, 2004 3:19:47 PM]

[twitter]warrenm[/twitter]

Thanks,i found it. Except the downloads for the library doesnt work :-( but ill check back on it later.
Yeah, as I said hosting issues. I should be moving the site on Wednesday and hopefully the DNS entries will be updated by Friday. In the meantime I put the setup for the 1.1.0.0 version here: http://www.randyridge.com/Tao/Tao.Framework.Setup.msi and you should be able to get to that. Hopefully I''ll have a new version out sometime soon as well, was scheduled for the end of the month, but with the move it''ll probably be delayed somewhat. If you like you can build the latest yourself, the source is available at http://vaultpub.sourcegear.com.
--Ridge
awesome. thanks alot!
Tao.OpenGL is the only way you want to do OGL with C#, trust me.

The others are not bad, but Tao seems to be the best all around after looking at it and playing with it.

Either go Tao or MDX.

I don''t quite understand your "takes to long to set up DX basecode" theory, because setting up MDX in C# is about 10-15 lines =]

This topic is closed to new replies.

Advertisement