Intel sponsors gamedev.net search:
The site is presently in a read-only mode while we perform some internal maintenance. Thank you for your patience.
Control Panel Register Bookmarks Who's Online Active Topics Stats FAQ Search


Get to know jendave...  
Full Name  
Nickname jendave 
State/Province, Country
Contact Info
Homepage URL http://cs-sdl.sourceforge.net 
ICQ ID  
AIM ID  
Yahoo IM ID  
Current Occupation
Job Title  
Job Description  
Other Interesting Details
Rating 1052  (Rate this user)
Number Of Posts
In our forums
15  
Member Since 2/16/2005 12:44:43 PM
ContributionsContact Us if a contribution of yours isn't listed
Send a Private Message to this user...

Some recent topics started on our forums
NeHe Lesson Coding Guidelines? Hi, A colleague and I have finished porting about half of the NeHe Lessons to C# using the Tao.OpenGL (http://mono-project.com/Tao) and SDL.NET (http://cs-sdl.sourceforge.net) libraries. How should we organize the files in order to submit them to... 
Posted November 3, 2005 10:43:09 AM
View All Topics Started By This User

Some recent replies made on our forums
Mysterious SDL.net exception [ SDL.NET bug - unsolved] I tried out the code and had no problem exiting the example. What version of SDL.NET are you using? Are the SdlDotNet.dll and Tao.Sdl.dll installed in the GAC? If so, you may want to remove them and try just having the assemblies in the same director... 
Posted July 19, 2006 10:42:54 AM
Cg Bindings for .NET The Tao project has Cg bindings that work with OpenGL. Tao Project 
Posted November 12, 2005 1:04:00 AM
Using SDL from within .NET For turning a struct into a IntPtr is using the Marshal.StructToPtr call. Try that out. If that does not work I can take a look at the way I marshalled it. Callbacks are problematic with P/Invoke. Also there is a void pointer in the audiospec struct... 
Posted September 30, 2005 7:27:36 PM
OpenGL - TAO - Can't find win32 download? The site is now at http://mono-project.com/Tao. There is a mailing list as well. 
Posted September 14, 2005 11:14:32 AM
SdlDotNet Appreciation Thread Thanks for the comments! Many thanks go to Rob for putting some much needed new blood into the project. The next release is shaping up to be a major one (maybe v 4.0 is more appropriate than a v3.2?). 
Posted August 29, 2005 1:12:47 PM
SdlDotNet TextSprite problems There may be a bug in TextSprite. Are you trying to add menu_text[i] to the collection before you set the text in menu_text[i]? Try setting the text first then adding it. If that works, let me know and I will fix the problem. TextSprite unfortunately... 
Posted August 10, 2005 11:01:36 AM
SdlDotNet Sprite not drawing where it should The main problem is that there is a bug with the screen.Blit(sprite) method. I have corrected that. Thanks for pointing out the problem. In the meantime, you can instantiate a SpriteCollection class, add the sprite to it and to a screen.blit(spriteCo... 
Posted August 1, 2005 1:57:23 PM
Disposing a sprite in SDL.NET (C#) I have just released SDL.NET 3.1.2 which includes the Kill()/Remove() fix. 
Posted July 18, 2005 1:30:42 PM
Disposing a sprite in SDL.NET (C#) I have fixed this issue and checked it into CVS. The next release will include the fix. Thanks for the bug report on this. 
Posted July 15, 2005 2:45:06 PM
SDL bindings for various languages My SDL.NET (http://cs-sdl.sourceforge.net) library provides .NET OO functionality so you can use C#, VB.NET or any other .NET language. 
Posted July 14, 2005 9:55:19 AM
View All Replies Made By This User