-
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!!
-
Re: How to use opengl in vb.net???
-
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
-
Forum Rules