开发者

Sample Projects on OPENGL [closed]

开发者 https://www.devze.com 2023-02-09 09:57 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers 开发者_如何学编程to be supported by facts, references,or expertise, but this question will likely
As it currently stands, this question is not a good fit for our Q&A format. We expect answers 开发者_如何学编程to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

i need few sample code projects on openGL for beginners.. i tried googling.. but still i m seeking ur suggestion on this.


This is probably one of the best site for learning opengl in C++: http://nehe.gamedev.net/default.asp

Check out the opengl tutorials on the left


You're looking for nehe: http://nehe.gamedev.net/


nehe.gemdev is perfect but you can check mine game from wblade.com


You could try this: The OpenGL Programming Guide - the redbook

It's official publication for learning openGL. It's already the seventh edition concentrated on versions 3.0 and 3.1 of openGL (another edition for version 4.1 will be available soon). It covers the basics and gets into more advanced topics as well.

Or you could try these video tutorials: videotutorialsrock.com

These videos follow similar structure as the book I mentioned above. They introduce some general 3d graphics concepts and the appropriate openGL syntax. I think it is a nice first step for those new to both openGl and 3d graphics programming.


Some small project may be a simple dice game for beginners for learning object formation, texturing and motion + carrying out calculations at the background and displaying result.

At a heigher level, there can be a tank game with the paths defined using formation of terrains etc... or a simple ball-collision game.

for reference, you can refer http://www.videotutorialsrock.com/ , it has sample codes for all these operations and the redbook.


Best way is to go through the book but you can get good examples from http://nehe.gamedev.net/

You can also get few good codes free to downloads from the www.openglprojects.in, this site contains many of the good projects including the source code for it.

0

精彩评论

暂无评论...
验证码 换一张
取 消