developing a Drawing Editor in C# using OpenGl
-
Dear all Regards:(( I want a drawing Editor Programming in C# using OpenGl like on the following link http://www.codeproject.com/useritems/DrawToolsRedux.asp but instead of using C# grapics routine i want to use OpenGl. kindly help me very urgent Regards David -- modified at 5:13 Monday 4th June, 2007
david
-
Dear all Regards:(( I want a drawing Editor Programming in C# using OpenGl like on the following link http://www.codeproject.com/useritems/DrawToolsRedux.asp but instead of using C# grapics routine i want to use OpenGl. kindly help me very urgent Regards David -- modified at 5:13 Monday 4th June, 2007
david
Hello, May be this project[^] will help you. This is the OpenGL wrapper for C#.
-
Dear all Regards:(( I want a drawing Editor Programming in C# using OpenGl like on the following link http://www.codeproject.com/useritems/DrawToolsRedux.asp but instead of using C# grapics routine i want to use OpenGl. kindly help me very urgent Regards David -- modified at 5:13 Monday 4th June, 2007
david
This OpenGL framework for .NET is very good: http://www.taoframework.com/[^] To get started put a TaoPanel(I think that's the name of the control) on your form and inside it's OnPaint event handler do all your OpenGL stuff.
-
Dear all Regards:(( I want a drawing Editor Programming in C# using OpenGl like on the following link http://www.codeproject.com/useritems/DrawToolsRedux.asp but instead of using C# grapics routine i want to use OpenGl. kindly help me very urgent Regards David -- modified at 5:13 Monday 4th June, 2007
david
You keep posting this, and you keep saying 'I want a drawing program', not 'I want to write a drawing program'. Which is it, do you want help writing one ( ask more specific questions ), or do you just want one ( this is a board for asking questions with your code, not looking for complete code ) OpenGL is a 3D framework. It's not really useful for a program like this one, in fact, apart from a bizarre way of achieving layers, I don't see how OpenGL would help you much at all.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
You keep posting this, and you keep saying 'I want a drawing program', not 'I want to write a drawing program'. Which is it, do you want help writing one ( ask more specific questions ), or do you just want one ( this is a board for asking questions with your code, not looking for complete code ) OpenGL is a 3D framework. It's not really useful for a program like this one, in fact, apart from a bizarre way of achieving layers, I don't see how OpenGL would help you much at all.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Dear Graus Regards! Sorry for not clearly mentioned the query. Yes i want a Drawing Editor Program , which 1): open a DXF file and then draw that DXF block. 2): I can edit the already drawing entity, and i can have Redo and Undo facility 3): and i can save in a specific format that drawing and then can open it hope u r some one help me. i m tension kindly help me
david
-
Dear Graus Regards! Sorry for not clearly mentioned the query. Yes i want a Drawing Editor Program , which 1): open a DXF file and then draw that DXF block. 2): I can edit the already drawing entity, and i can have Redo and Undo facility 3): and i can save in a specific format that drawing and then can open it hope u r some one help me. i m tension kindly help me
david
You're not going to find it here. This is the right place to ask if you're writing a program and have specific questions to help you do it. If you need to find a program, you probably have to pay someone to write it for you, if you can't find it with google.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
You're not going to find it here. This is the right place to ask if you're writing a program and have specific questions to help you do it. If you need to find a program, you probably have to pay someone to write it for you, if you can't find it with google.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Dear all Regards! I am a student and as i mentioned in my first post the link , i need jut like it but some 1 change its all Grapics routine to OpenGl. hope u r some 1 would help me. regards david
david
-
Dear all Regards! I am a student and as i mentioned in my first post the link , i need jut like it but some 1 change its all Grapics routine to OpenGl. hope u r some 1 would help me. regards david
david
a_david123 wrote:
I am a student
But not a good listener, apparently
a_david123 wrote:
i need jut like it but some 1 change its all Grapics routine to OpenGl.
What do you think OpenGL is ? It's a 3D engine, anda fairly tired one compared to DirectX ( in my opinion ). It has NOTHING to offer the author of a 2D drawing program. It does not manipulate raster images, it manipulates objects in 3D space. It's not an appropriate tool for a drawing program, unless you mean a program that creates 3D shapes.
a_david123 wrote:
hope u r some 1 would help me.
No, you apparently hope someone will write a program for you. You need to pay someone to do that, especially something of the size you're asking for. Or you can look around in sourceforge or something for a free project that does what you want. Assuming you've tried google, one can assume what you want does not exist, and this site is not a place to look for people to write programs for you, for free.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
a_david123 wrote:
I am a student
But not a good listener, apparently
a_david123 wrote:
i need jut like it but some 1 change its all Grapics routine to OpenGl.
What do you think OpenGL is ? It's a 3D engine, anda fairly tired one compared to DirectX ( in my opinion ). It has NOTHING to offer the author of a 2D drawing program. It does not manipulate raster images, it manipulates objects in 3D space. It's not an appropriate tool for a drawing program, unless you mean a program that creates 3D shapes.
a_david123 wrote:
hope u r some 1 would help me.
No, you apparently hope someone will write a program for you. You need to pay someone to do that, especially something of the size you're asking for. Or you can look around in sourceforge or something for a free project that does what you want. Assuming you've tried google, one can assume what you want does not exist, and this site is not a place to look for people to write programs for you, for free.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Me-thinks he's looking for some prewritten code to hand in for class credit.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007