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 Shop a newbie here. thanks for advice!!

http://www.randyridge.com/Tao/Default.aspx

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. :cool:

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.