OpenGL Wald Demo
Uploader Comments (Ingrater88)
All Comments (91)
-
@MW3G3rmany You should get comfortable with c++ first. OpenGL is not a program, but a library. There are plenty of tutorials out there for learning opengl. I particularly like swiftless. Any of the good beginner tutorials online can walk you through the basics of getting setup for it.
-
Try starting with SFML, its a 2D/3D multimedia library, with an interface to OpenGL.
Viel Spaß
-
I am new at learning C++, can someone explain me what OpenGL is which you need for 3D and 2D games, is it a programm to download and when yes where can i download it? Or does Visual 2010 already include OpenGL...please help!
-
lol i am gettin huge lag
-
Now I have a computer performace testing program. That's just perfect in testing how your computer is doing with games that has many objects. Thank you :) . Before I can create something similar to this, I will use it.
-
@Ingrater88 Be proud. I would be, thats awesome.
Very nice. I am trying to compile the C::B project on Win7, but I am getting "ld.exe cannot find -lOIS_static"...Any ideas how to fix this?
EricMorgan1 4 months ago
@EricMorgan1 Well the demo has a couple of dependencies. One of them is the Object Oriented Input System (IOS). You have to download it from sourceforge net. See the readme section "Compile it yourself"
Ingrater88 4 months ago
How do you sort the grass from back to front for transparent rendering?
Shadows0fIntent 6 months ago
@Shadows0fIntent The gras is rendered with alpha to coverage. Using that you don't need to do, back to front rendering
Ingrater88 6 months ago
realtime?
XeadXhot 7 months ago
@XeadXhot Yes realtime
Ingrater88 7 months ago