Welcome![Sign In][Sign Up]
Location:
Search - hge

Search list

[Game Programhge

Description: 2D游戏引擎hge的代码-2D game engine code HGE
Platform: | Size: 1466172 | Author: 是啊 | Hits:

[Other resourcehge

Description: 很好的引擎!HGE is an easy to use yet powerful hardware accelerated 2D game engine. It is a full featured middleware for all who want to develop commercial quality 2D games rapidly and easily. It covers all imaginable 2D game genres: you could create everything from a simple puzzle to advanced multilayered platformer or strategy without even thinking of any non game logic code! And you don t have to know anything about \"window messages\", DirectX programming and all that stuff. Instead you can start developing your own game within 15 minutes! HGE runs on Microsoft Windows 98, 2000, NT, ME, XP and requires DirectX 8.0. It will run even on low-end video cards, including built in video cards such as Intel Solano (i815 chipset). HGE can be used with virtually any C++ compiler including Visual C++, Borland C++, MinGW and Metrowerks Codewarrior.
Platform: | Size: 3454197 | Author: 吕日飞 | Hits:

[Other resourcehge

Description: HGE的1.81版本 十分好用的2D游戏引擎
Platform: | Size: 3886221 | Author: dafdsa | Hits:

[Other resourceHGE-Editbox

Description: HGE是一个高效的2D游戏引擎,它是完全开源的(基于VC++),授权是慷慨的ZLib License, 任何人可以几乎不受限制的使用它,或基於技术核心开发引擎。 HGE简单的说,就是以3D加速实现2D图像的做法,它的作品可以在很低配置的电脑就能高效运作, 目前,国外人士评价HGE为最好的非商业2D游戏引擎。官方首页:http://hge.relishgames.com/ 国内游戏爱好者研究专区http://www.hgechina.com. HGE自身是不支持中文的,也没有editbox可编辑框,这是我写的小程序,支持中文输入与输出,可进行复制,粘贴等操作。
Platform: | Size: 381576 | Author: 吴志强 | Hits:

[Other resourceHGE-Font_CN

Description: HGE是一个高效的2D游戏引擎,它是完全开源的(基于VC++),授权是慷慨的ZLib License, 任何人可以几乎不受限制的使用它,或基於技术核心开发引擎。 HGE简单的说,就是以3D加速实现2D图像的做法,它的作品可以在很低配置的电脑就能高效运作, 目前,国外人士评价HGE为最好的非商业2D游戏引擎。官方首页:http://hge.relishgames.com/ 国内游戏爱好者研究专区http://www.hgechina.com. HGE下使用中文的方案
Platform: | Size: 974813 | Author: 吴志强 | Hits:

[TreeViewhge的帮助和使用

Description: hge的帮助和使用~~~~~~~~~~~
Platform: | Size: 349707 | Author: anzhizhu@qq.com | Hits:

[Program docHGE中文文档

Description: HGE中文文档, 对初学者来说很有参考价值
Platform: | Size: 1326796 | Author: frozen0000@gmail.com | Hits:

[Windows DevelopHGE Map Tutorial

Description: HGE是一个高效的2D游戏引擎,它是完全开源的(基于VC++),授权是慷慨的ZLib License, 任何人可以几乎不受限制的使用它,或基於技术核心开发引擎。 HGE简单的说,就是以3D加速实现2D图像的做法,它的作品可以在很低配置的电脑就能高效运作, 目前,国外人士评价HGE为最好的非商业2D游戏引擎。这是一款基于HGE实现的地图引擎。
Platform: | Size: 9238 | Author: jiangdaster@qq.com | Hits:

[Game EngineHGE

Description: HGE game engine
Platform: | Size: 3885908 | Author: mitosis@163.com | Hits:

[Game ProgramHGE的BOX2D运用

Description: HGE的BOX2D运用
Platform: | Size: 255390 | Author: chenzhizs | Hits:

[SourceCodeHGE 中文显示新方案

Description: HGE 中文显示新方案 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Author - 微妙的平衡(BOGY) Mail - bogy.cn@gmail.com Home - http://bogy.cn 文件与目录结构说明 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ GfxFont.cpp 中文字体类实现定义文件 GfxFont.h 中文字体类实现声明文件 Readme.txt 本描述文档 简单介绍 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 本方法是为解决HGE项目中支持中文显示的新方案。 本解决方案不需要依赖任何图片字模,并支持丰富的显示方法。 使用方法很简单,只需如下几步即可: 一、包含 "CN\GfxFont.h" 头文件。 二、创建字体指针:GfxFont fontspr = new GfxFont(字体名,字体大小,是否粗体,是否斜体,是否平滑模式); 三、文本颜色:fontspr->SetColor(ARGB); 三、文本渲染:fontspr->Print(坐标x,坐标y,文本内容); 四、销毁字体:当程序结束时,使用 delete fontspr; 来销毁字体。 声明与感谢 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 若你在使用中存在疑问,请至邮:bogy.cn@gmail.com 我会尽快回复。 ____________________________________________________________ Copyright 2008 BOGY.CN. All Rights Reserved.
Platform: | Size: 275967 | Author: 43156150@qq.com | Hits:

[Game Enginehge-1.53-src

Description: 功能强大的2D游戏引擎。具有多种缩放、透明叠加效果及多种预定义粒子系统。-powerful 2D game engine. With a variety of scalable, transparent superposition effects and a variety of predefined particle system.
Platform: | Size: 830464 | Author: muf | Hits:

[2D GraphicJGE_Engine_Source_and_Demo(v0.01b)

Description: PSP上的2D开发库 JGE++ 簡介: PSP上有一個獨立的GPU, 在我們編寫遊戲時, 要是能把有關圖像處理的工作都交給GPU做, 就可以減輕主處理器的很多負擔, 令整體程序的運作, 得到數倍的提升! JGE++ (Jas Game Engine) 就是一個利用GU 庫寫成的2D遊戲引擎, GU庫的原本用途是用作編寫3D遊戲, 我們把它應用在2D遊戲上, 就可以享用硬件加速所帶來的種種好處, 例如運行速度的提升, 混色/半透明色效果, 圖像放大縮小和旋轉等! JGE++ 基本上可以說是一個跨平台遊戲引擎, 寫好的遊戲, 可分別編譯成WINDOWS版和PSP版. JGE++ 在WINDOWS上是用了一個叫HGE 的遊戲引擎 (需要DIRECTX8.0以上) 作為根基. 而PSP版則依然要安裝了PSPSDK才可以編譯. 利用JGE++寫遊戲的好處, 是我們大部份時間可以在WINDOWS上測試和除蟲, 用VC++ 的除蟲功能, 如BREAK POINTS, 可要比在PSP上除蟲方便 n 倍哦! 讨论区: http://bbs.pspchina.net/thread.php?fid=39-PSP 2D development libraries JGE Profile : PSP is an independent GPU, in our game preparation, if any, can the image processing to the GPU work done on the main processor can alleviate the burden of many, so that the overall process works to be several times higher than the upgrade! JGE ( Jas Game Engine) is a library written using the GU 2D game engine, GU for the original purpose to be used for the preparation of 3D games, we have applied it in 2D games, we can have access to hardware acceleration of the benefits, such as running speed, blending/translucent color effects , image zooming and rotating! JGE be said that it is a cross-platform game engine, the game finished, they can build into Windows version and the PSP. WINDOWS on the JGE is the 1st time a call of the game engine (need
Platform: | Size: 59392 | Author: zb | Hits:

[assembly languagetutorial05

Description: 这是我用HGE引擎开发的一个小程序,刚学习到的,请大家下载!-northeast engine with a small procedure, just to the study, please download!
Platform: | Size: 9216 | Author: 罗司 | Hits:

[Game EngineHGE

Description: HGE 泡泡堂 用HGE引擎 制作 HGE 泡泡堂 用HGE引擎 制作 有些BUG-HGE HGE engine produced by BNB
Platform: | Size: 4271104 | Author: 506465336 | Hits:

[.netHGE

Description: HGE 系列教材(1-9) 非常详细的图片带说明文档!-Haaf‘s Game Engine
Platform: | Size: 322560 | Author: goodkof | Hits:

[Game Engine2D-HGE

Description: 2D游戏引擎,HGE的一个简单教程.pdf-2D game engine, HGE is a simple tutorial. Pdf
Platform: | Size: 552960 | Author: liming | Hits:

[Game EngineHGE-GUI

Description: hge的控件方面的改进,参照以前的方式结合std里面模板来实现面向对象的代码-hge control improvements, refer to the previous approach which combines std template to achieve the object-oriented code
Platform: | Size: 24576 | Author: shenyunhai | Hits:

[OtherHGE引擎M2说明书

Description: 传奇工具HGE引擎M2说明书,详细介绍了HGE引擎里面各种命令,代码和使用方法。(instructions; specifications; description; directions)
Platform: | Size: 2341888 | Author: 萨达115 | Hits:

[Game EngineHGE-GUI

Description: HGE 2D游戏引擎 GUI 控件扩展 老外的例子,实现了常用的按钮、列表框、下拉等控件。。。(HGE 2D game engine GUI control extension Foreigner's example, the realization of commonly used buttons, list box, drop-down and other controls...)
Platform: | Size: 29696 | Author: 我为人人 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 19 »

CodeBus www.codebus.net