CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - D3D UI
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - D3D UI - List
[
Game Program
]
sf_2008411
DL : 0
跨平台2D引擎,任何图形设备(2d/3d)均可使用 精灵引擎包括:精灵(支持HotPoint),45度斜角地图,图层,ViewPort,层管理器。 图形引擎包括:ISurf通用2D绘图接口。目前有一个DDraw7的实现;IFont接口。还有一个CGdiFont实现。 *声明:欢迎学习研究或修改,未经本人许可,严禁用于商业用途 Copyright instemast 精灵引擎部分,我发现SUN的J2ME设计的还不错,所以参考了他的设计。 不过J2ME是针对移动设备的,不支持45度斜角地图,我支持了一下。 图形绘制部分,我抽象出了出一个ISurf接口来完成图形绘制。这个接口我改了好几次。 不支持位图Alpha通道,但是支持单个Alpha值。 ISurf接口中的Color格式为X8R8G8B8,不过具体设备上的具体实现与之可能不同。 你可以用D3D实现这个ISurf,也可以用DDraw实现他。目前我只提供了DDraw实现。 另外要说的是,不是说做3D游戏就不需要实现这个2D接口了。 由于我的UI是基于ISurf接口的,所以我的3D游戏也需要实现ISurf,以使UI工作。 里面用到的其他头文件,我也共享了出来,保证可以编译。
Date
: 2008-10-13
Size
: 39.35kb
User
:
test
[
DirextX
]
D3D9UI
DL : 0
基于DX9的UI界面设计,自己收藏的一个例子, 这套界面最初是根据Alan Thorn的《DirectX 9 User Interfaces Design and Implementation》一书介绍的原理所编写-DX9-based interface of the UI design, an example of their own collections, this interface is based on Alan Thorn initially the
Date
: 2025-07-02
Size
: 161kb
User
:
李赛伟
[
Game Program
]
sf_2008411
DL : 0
跨平台2D引擎,任何图形设备(2d/3d)均可使用 精灵引擎包括:精灵(支持HotPoint),45度斜角地图,图层,ViewPort,层管理器。 图形引擎包括:ISurf通用2D绘图接口。目前有一个DDraw7的实现;IFont接口。还有一个CGdiFont实现。 *声明:欢迎学习研究或修改,未经本人许可,严禁用于商业用途 Copyright instemast 精灵引擎部分,我发现SUN的J2ME设计的还不错,所以参考了他的设计。 不过J2ME是针对移动设备的,不支持45度斜角地图,我支持了一下。 图形绘制部分,我抽象出了出一个ISurf接口来完成图形绘制。这个接口我改了好几次。 不支持位图Alpha通道,但是支持单个Alpha值。 ISurf接口中的Color格式为X8R8G8B8,不过具体设备上的具体实现与之可能不同。 你可以用D3D实现这个ISurf,也可以用DDraw实现他。目前我只提供了DDraw实现。 另外要说的是,不是说做3D游戏就不需要实现这个2D接口了。 由于我的UI是基于ISurf接口的,所以我的3D游戏也需要实现ISurf,以使UI工作。 里面用到的其他头文件,我也共享了出来,保证可以编译。-err
Date
: 2025-07-02
Size
: 39kb
User
:
test
[
Game Program
]
DZY_Game
DL : 0
自己写的一个D3D游戏Dome。实现了基本的游戏功能-Himself wrote a D3D game Dome. Realize the basic game functions
Date
: 2025-07-02
Size
: 12.81mb
User
:
王雪健
[
3D Graphic
]
MagicDivinity
DL : 0
使用D3D绘制UI的例子,使用三维坐标绘制用户界面-The use of D3D rendering UI example of the use of three-dimensional coordinates of drawing the user interface
Date
: 2025-07-02
Size
: 5.6mb
User
:
fytx
[
Game Program
]
TheTowerGameForD3D
DL : 0
一个简单的D3D RPG游戏Demo 包括了简单的UI和精灵类,以及音效等.有助于初学D3D-A simple D3D RPG game Demo includes a simple UI and wizard classes, as well as sound effects. Conducive beginner D3D
Date
: 2025-07-02
Size
: 3.01mb
User
:
周乾坤
[
3D Graphic
]
D3D9UI
DL : 0
D3D实现的一个UI库,学习D3D和GUI的入门实例-Direct3D GUI Library
Date
: 2025-07-02
Size
: 161kb
User
:
杨扬
[
3D Graphic
]
D3D_Core
DL : 0
封装了D3D图形渲染简单UI渲染文字输入技术等-Encapsulates the D3D graphics rendering simple UI rendering text input technology
Date
: 2025-07-02
Size
: 9kb
User
:
张立宏
[
Shot Game
]
CS_game
DL : 0
局域网CS 游戏 D3D做的。内容非常详细,功能齐全-CDrawGameEx::CDrawGameEx(void) { //全局当前对象 gthis = this //FPS _fps = NULL //摄像机 _theCamera = NULL //map _maps = NULL _skyBox = NULL //Role _Roles = NULL //UI 界面 _EngineRender = NULL _mainGui =-1 _startGui =-1 _creditsGui =-1 _currentGUI = GUI_MAIN_SCREEN //font id _arialID =-1 _InputSystem = NULL //mouse x y _mouseX = 0 _mouseY = 0 _LMBDown = false _RMBDown = false //sound id _Sound_OverMenu =-1 _SoundSystem = NULL //Game states _gameState = GS_MENU //handle _hwnd = NULL _MapOtherCS.clear() IsCheckToServer = false //debug _debug = NULL testLineID =-1 } CDrawGameEx::~CDrawGameEx(void) { SAFE_DELETE(_fps) SAFE_DELETE(_theCamera) //map SAFE_DELETE(_maps) //Role SAFE_DELETE(_Roles) //Debug SAFE_DELETE(_debug) } void CDrawGameEx::ShutdownEngine() { if(_EngineRender) { _EngineRender->Shutdown() delete _Engin
Date
: 2025-07-02
Size
: 6.12mb
User
:
wozhanpeng
[
Other
]
Paladins-D3D-master
DL : 0
这是一个圣骑士的自动瞄准外挂和透视外挂,囊括了很多东西,源码和UI都做好了,自己看吧!(This is a paladin's automatic aiming plug-in and perspective plug-in, including a lot of things, source code and UI are done, and see for yourself!)
Date
: 2025-07-02
Size
: 19.31mb
User
:
2570965659
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.