Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. developing a Drawing Editor in C# using OpenGl

developing a Drawing Editor in C# using OpenGl

Scheduled Pinned Locked Moved C#
graphicscsharpcomgame-devhelp
9 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    a_david123
    wrote on last edited by
    #1

    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

    I B C 3 Replies Last reply
    0
    • A a_david123

      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

      I Offline
      I Offline
      Ilya Verbitskiy
      wrote on last edited by
      #2

      Hello, May be this project[^] will help you. This is the OpenGL wrapper for C#.

      1 Reply Last reply
      0
      • A a_david123

        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

        B Offline
        B Offline
        blackjack2150
        wrote on last edited by
        #3

        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.

        1 Reply Last reply
        0
        • A a_david123

          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

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          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 )

          A 1 Reply Last reply
          0
          • C Christian Graus

            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 )

            A Offline
            A Offline
            a_david123
            wrote on last edited by
            #5

            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

            C 1 Reply Last reply
            0
            • A a_david123

              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

              C Offline
              C Offline
              Christian Graus
              wrote on last edited by
              #6

              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 )

              A 1 Reply Last reply
              0
              • C Christian Graus

                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 )

                A Offline
                A Offline
                a_david123
                wrote on last edited by
                #7

                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

                C 1 Reply Last reply
                0
                • A a_david123

                  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

                  C Offline
                  C Offline
                  Christian Graus
                  wrote on last edited by
                  #8

                  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 )

                  D 1 Reply Last reply
                  0
                  • C Christian Graus

                    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 )

                    D Offline
                    D Offline
                    Dave Kreskowiak
                    wrote on last edited by
                    #9

                    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

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups