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 3 of 3

Thread: How to use opengl in vb.net???

  1. #1
    Junior Member Newbie
    Join Date
    Mar 2004
    Location
    jb,johor,malaysia
    Posts
    2

    How to use opengl in vb.net???

    Hi, i know that it's common to use c++ to write opengl. However, i need to repeat the long coding to create a window. Is that possible that i can create window more faster? can i write opengl in vb.net?I'm a newbie here. thanks for advice!!
    Life is short, enjoy it

  2. #2
    Junior Member Newbie
    Join Date
    Jun 2003
    Posts
    8

    Re: How to use opengl in vb.net???


  3. #3
    Junior Member Newbie
    Join Date
    Mar 2004
    Location
    Earth
    Posts
    19

    Re: How to use opengl in vb.net???

    Yes, there are ways to save a lot of time in rewriting code. Start off by creating a "skeleton" that will serve the purpose of creating a window and Initializing/Shutting Down OGL. Then, whenever you have to write your OpenGL code, you just load the skeleton and type in any code specific to that App. This will save you a lot of time when coding repetitive things in any language, but my real point is C++ is better than VB.

Posting Permissions

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