just wondering if there is any good opengl / directx tutorials on the web that people have used ?
I do prefer c++, but c# is good enough for when I am using windows/mono development environment.
thanks for any sites :)
4 replies to this topic
#1
Posted 23 April 2010 - 02:07 AM
int coffeePerDay = 10; // need to cut down!!!Codingfriends
|
|
|
#2
Posted 23 April 2010 - 09:58 AM
#3
Posted 23 April 2010 - 04:29 PM
first of all opengl is a grapics api and has no support for sound or keybord/mouse input.
http://www.opengl.org/documentation/red_book/
the official opengl book. it is very easy to understand for a beginner, but only covers graphics. no events, nothing. SDL is the main way to do this (gamewise)
Lazy Foo' Productions
le SDL tutorial.
you can also use glut (easier for beginners), in which case you can use
OpenGL Video Tutorial - Home
video tutorials...not my cup of tea.
openal is an audio system used in companion with opengl
Home - OpenAL
DirectX.....is......very foreign to me, so ask someone else for that
http://www.opengl.org/documentation/red_book/
the official opengl book. it is very easy to understand for a beginner, but only covers graphics. no events, nothing. SDL is the main way to do this (gamewise)
Lazy Foo' Productions
le SDL tutorial.
you can also use glut (easier for beginners), in which case you can use
OpenGL Video Tutorial - Home
video tutorials...not my cup of tea.
openal is an audio system used in companion with opengl
Home - OpenAL
DirectX.....is......very foreign to me, so ask someone else for that
https://wiki.ubuntu....t=getubuntu.pngubuntu.com“Never trust a computer you can’t throw out a window.” -Steve Wozniak
#4
Posted 25 April 2010 - 11:52 PM
thanks very much for the advice :). and links :)
int coffeePerDay = 10; // need to cut down!!!Codingfriends
#5
Posted 26 April 2010 - 01:11 PM
happy to help
https://wiki.ubuntu....t=getubuntu.pngubuntu.com“Never trust a computer you can’t throw out a window.” -Steve Wozniak
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









