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: A TRUE Beginer

  1. #1
    Junior Member Newbie
    Join Date
    Apr 2001
    Posts
    2

    A TRUE Beginer

    Whell, I know VB VERY whell, and am struggling to learn C++. I figure, learn C before I try to learn OpenGL's api, using c++ code. I would realy like to beable to write some OpenGL apps in Visual Basic until i know c++.

    If anyone could point me to some online tutorials, for very basic OGL stuff, done in vb, i would be very thankfull.

    (I know VB inside Out, its just the api i need to learn)
    This Is My Optional signature I may use to appear at bottom of my posts.

  2. #2
    Intern Contributor
    Join Date
    Jan 2001
    Location
    California
    Posts
    80

    Re: A TRUE Beginer

    go to http://nehe.gamedev.net
    all the tuttorials are in c/c++ but almost all of the tuts have been ported to vb. you can download the vb versions.

  3. #3
    Junior Member Newbie
    Join Date
    Apr 2001
    Posts
    2

    Re: A TRUE Beginer

    ahh, thanks,, i was at his site a long time ago,, i guess that was before the vb ports came out
    This Is My Optional signature I may use to appear at bottom of my posts.

  4. #4
    Junior Member Regular Contributor
    Join Date
    Jan 2001
    Location
    Portland, ME., USA
    Posts
    145

    Re: A TRUE Beginer

    For what it's worth:
    I am doing some development with OpenGL, C and VB. I use C and OpenGL for rendering and VB for the GUI. The C and OpenGL are implemented in a .dll. I make calls to the .dll from VB (pass the window handle when needed). I'm more familiar with C than C++.

    lobstah...
    lobstah

Posting Permissions

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