Click to See Complete Forum and Search --> : drawing editor in C# using OpenGl
david123
June 5th, 2007, 12:14 AM
Dear all
Regards!
I have a drawign editor from the following link,
http://www.codeproject.com/useritems/DrawToolsRedux.asp
I want to change the C# graphics routines to OpenGl, kindly some one to
help me.
Regards
nitin1979
June 5th, 2007, 12:29 AM
david123 bro. what help you want.
Do you want good tutorial for OpenGl :?
then check this
http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=01
david123
June 5th, 2007, 01:04 AM
Dear nitin
regards
I want to drawing editor programming like the editor as i mentioned the link n my first post.
i need just like it but in openGl instead of using C# graphics routines.
if still can't help me then in next post i m going to attached my code and would mention the problem.
thanks alot for response.
miteshpandey
June 5th, 2007, 07:48 AM
Interfacing C# with OpenGL will be challenging even if not impossible.
If it is not your Company's requirement but a personal project, since C# is Microsoft's technology why not opt for DirectX (again Microsoft)?
If you download DirectX SDK (Managed) you will have tons of examples in C#
sinnerson
June 7th, 2007, 10:24 AM
Hi david,
You can take a look if this can help, it's C# wrapper for OpenGL.
I'm not take a deep investigation in the following code but for me looks
what you searching for.
http://www.colinfahey.com/csharp_wrapper_opengl_windows/csharp_wrapper_for_opengl.html
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.