搜索资源列表
PengPeng1
- 这是是我前几天仿写的小游戏《看谁守得住》的源代码,有详细的注释,代码短,但涉及到windows实时网络游戏的诸多基本元素,包括多线程、套接字、双缓冲、边界检查、3D视角等,程序可扩展性好,对程序中小球个数NBALL重新赋值(比如改成6)可以方便的扩展成网络桌球,对大球个数修改可以方便的扩展成网络足球(需要修改碰撞判断条件),也可以很方便的移植为调试OpenGL、D3D程序的平台(替换显示类C3DConvertor),是一个值得参考的入门级实时3D游戏编程框架 游戏支持单机和双人局域网两
3Dm
- 3d魔方游戏,opengl编写,源程序,
skyBox
- 在OpenGL中实现天空盒 加雾化效果
3D-Snake
- 使用openGL把原2D状态下的贪食蛇改进为3D状态,一开始可能会因不习惯而不容易上手
3D_Box_Down
- 俯视3D推箱子源代码 VC6.0编译通过,OpenGL 全3D效果 很有意思的
3DBox_Front
- 3D推箱子游戏,第一人称视角的 对于初学者掌握OpenGL编程框架很有帮助 VC6.0编译通过
OPENGL.rar
- 用OPENGL实现彩色圆环,其中有代码,下载后可直接解压在VC++6.0或者是VC2008里运行看到效果,Color ring with OPENGL
cube
- opengl 写的一个3d二阶魔方,能够自动求解,旋转。。。改变视角等-opengl order to write a 3d cube that can automatically solve, rotation. . . Change the viewing angle
glSokoban0425
- opengl based sokoban(推箱子)-opengl based sokoban (Sokoban)
PingPong
- Ping-Pong game, with fancy main menu :) OpenGL/SDL
3d
- 3D魔方程序源代码 采用VC++6.0开发 使用了OPENGL 代码比较简单 可以作为新手学习的范例-3D Cube source code developed using VC++6.0 using OPENGL relatively simple code can be used as an example of novice learning
MummyMaze
- 用c++和openGL编写的一个益智游戏,模仿Mummymaze,实现主要功能,有背景音乐。-C++ and openGL with the preparation of a puzzle game, imitating Mummymaze, to achieve the main function, the background music.
3DTetris
- c++用opengl实现的3D俄罗斯方块代码-The 3D Tetris with the opengl code
Russia
- 使用openGL写的俄罗斯方块游戏,带缩略框功能-Tetris game written in openGL。Box function with abbreviated
box3d
- 一个3d滚积木的游戏,采用的图形库是openGL,个人感觉做的挺成功的,向大家分享一下-Building blocks of rolling a 3d game, using the graphics library is openGL, do individuals feel very successful, and to share with you
3DTetris_Java
- 用java开发的3D俄罗斯方块。用到些 openGL的东西。还有个版本是基于C++开发的。请在站内搜索-3D Tetris
3DTetris
- 用C++开发的3D俄罗斯方块。用到些 openGL的东西。还有个版本是基于java开发的。请在站内搜索-3D Tetris
LianLianKan
- 连连看小游戏代码,基于opengl 的c++小程序-Lianliankan game code, based on opengl c++ applet
Blocks
- linux下推箱子游戏,使用OPENGL进行渲染-under linux Sokoban game, use OPENGL rendering
minesweeper
- My own implementatio of minesweeper using legacy OpenGL