Hi everyone,
I need to make a game in opengl as my project for university.
I have decent knowledge of c++ and no knowledge whatsoever in opengl.
The game is supposed to be something like this ->
minimum 6 different textures (12 points)
min. 8 geometric different objects, at least 4 animated (14 points)
use straight mode for drawing (glBegin, glEnd),
Display Lists and Vertex Arrays (9 points)
3D font straight in game (5 points)
correctly lit scene, at least 2 lights (8 points)
correctly transparent windows (8 points)
element system (efect of fire, explosion, bullet/missile) (10 points)
drawing of fog/mist, its on and off/ activation & disconnection (4 points)
main menu (5 points)
list state during game (5 points) //like how many points the player has
control by mouse and keyboard, free travel in scene (12 points)
main interaction user with scene (for example collision bullets with objects) (8 points)
bonuses:
use of shaders, other extension, good game idea, ...
I really need to complete it by 10th jan,
I would appreciate any kind of help.
Opengl game projectgame project in opengl for university
Page 1 of 1
7 Replies - 6643 Views - Last Post: 25 December 2008 - 05:20 PM
Replies To: Opengl game project
#2
Re: Opengl game project
Posted 24 December 2008 - 07:15 AM
Dream.In.Code has a policy by which we prefer to see a good faith effort on your part before providing source code for homework assignments. Please post the code you have written in an effort to resolve the problem, and our members would be happy to provide some guidance. Be sure to include a description of any errors you are encountering as well.
Post your code like this:
Thanks.
Post your code like this:
Thanks.
#3
Re: Opengl game project
Posted 24 December 2008 - 07:19 AM
I don't have any code because I don't really know where to start.
I missed all my classes where i was being taught bout opengl coz of an accident.
I was hoping you could point me where to start from.
I missed all my classes where i was being taught bout opengl coz of an accident.
I was hoping you could point me where to start from.
#4
Re: Opengl game project
Posted 24 December 2008 - 09:26 AM
#5
Re: Opengl game project
Posted 24 December 2008 - 09:36 AM
Hi there,
With your knowledge of C++ you should be able to make a start on the game itself, OpenGL is for the graphics side of things, what kind of game are you planning to make, write it down and work out all your engine code and other things before you move onto graphics, hopefully with some nicely designed code you should be able to implement some of the OpenGL techniques from the link above.
Surely if you had a very good reason for missing your OpenGL lessons your lecturer will understand and give you more time to complete or possibly let you resit the module
good luck and post some of your source when it is taking shape
With your knowledge of C++ you should be able to make a start on the game itself, OpenGL is for the graphics side of things, what kind of game are you planning to make, write it down and work out all your engine code and other things before you move onto graphics, hopefully with some nicely designed code you should be able to implement some of the OpenGL techniques from the link above.
Surely if you had a very good reason for missing your OpenGL lessons your lecturer will understand and give you more time to complete or possibly let you resit the module
good luck and post some of your source when it is taking shape
#6
Re: Opengl game project
Posted 24 December 2008 - 08:49 PM
Don't forget "the redbook" official guide. I found it an easy sit-through and whipped up my sprite engine in a matter of seconds (well HOW to do it by the way, the actual system programming took me 2 sittings).
This post has been edited by WolfCoder: 24 December 2008 - 08:49 PM
#7
Re: Opengl game project
Posted 25 December 2008 - 04:28 AM
Thanx for your replies guys,
I found this site too -> http://www.videotutorialsrock.com/
and can you tell me where i could find the redbook.
Thanx again
I found this site too -> http://www.videotutorialsrock.com/
and can you tell me where i could find the redbook.
Thanx again
#8
Re: Opengl game project
Posted 25 December 2008 - 05:20 PM
Red Book: http://www.glprogramming.com/red/ aka OpenGL Programming Guide
Blue Book: http://www.glprogramming.com/blue/ aka OpenGL Reference Manual
EDIT: And those are legal links. You won't get in trouble for using them.
Blue Book: http://www.glprogramming.com/blue/ aka OpenGL Reference Manual
EDIT: And those are legal links. You won't get in trouble for using them.
This post has been edited by MorphiusFaydal: 25 December 2008 - 05:22 PM
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote






|