搜索资源列表
Fly131
- 一款以OPenGL为基础的飞机飞行制作,要在C++头文件中添加几个OPenGL的头文件#include \"gl\\gl.h\" #include \"gl\\glu t.h\"
paopao
- 类似跑跑卡丁车游戏,开发平台 C++,立体动 画效果较好,用到OpenGL,编译需要有一定水平,不过能够编译成功。具体参考其Linux开源编译介绍。-跑跑卡丁车similar game development platform C++, three-dimensional animation is better to use OpenGL, the compiler has required a certain level, but be able to compile successful
d_3dmg
- 迷宫小游戏,可以自己编辑地图,基于OpenGL平台实现的。-Maze game, you can edit their own map, based on the OpenGL platform.
square
- 旋转的彩色正方形,C语言程序,OpenGL库开发,需要安装glut头文件。-Color square programe,the square routated around the center.
gltris.tar
- The tetris game with opengl and C++.
BattleCity
- 基于opengl框架下 c++编写的一个坦克大战游戏 完成基本功能 适合初学者-Opengl-based framework written in c++ completion of the basic functions of a Battle City game is suitable for beginners
TetrisIn3D_cpp
- 3D-tetris on C++ Builder using OpenGL!
carworld
- a racing game using c++ and openGL..simple game for the beginner in openGL
Tetris
- Hello, here is my own version of the Tetris game. It is written in C/C++. For graphics OpenGL is used, for sound DirectX.
Bomb
- C++开发的单机版泡泡堂游戏(纯模范网络版泡泡堂),涉及directx和opengl库-C++ development of the standalone version of the game BNB (BNB pure online model), involving directx and opengl library
Engine
- 比较实用小巧的一款小游戏,主要是任务,基于opengl和visual c-A more practical small game, primarily the task, and based on visual c++ opengl
tanchisheCPP
- 一个贪吃蛇的C++代码,用OPENGL的高级语言写的-Snake in a C++ code, with the high-level language to write OPENGL
BillardGL
- 这个程序在C++中调用OpenGL,实现3D的桌球游戏,非常酷。-This procedure is called in C OpenGL 3D billiard game, very cool.
grf_display_opengl
- GRF_DISPLAY_OPENGL is a C++ program which reads a GRF file containing information about an abstract graph and displays a plot using OPENGL
MD3Loader
- 游戏开发C++代码,利用opengl控制人物的活动-Game development C++ code using opengl control activities of the characters
Graphics-Project
- Subject : MD2 Viewer Developement Soft : VC 2008 Language : OpenGL, C/C++
ular-Game
- ular game using openGL C++ on visual C#-ular game using openGL C++ on visual C#
OpenGL3Dearth
- OPenGL和C++实现的三维地形实时动态显示-OPenGL C++ earth
Ninjia
- 这是一个OpenGL实现的水果忍者划过屏幕产生刀刃的效果,代码是C++,效果还不错,VC和VS都可以用,要有OpenGL库。-Fruit ninja blade across the screen to produce the effect of an OpenGL implementation code is C++, the results were pretty good, VC and VS can have OpenGL library.
HW2
- 简单的乒乓球游戏, 玩家控制左右两个板,运用了最简单的碰撞原理。 opengl/c++ -A very simple pong game in C++/OpenGL. player control both left and right paddle. Very simple collision detection method was used in this project. Paddle was drew using OpenGL vertex color.