View Full Version : A TRUE Beginer
Ph34R
04-14-2001, 04:31 AM
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)
Warrior
04-14-2001, 07:45 AM
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.
Ph34R
04-14-2001, 12:21 PM
ahh, thanks,, i was at his site a long time ago,, i guess that was before the vb ports came out
http://www.opengl.org/discussion_boards/ubb/wink.gif
lobstah
04-17-2001, 07:26 AM
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...
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.