Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 4 of 4

Thread: using kdedvelop and openGL

Hybrid View

  1. #1
    Junior Member Newbie
    Join Date
    Aug 2002
    Location
    salta,salta,argentina
    Posts
    3

    using kdedvelop and openGL

    i need to setup multiples windows or frame in the main windows and i need one or two using opengl to draw the data that is incoming from the principal windows
    QUIZ
    How do i set up the frame to use OPengl?
    thanks.

  2. #2
    Junior Member Regular Contributor
    Join Date
    Dec 2001
    Location
    Fpolis, SC, BRAZIL
    Posts
    155

    Re: using kdedvelop and openGL

    Using QT you will have to create a new widget class derived form a GLWidget (dont remember exactly the name)... look at Qt help in Qt designer.. it`s quite simple.

    Any windows from this class will be able to display OpenGL rendering
    If brute force doesn`t solve your problem,... you aren`t using enought!!

  3. #3
    Senior Member OpenGL Pro
    Join Date
    Jul 2001
    Location
    France
    Posts
    1,749

    Re: using kdedvelop and openGL

    however, if you have an old version of Kdevelop (1.x), there is a project call TGL that let you create QT opengl windowS.

    I don't know why, this has disappear.

  4. #4
    Junior Member Newbie
    Join Date
    Aug 2002
    Location
    salta,salta,argentina
    Posts
    3

    Re: using kdedvelop and openGL

    thanks for the guide!!!!!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •