搜索资源列表
PengPeng1
- 这是是我前几天仿写的小游戏《看谁守得住》的源代码,有详细的注释,代码短,但涉及到windows实时网络游戏的诸多基本元素,包括多线程、套接字、双缓冲、边界检查、3D视角等,程序可扩展性好,对程序中小球个数NBALL重新赋值(比如改成6)可以方便的扩展成网络桌球,对大球个数修改可以方便的扩展成网络足球(需要修改碰撞判断条件),也可以很方便的移植为调试OpenGL、D3D程序的平台(替换显示类C3DConvertor),是一个值得参考的入门级实时3D游戏编程框架 游戏支持单机和双人局域网两
Zenipex Library是一个游戏开发框架
- Zenipex Library是一个游戏开发框架,其创建目标是为Windows和Linux平台建立3D游戏。同时支持OpenGL和Direct3D9。,Zenipex Library is a game development framework, and its goal is to create Windows and Linux platform for the establishment of 3D games. At the same time, support for OpenGL
Src.rar
- 涉及windows游戏编程中的一些源码,包括布告板、天空盒、openGL COM等许多基本技术,Windows games involving some of the programming source, including bulletin boards, sky box, openGL COM and many other basic skills
md3loader
- Quake 3 s MD3 Viewer (july 13, 2007), loads and displays a player and a weapon. Supports lighting, texture mapping and animation. Includes a sample player model with weapon. See README for how to use it. Note (1): it uses the POSIX opendir/read
SMC_1.8_win32
- Secret Maryo Chronicles的windows版本1.8的源码.用到c++ ,sdl,opengl,cegui等.一个很不错的开源游戏.-The windows verson of Secret Maryo Chronicles,using c++,sdl,opengl,cegui etc.
IrrChineseDemo
- Irrlicht引擎是一个用C++书写的高性能实时的3D引擎,可以应用于C++程序或者.NET语言中。通过使用Direct3D(Windows平台),OpenGL 1.2或它自己的软件着色程序,可以实现该引擎的完全跨平台。尽管是开源的,该Irrlicht库提供了可以在商业级的3D引擎上具有的艺术特性,例如动态的阴影,粒子系统,角色动画,室内和室外技术以及碰撞检测等。-Irrlicht engine is written in C++, a high-performance real-time 3
SourceCodeOfIDGames_Quake1
- This the complete source code for winquake, glquake, quakeworld, and glquakeworld. The projects have been tested with visual C++ 6.0, but masm is also required to build the assembly language files. It is possible to change a #define and
Assignment_1
- Pocket Tanks is a 1-2 player computer game for Windows and Mac OS X, created by Blitwise Productions, developer of Super DX-Ball and Neon Wars. Adapted from Michael Welch s earlier Amiga game Scorched Tanks, this newer version features modified physi
objView
- obj viwer opengl windows applcation
Gluttonycode
- Opengl的课程作业小引擎,有基本的模型、材质、字体、相机、时间、2D控件等等类,结合MFC框架,养成和探险类结合的游戏,虽然整个游戏设计上很简单,但功能已经具有雏形-A small 3D Opengl Game enginee, Containing basic classes like Material,Model,Control,Image,Font,Camera and so on. Running on Windows MFC environment.It s a simple ga
wrestling
- opengl摔跤游戏,课堂作业,可在windows环境下运行 -opengl game
ReVersus
- Delphi基于OpenGL开发的黑白棋游戏 运行环境:Windows/Delphi7 Delphi基于OpenGL开发的黑白棋游戏,在Delphi7下可直接编译通过。学习OpenGL编程的一份不错的参考范例。 游戏界面还有动画效果,操作起来方便快捷。 -Delphi the Reversi game runtime environment based on OpenGL development: Windows/Delphi7 Delphi Othello game
XEffect-1.0.1375
- 一个机遇OpenGL与SDL的2D图像库-A 2D game engine base on OpenGL and SDL,support for Windows & Linux
贪吃蛇
- 贪吃蛇,windows平台,使用了opengl,和MFC写的不同,脱离了窗体框架,显得简洁,画面也很流畅(GluttonousSnake on windows more smooth because i have used opengl instead of MFC)