在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Hge游戏引擎超详细教程.rar

Hge游戏引擎超详细教程.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:13.06M
  • 下载次数:7
  • 浏览次数:178
  • 发布时间:2020-09-20
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
共享的一些关于hge游戏开发的简单的操作和基础知识,适用初学者入门用。
【实例截图】
【核心代码】
Hge游戏引擎超详细教程
├── HGE教程
│   ├── 10 HGE界面组件介绍.doc
│   ├── 11 HGE资源管理介绍.doc
│   ├── 12 HGE图形扭曲介绍.doc
│   ├── 1 HGE基础介绍.doc
│   ├── 2D游戏引擎_HGE的一个简单教程.pdf
│   ├── 2 HGE架构图介绍.doc
│   ├── 3 HGE 核心 层介绍.doc
│   ├── 4 HGE输入介绍.doc
│   ├── 5 HGE渲染介绍.doc
│   ├── 6 HGE声音介绍.doc
│   ├── 7 HGE精灵介绍.doc
│   ├── 8 HGE动画介绍.doc
│   ├── 9 HGE粒子系统介绍.doc
│   ├── HGE-CN.chm
│   ├── HGE中应用自定义的图标.png
│   ├── Hge图+声+Z-Buffer.doc
│   ├── Hge教程图文
│   │   ├── hge_01Hello world
│   │   │   └── hge_01
│   │   │   ├── Debug
│   │   │   │   ├── font1.fnt
│   │   │   │   ├── font1.png
│   │   │   │   ├── hge_01.exe
│   │   │   │   ├── hge_01.ilk
│   │   │   │   ├── hge_01.obj
│   │   │   │   ├── hge_01.pch
│   │   │   │   ├── hge_01.pdb
│   │   │   │   ├── hge.dll
│   │   │   │   ├── vc60.idb
│   │   │   │   └── vc60.pdb
│   │   │   ├── hge_01.cpp
│   │   │   ├── hge_01.dsp
│   │   │   ├── hge_01.dsw
│   │   │   ├── hge_01.ncb
│   │   │   ├── hge_01.opt
│   │   │   └── hge_01.plg
│   │   ├── hge_01Hello world.zip
│   │   ├── hge_02背景
│   │   │   └── hge_02
│   │   │   ├── Debug
│   │   │   │   ├── bj.png
│   │   │   │   ├── font1.fnt
│   │   │   │   ├── font1.png
│   │   │   │   ├── hge_02.exe
│   │   │   │   └── hge.dll
│   │   │   ├── hge_02.cpp
│   │   │   ├── hge_02.dsp
│   │   │   └── hge_02.dsw
│   │   ├── hge_02背景.zip
│   │   ├── hge_03声音
│   │   │   └── hge_03
│   │   │   ├── Debug
│   │   │   │   ├── bass.dll
│   │   │   │   ├── bj.png
│   │   │   │   ├── font1.fnt
│   │   │   │   ├── font1.png
│   │   │   │   ├── hge_03.exe
│   │   │   │   ├── hge.dll
│   │   │   │   └── music.wav
│   │   │   ├── hge_03.cpp
│   │   │   ├── hge_03.dsp
│   │   │   └── hge_03.dsw
│   │   ├── hge_03声音.zip
│   │   ├── 初识HGE - HGE - 博客频道 - CSDN_NET.mht
│   │   ├── 平面地图
│   │   │   └── 平面地图
│   │   │   ├── Debug
│   │   │   │   ├── 0.png
│   │   │   │   ├── 1.png
│   │   │   │   ├── 2.png
│   │   │   │   └── hge.dll
│   │   │   ├── GfxFont.cpp
│   │   │   ├── GfxFont.h
│   │   │   ├── hge_Demo.cpp
│   │   │   ├── hge_Demo.dsp
│   │   │   ├── hge_Demo.dsw
│   │   │   ├── hge_Demo.ncb
│   │   │   ├── hge_Demo.opt
│   │   │   └── hge_Demo.plg
│   │   ├── 平面地图.zip
│   │   ├── 斜角地图
│   │   │   └── 斜角地图
│   │   │   ├── Debug
│   │   │   │   ├── 0.png
│   │   │   │   ├── 1.png
│   │   │   │   ├── 2.png
│   │   │   │   ├── 3.png
│   │   │   │   ├── bj.png
│   │   │   │   ├── hge_Demo.exe
│   │   │   │   └── hge.dll
│   │   │   ├── GfxFont.cpp
│   │   │   ├── GfxFont.h
│   │   │   ├── hge_Demo.cpp
│   │   │   ├── hge_Demo.dsp
│   │   │   └── hge_Demo.dsw
│   │   ├── 斜角地图.zip
│   │   ├── 第2讲 HGE 环境设置 - HGE - 博客频道 - CSDN_NET.mht
│   │   ├── 第3讲 Hello World - HGE - 博客频道 - CSDN_NET.mht
│   │   ├── 第4讲 简单的游戏背景 - HGE - 博客频道 - CSDN_NET.mht
│   │   ├── 第5讲 简单的游戏背景(2) - HGE - 博客频道 - CSDN_NET.mht
│   │   ├── 第6讲 简单的游戏声音 - HGE - 博客频道 - CSDN_NET.mht
│   │   ├── 第7讲 游戏地图绘制 平面地图 - HGE - 博客频道 - CSDN_NET.mht
│   │   ├── 第8讲 游戏地图绘制 斜面地图 - HGE - 博客频道 - CSDN_NET.mht
│   │   └── 第9讲 设置一种颜色为透明色 - HGE - 博客频道 - CSDN_NET.mht
│   └── hge自带实例中文教程.doc
└── hge源码
└── hge181
├── bass.dll
├── doc
│   ├── html
│   │   ├── 1.gif
│   │   ├── architecture.gif
│   │   ├── bcbsetup1.gif
│   │   ├── bcbsetup2.gif
│   │   ├── bcbsetup3.gif
│   │   ├── bcbsetup4.gif
│   │   ├── bcbsetup5.gif
│   │   ├── cnt_fbuilder.html
│   │   ├── cnt_hgeanim.html
│   │   ├── cnt_hgecolorhsv.html
│   │   ├── cnt_hgecolorrgb.html
│   │   ├── cnt_hgeconst.html
│   │   ├── cnt_hgedata.html
│   │   ├── cnt_hgedistort.html
│   │   ├── cnt_hgefont.html
│   │   ├── cnt_hgefunc.html
│   │   ├── cnt_hgegui.html
│   │   ├── cnt_hgeguio.html
│   │   ├── cnt_hgeparticle.html
│   │   ├── cnt_hgepmanager.html
│   │   ├── cnt_hgerect.html
│   │   ├── cnt_hgeresource.html
│   │   ├── cnt_hgesprite.html
│   │   ├── cnt_hgestring.html
│   │   ├── cnt_hgevector.html
│   │   ├── cnt_main.html
│   │   ├── cnt_peditor.html
│   │   ├── cnt_setup.html
│   │   ├── cnt_tutorials.html
│   │   ├── devcppsetup1.gif
│   │   ├── devcppsetup2.gif
│   │   ├── devcppsetup3.gif
│   │   ├── devcppsetup4.gif
│   │   ├── devcppsetup5.gif
│   │   ├── fbuilder_fontcode.html
│   │   ├── fbuilder_fontconv.html
│   │   ├── fbuilder_ini.html
│   │   ├── fbuilder_interface.html
│   │   ├── fbuilder__main.html
│   │   ├── feat3.gif
│   │   ├── hgeanim_constructor.html
│   │   ├── hgeanim_getframe.html
│   │   ├── hgeanim_getframes.html
│   │   ├── hgeanim_getmode.html
│   │   ├── hgeanim_getspeed.html
│   │   ├── hgeanim_isplaying.html
│   │   ├── hgeanim__main.html
│   │   ├── hgeanim_operators.html
│   │   ├── hgeanim_play.html
│   │   ├── hgeanim_resume.html
│   │   ├── hgeanim_setframe.html
│   │   ├── hgeanim_setframes.html
│   │   ├── hgeanim_setmode.html
│   │   ├── hgeanim_setspeed.html
│   │   ├── hgeanim_stop.html
│   │   ├── hgeanim_update.html
│   │   ├── hgecolorhsv_clamp.html
│   │   ├── hgecolorhsv_constructors.html
│   │   ├── hgecolorhsv_datamembers.html
│   │   ├── hgecolorhsv_gethwcolor.html
│   │   ├── hgecolorhsv__main.html
│   │   ├── hgecolorhsv_operators.html
│   │   ├── hgecolorhsv_sethwcolor.html
│   │   ├── hgecolor__main.html
│   │   ├── hgecolorrgb_clamp.html
│   │   ├── hgecolorrgb_constructors.html
│   │   ├── hgecolorrgb_datamembers.html
│   │   ├── hgecolorrgb_gethwcolor.html
│   │   ├── hgecolorrgb__main.html
│   │   ├── hgecolorrgb_operators.html
│   │   ├── hgecolorrgb_sethwcolor.html
│   │   ├── hgeconst_blendmode.html
│   │   ├── hgeconst_common.html
│   │   ├── hgeconst_keycodes.html
│   │   ├── hgeconst__main.html
│   │   ├── hgeconst_systemstate.html
│   │   ├── hge.css
│   │   ├── hgedata_common.html
│   │   ├── hgedata_hwcolor.html
│   │   ├── hgedata_inputevent.html
│   │   ├── hgedata__main.html
│   │   ├── hgedata_quad.html
│   │   ├── hgedata_resource.html
│   │   ├── hgedata_state.html
│   │   ├── hgedata_triple.html
│   │   ├── hgedata_vertex.html
│   │   ├── hgedistort_clear.html
│   │   ├── hgedistort_constructor.html
│   │   ├── hgedistort_getblendmode.html
│   │   ├── hgedistort_getcolor.html
│   │   ├── hgedistort_getcols.html
│   │   ├── hgedistort_getdisplacement.html
│   │   ├── hgedistort_getrows.html
│   │   ├── hgedistort_gettexture.html
│   │   ├── hgedistort_gettexturerect.html
│   │   ├── hgedistort_getz.html
│   │   ├── hgedistort__main.html
│   │   ├── hgedistort_operators.html
│   │   ├── hgedistort_render.html
│   │   ├── hgedistort_setblendmode.html
│   │   ├── hgedistort_setcolor.html
│   │   ├── hgedistort_setdisplacement.html
│   │   ├── hgedistort_settexture.html
│   │   ├── hgedistort_settexturerect.html
│   │   ├── hgedistort_setz.html
│   │   ├── hgefont_constructor.html
│   │   ├── hgefont_description.html
│   │   ├── hgefont_getblendmode.html
│   │   ├── hgefont_getcolor.html
│   │   ├── hgefont_getheight.html
│   │   ├── hgefont_getpostwidth.html
│   │   ├── hgefont_getprewidth.html
│   │   ├── hgefont_getproportion.html
│   │   ├── hgefont_getrotation.html
│   │   ├── hgefont_getscale.html
│   │   ├── hgefont_getspacing.html
│   │   ├── hgefont_getsprite.html
│   │   ├── hgefont_getstringwidth.html
│   │   ├── hgefont_gettracking.html
│   │   ├── hgefont_getz.html
│   │   ├── hgefont__main.html
│   │   ├── hgefont_printfb.html
│   │   ├── hgefont_printf.html
│   │   ├── hgefont_render.html
│   │   ├── hgefont_setblendmode.html
│   │   ├── hgefont_setcolor.html
│   │   ├── hgefont_setproportion.html
│   │   ├── hgefont_setrotation.html
│   │   ├── hgefont_setscale.html
│   │   ├── hgefont_setspacing.html
│   │   ├── hgefont_settracking.html
│   │   ├── hgefont_setz.html
│   │   ├── hgefunc_channelgetlength.html
│   │   ├── hgefunc_channelgetpos.html
│   │   ├── hgefunc_channelisplaying.html
│   │   ├── hgefunc_channelissliding.html
│   │   ├── hgefunc_channelpauseall.html
│   │   ├── hgefunc_channelpause.html
│   │   ├── hgefunc_channelresumeall.html
│   │   ├── hgefunc_channelresume.html
│   │   ├── hgefunc_channelsetpanning.html
│   │   ├── hgefunc_channelsetpitch.html
│   │   ├── hgefunc_channelsetpos.html
│   │   ├── hgefunc_channelsetvolume.html
│   │   ├── hgefunc_channelslideto.html
│   │   ├── hgefunc_channelstopall.html
│   │   ├── hgefunc_channelstop.html
│   │   ├── hgefunc_effectfree.html
│   │   ├── hgefunc_effectload.html
│   │   ├── hgefunc_effectplayex.html
│   │   ├── hgefunc_effectplay.html
│   │   ├── hgefunc_gfxbeginscene.html
│   │   ├── hgefunc_gfxclear.html
│   │   ├── hgefunc_gfxendscene.html
│   │   ├── hgefunc_gfxfinishbatch.html
│   │   ├── hgefunc_gfxrenderline.html
│   │   ├── hgefunc_gfxrenderquad.html
│   │   ├── hgefunc_gfxrendertriple.html
│   │   ├── hgefunc_gfxsetclipping.html
│   │   ├── hgefunc_gfxsettransform.html
│   │   ├── hgefunc_gfxstartbatch.html
│   │   ├── hgefunc_inigetfloat.html
│   │   ├── hgefunc_inigetint.html
│   │   ├── hgefunc_inigetstring.html
│   │   ├── hgefunc_inisetfloat.html
│   │   ├── hgefunc_inisetint.html
│   │   ├── hgefunc_inisetstring.html
│   │   ├── hgefunc_inputgetchar.html
│   │   ├── hgefunc_inputgetevent.html
│   │   ├── hgefunc_inputgetkey.html
│   │   ├── hgefunc_inputgetkeyname.html
│   │   ├── hgefunc_inputgetkeystate.html
│   │   ├── hgefunc_inputgetmousepos.html
│   │   ├── hgefunc_inputgetmousewheel.html
│   │   ├── hgefunc_inputismouseover.html
│   │   ├── hgefunc_inputkeydown.html
│   │   ├── hgefunc_inputkeyup.html
│   │   ├── hgefunc_inputsetmousepos.html
│   │   ├── hgefunc_interfaceget.html
│   │   ├── hgefunc_interfacerelease.html
│   │   ├── hgefunc__main.html
│   │   ├── hgefunc_musicfree.html
│   │   ├── hgefunc_musicgetamplification.html
│   │   ├── hgefunc_musicgetchannelvolume.html
│   │   ├── hgefunc_musicgetinstrvolume.html
│   │   ├── hgefunc_musicgetlength.html
│   │   ├── hgefunc_musicgetpos.html
│   │   ├── hgefunc_musicload.html
│   │   ├── hgefunc_musicplay.html
│   │   ├── hgefunc_musicsetamplification.html
│   │   ├── hgefunc_musicsetchannelvolume.html
│   │   ├── hgefunc_musicsetinstrvolume.html
│   │   ├── hgefunc_musicsetpos.html
│   │   ├── hgefunc_randomfloat.html
│   │   ├── hgefunc_randomint.html
│   │   ├── hgefunc_randomseed.html
│   │   ├── hgefunc_resourceattachpack.html
│   │   ├── hgefunc_resourceenumfiles.html
│   │   ├── hgefunc_resourceenumfolders.html
│   │   ├── hgefunc_resourcefree.html
│   │   ├── hgefunc_resourceload.html
│   │   ├── hgefunc_resourcemakepath.html
│   │   ├── hgefunc_resourceremoveallpacks.html
│   │   ├── hgefunc_resourceremovepack.html
│   │   ├── hgefunc_streamfree.html
│   │   ├── hgefunc_streamload.html
│   │   ├── hgefunc_streamplay.html
│   │   ├── hgefunc_systemgeterror.html
│   │   ├── hgefunc_systemgetstate.html
│   │   ├── hgefunc_systeminitiate.html
│   │   ├── hgefunc_systemlaunch.html
│   │   ├── hgefunc_systemlog.html
│   │   ├── hgefunc_systemsetstate.html
│   │   ├── hgefunc_systemshutdown.html
│   │   ├── hgefunc_systemsnapshot.html
│   │   ├── hgefunc_systemstart.html
│   │   ├── hgefunc_targetcreate.html
│   │   ├── hgefunc_targetfree.html
│   │   ├── hgefunc_targetgettexture.html
│   │   ├── hgefunc_texturecreate.html
│   │   ├── hgefunc_texturefree.html
│   │   ├── hgefunc_texturegetheight.html
│   │   ├── hgefunc_texturegetwidth.html
│   │   ├── hgefunc_textureload.html
│   │   ├── hgefunc_texturelock.html
│   │   ├── hgefunc_textureunlock.html
│   │   ├── hgefunc_timergetdelta.html
│   │   ├── hgefunc_timergetfps.html
│   │   ├── hgefunc_timergettime.html
│   │   ├── hgegui_addctrl.html
│   │   ├── hgegui_constructor.html
│   │   ├── hgegui_delctrl.html
│   │   ├── hgegui_enablectrl.html
│   │   ├── hgegui_enter.html
│   │   ├── hgegui_getctrl.html
│   │   ├── hgegui_getfocus.html
│   │   ├── hgegui_guibutton_getstate.html
│   │   ├── hgegui_guibutton.html
│   │   ├── hgegui_guibutton_setmode.html
│   │   ├── hgegui_guibutton_setstate.html
│   │   ├── hgegui_guilistbox_additem.html
│   │   ├── hgegui_guilistbox_clear.html
│   │   ├── hgegui_guilistbox_deleteitem.html
│   │   ├── hgegui_guilistbox_getitemtext.html
│   │   ├── hgegui_guilistbox_getnumitems.html
│   │   ├── hgegui_guilistbox_getnumrows.html
│   │   ├── hgegui_guilistbox_getselecteditem.html
│   │   ├── hgegui_guilistbox_gettopitem.html
│   │   ├── hgegui_guilistbox.html
│   │   ├── hgegui_guilistbox_setselecteditem.html
│   │   ├── hgegui_guilistbox_settopitem.html
│   │   ├── hgegui_guislider_getvalue.html
│   │   ├── hgegui_guislider.html
│   │   ├── hgegui_guislider_setmode.html
│   │   ├── hgegui_guislider_setvalue.html
│   │   ├── hgegui_guitext.html
│   │   ├── hgegui_guitext_printf.html
│   │   ├── hgegui_guitext_setcolor.html
│   │   ├── hgegui_guitext_setmode.html
│   │   ├── hgegui_guitext_settext.html
│   │   ├── hgegui_leave.html
│   │   ├── hgegui_macros.html
│   │   ├── hgegui__main.html
│   │   ├── hgegui_movectrl.html
│   │   ├── hgegui_move.html
│   │   ├── hgeguio_constructor.html
│   │   ├── hgeguio_datamembers.html
│   │   ├── hgeguio_enter.html
│   │   ├── hgeguio_focus.html
│   │   ├── hgeguio_isdone.html
│   │   ├── hgeguio_keyclick.html
│   │   ├── hgeguio_leave.html
│   │   ├── hgeguio__main.html
│   │   ├── hgeguio_mouselbutton.html
│   │   ├── hgeguio_mousemove.html
│   │   ├── hgeguio_mouseover.html
│   │   ├── hgeguio_mouserbutton.html
│   │   ├── hgeguio_mousewheel.html
│   │   ├── hgeguio_render.html
│   │   ├── hgeguio_reset.html
│   │   ├── hgeguio_setcolor.html
│   │   ├── hgeguio_update.html
│   │   ├── hgegui_render.html
│   │   ├── hgegui_reset.html
│   │   ├── hgegui_setcolor.html
│   │   ├── hgegui_setcursor.html
│   │   ├── hgegui_setfocus.html
│   │   ├── hgegui_setnavmode.html
│   │   ├── hgegui_showctrl.html
│   │   ├── hgegui_update.html
│   │   ├── hge.js
│   │   ├── hgeparticle_constructors.html
│   │   ├── hgeparticle_datamembers.html
│   │   ├── hgeparticle_fireat.html
│   │   ├── hgeparticle_fire.html
│   │   ├── hgeparticle_getage.html
│   │   ├── hgeparticle_getboundingbox.html
│   │   ├── hgeparticle_getparticlesalive.html
│   │   ├── hgeparticle_getposition.html
│   │   ├── hgeparticle_getscale.html
│   │   ├── hgeparticle_gettransposition.html
│   │   ├── hgeparticle__main.html
│   │   ├── hgeparticle_moveto.html
│   │   ├── hgeparticle_operators.html
│   │   ├── hgeparticle_psinfo.html
│   │   ├── hgeparticle_render.html
│   │   ├── hgeparticle_setscale.html
│   │   ├── hgeparticle_stop.html
│   │   ├── hgeparticle_trackboundingbox.html
│   │   ├── hgeparticle_transpose.html
│   │   ├── hgeparticle_update.html
│   │   ├── hgepmanager_constructor.html
│   │   ├── hgepmanager_gettransposition.html
│   │   ├── hgepmanager_ispsalive.html
│   │   ├── hgepmanager_killall.html
│   │   ├── hgepmanager_killps.html
│   │   ├── hgepmanager__main.html
│   │   ├── hgepmanager_render.html
│   │   ├── hgepmanager_spawnps.html
│   │   ├── hgepmanager_transpose.html
│   │   ├── hgepmanager_update.html
│   │   ├── hgerect_clear.html
│   │   ├── hgerect_constructors.html
│   │   ├── hgerect_datamembers.html
│   │   ├── hgerect_encapsulate.html
│   │   ├── hgerect_intersect.html
│   │   ├── hgerect_isclean.html
│   │   ├── hgerect__main.html
│   │   ├── hgerect_operators.html
│   │   ├── hgerect_set.html
│   │   ├── hgerect_setradius.html
│   │   ├── hgerect_testpoint.html
│   │   ├── hgeresource_changescript.html
│   │   ├── hgeresource_constructor.html
│   │   ├── hgeresource_getanimation.html
│   │   ├── hgeresource_getdistortionmesh.html
│   │   ├── hgeresource_geteffect.html
│   │   ├── hgeresource_getfont.html
│   │   ├── hgeresource_getmusic.html
│   │   ├── hgeresource_getparticlesystem.html
│   │   ├── hgeresource_getresource.html
│   │   ├── hgeresource_getsprite.html
│   │   ├── hgeresource_getstream.html
│   │   ├── hgeresource_getstringtable.html
│   │   ├── hgeresource_gettarget.html
│   │   ├── hgeresource_gettexture.html
│   │   ├── hgeresource__main.html
│   │   ├── hgeresource_precache.html
│   │   ├── hgeresource_purge.html
│   │   ├── hgeresource_script.html
│   │   ├── hgesprite_constructor.html
│   │   ├── hgesprite_getblendmode.html
│   │   ├── hgesprite_getboundingboxex.html
│   │   ├── hgesprite_getboundingbox.html
│   │   ├── hgesprite_getcolor.html
│   │   ├── hgesprite_getflip.html
│   │   ├── hgesprite_getheight.html
│   │   ├── hgesprite_gethotspot.html
│   │   ├── hgesprite_gettexture.html
│   │   ├── hgesprite_gettexturerect.html
│   │   ├── hgesprite_getwidth.html
│   │   ├── hgesprite_getz.html
│   │   ├── hgesprite__main.html
│   │   ├── hgesprite_operators.html
│   │   ├── hgesprite_render4v.html
│   │   ├── hgesprite_renderex.html
│   │   ├── hgesprite_render.html
│   │   ├── hgesprite_renderstretch.html
│   │   ├── hgesprite_setblendmode.html
│   │   ├── hgesprite_setcolor.html
│   │   ├── hgesprite_setflip.html
│   │   ├── hgesprite_sethotspot.html
│   │   ├── hgesprite_settexture.html
│   │   ├── hgesprite_settexturerect.html
│   │   ├── hgesprite_setz.html
│   │   ├── hgestring_constructor.html
│   │   ├── hgestring_getstring.html
│   │   ├── hgestring__main.html
│   │   ├── hgestring_script.html
│   │   ├── hgevector_angle.html
│   │   ├── hgevector_clamp.html
│   │   ├── hgevector_constructors.html
│   │   ├── hgevector_datamembers.html
│   │   ├── hgevector_dot.html
│   │   ├── hgevector_length.html
│   │   ├── hgevector__main.html
│   │   ├── hgevector_normalize.html
│   │   ├── hgevector_operators.html
│   │   ├── hgevector_rotate.html
│   │   ├── lock.gif
│   │   ├── logo.gif
│   │   ├── main_childwin.html
│   │   ├── main_credits.html
│   │   ├── main_hints.html
│   │   ├── main_history.html
│   │   ├── main_license.html
│   │   ├── main_overview.html
│   │   ├── main_package.html
│   │   ├── main_power.html
│   │   ├── main_respack.html
│   │   ├── main_support.html
│   │   ├── main_upgrade.html
│   │   ├── peditor_hints.html
│   │   ├── peditor_ini.html
│   │   ├── peditor_interface.html
│   │   ├── peditor__main.html
│   │   ├── peditor_presets.html
│   │   ├── pngopt__main.html
│   │   ├── sep3.gif
│   │   ├── setup_bcb4.html
│   │   ├── setup_devcpp.html
│   │   ├── setup__main.html
│   │   ├── setup_vc6.html
│   │   ├── setup_vsnet.html
│   │   ├── shot1.gif
│   │   ├── shot2.gif
│   │   ├── shot3.gif
│   │   ├── shot4.gif
│   │   ├── t04_1.gif
│   │   ├── t05_1.gif
│   │   ├── t05_2.gif
│   │   ├── t05_3.gif
│   │   ├── t06_1.gif
│   │   ├── t07_1.gif
│   │   ├── t07_2.gif
│   │   ├── t07_3.gif
│   │   ├── t08_1.gif
│   │   ├── t08_2.gif
│   │   ├── t08_3.gif
│   │   ├── texasm__main.html
│   │   ├── title.gif
│   │   ├── tools_fed.gif
│   │   ├── tools_med.gif
│   │   ├── tools_ped.gif
│   │   ├── tools_res.gif
│   │   ├── tools_tex.gif
│   │   ├── tutorials__main.html
│   │   ├── tutorials_tut01.html
│   │   ├── tutorials_tut02.html
│   │   ├── tutorials_tut03.html
│   │   ├── tutorials_tut04.html
│   │   ├── tutorials_tut05.html
│   │   ├── tutorials_tut06.html
│   │   ├── tutorials_tut07.html
│   │   ├── tutorials_tut08.html
│   │   ├── vcsetup1.gif
│   │   ├── vcsetup2.gif
│   │   ├── vcsetup3.gif
│   │   ├── vcsetup4.gif
│   │   ├── vcsetup5.gif
│   │   ├── vsnetsetup1.gif
│   │   ├── vsnetsetup2.gif
│   │   ├── vsnetsetup3.gif
│   │   ├── vsnetsetup4.gif
│   │   └── vsnetsetup5.gif
│   └── index.html
├── hge.dll
├── include
│   ├── hgeanim.h
│   ├── hgecolor.h
│   ├── hgedistort.h
│   ├── hgefont.h
│   ├── hgeguictrls.h
│   ├── hgegui.h
│   ├── hge.h
│   ├── hgeparticle.h
│   ├── hgerect.h
│   ├── hgeresource.h
│   ├── hgesprite.h
│   ├── hgestrings.h
│   └── hgevector.h
├── lib
│   ├── bc
│   │   └── hge.lib
│   ├── gcc
│   │   └── libhge.a
│   └── vc
│   ├── hgehelp.lib
│   └── hge.lib
├── license.txt
├── readme.txt
├── src
│   ├── core
│   │   ├── BASS
│   │   │   └── bass.h
│   │   ├── bcc_implib.bat
│   │   ├── demo.cpp
│   │   ├── graphics.cpp
│   │   ├── hge.bpf
│   │   ├── hge.bpr
│   │   ├── hge.def
│   │   ├── hge.dev
│   │   ├── hge.dsp
│   │   ├── hge.dsw
│   │   ├── hge_impl.h
│   │   ├── hge.sln
│   │   ├── hge.vcproj
│   │   ├── ini.cpp
│   │   ├── input.cpp
│   │   ├── Makefile.win
│   │   ├── power.cpp
│   │   ├── random.cpp
│   │   ├── resource.cpp
│   │   ├── sound.cpp
│   │   ├── system.cpp
│   │   ├── timer.cpp
│   │   └── ZLIB
│   │   ├── adler32.c
│   │   ├── crc32.c
│   │   ├── crc32.h
│   │   ├── crypt.h
│   │   ├── deflate.h
│   │   ├── inffast.c
│   │   ├── inffast.h
│   │   ├── inffixed.h
│   │   ├── inflate.c
│   │   ├── inflate.h
│   │   ├── inftrees.c
│   │   ├── inftrees.h
│   │   ├── ioapi.c
│   │   ├── ioapi.h
│   │   ├── trees.c
│   │   ├── trees.h
│   │   ├── uncompr.c
│   │   ├── unzip.c
│   │   ├── unzip.h
│   │   ├── zconf.h
│   │   ├── zconf.in.h
│   │   ├── zip.h
│   │   ├── zlib.h
│   │   ├── zutil.c
│   │   └── zutil.h
│   ├── fontconv
│   │   ├── fontconv.cpp
│   │   ├── fontconv.dsp
│   │   └── fontconv.dsw
│   ├── fonted
│   │   ├── commands.cpp
│   │   ├── fonted.cpp
│   │   ├── fonted.dsp
│   │   ├── fonted.dsw
│   │   ├── fonted.h
│   │   ├── fontlist.cpp
│   │   ├── fontlist.h
│   │   ├── generate.cpp
│   │   ├── hgeguirange.cpp
│   │   ├── hgeguirange.h
│   │   ├── libPNG
│   │   │   ├── png.c
│   │   │   ├── pngconf.h
│   │   │   ├── pngerror.c
│   │   │   ├── pnggccrd.c
│   │   │   ├── pngget.c
│   │   │   ├── png.h
│   │   │   ├── pngmem.c
│   │   │   ├── pngpread.c
│   │   │   ├── pngread.c
│   │   │   ├── pngrio.c
│   │   │   ├── pngrtran.c
│   │   │   ├── pngrutil.c
│   │   │   ├── pngset.c
│   │   │   ├── pngtrans.c
│   │   │   ├── pngvcrd.c
│   │   │   ├── pngwio.c
│   │   │   ├── pngwrite.c
│   │   │   ├── pngwtran.c
│   │   │   └── pngwutil.c
│   │   ├── media
│   │   │   ├── fgui.png
│   │   │   ├── font3.fnt
│   │   │   ├── font3.png
│   │   │   └── fonted.ini
│   │   ├── savepng.cpp
│   │   └── ZLIB
│   │   ├── adler32.c
│   │   ├── compress.c
│   │   ├── crc32.c
│   │   ├── crc32.h
│   │   ├── deflate.c
│   │   ├── deflate.h
│   │   ├── gzio.c
│   │   ├── infback.c
│   │   ├── inffast.c
│   │   ├── inffast.h
│   │   ├── inffixed.h
│   │   ├── inflate.c
│   │   ├── inflate.h
│   │   ├── inftrees.c
│   │   ├── inftrees.h
│   │   ├── trees.c
│   │   ├── trees.h
│   │   ├── uncompr.c
│   │   ├── zconf.h
│   │   ├── zconf.in.h
│   │   ├── zlib.h
│   │   ├── zutil.c
│   │   └── zutil.h
│   ├── helpers
│   │   ├── hgeanim.cpp
│   │   ├── hgecolor.cpp
│   │   ├── hgedistort.cpp
│   │   ├── hgefont.cpp
│   │   ├── hgegui.cpp
│   │   ├── hgeguictrls.cpp
│   │   ├── hgehelp.bpf
│   │   ├── hgehelp.bpr
│   │   ├── hgehelp.dev
│   │   ├── hgehelp.dsp
│   │   ├── hgehelp.dsw
│   │   ├── hgeparticle.cpp
│   │   ├── hgepmanager.cpp
│   │   ├── hgerect.cpp
│   │   ├── hgeresource.cpp
│   │   ├── hgesprite.cpp
│   │   ├── hgestrings.cpp
│   │   ├── hgevector.cpp
│   │   ├── Makefile.win
│   │   ├── parser.cpp
│   │   ├── parser.h
│   │   ├── resources.cpp
│   │   └── resources.h
│   ├── particleed
│   │   ├── commands.cpp
│   │   ├── media
│   │   │   ├── font3.fnt
│   │   │   ├── font3.png
│   │   │   ├── particleed.ini
│   │   │   ├── particles.png
│   │   │   └── pgui.png
│   │   ├── particleed.cpp
│   │   ├── particleed.dsp
│   │   ├── particleed.dsw
│   │   └── particleed.h
│   ├── pngopt
│   │   ├── libPNG
│   │   │   ├── png.c
│   │   │   ├── pngconf.h
│   │   │   ├── pngerror.c
│   │   │   ├── pnggccrd.c
│   │   │   ├── pngget.c
│   │   │   ├── png.h
│   │   │   ├── pngmem.c
│   │   │   ├── pngpread.c
│   │   │   ├── pngread.c
│   │   │   ├── pngrio.c
│   │   │   ├── pngrtran.c
│   │   │   ├── pngrutil.c
│   │   │   ├── pngset.c
│   │   │   ├── pngtrans.c
│   │   │   ├── pngvcrd.c
│   │   │   ├── pngwio.c
│   │   │   ├── pngwrite.c
│   │   │   ├── pngwtran.c
│   │   │   └── pngwutil.c
│   │   ├── pngopt.cpp
│   │   ├── pngopt.dsp
│   │   ├── pngopt.dsw
│   │   ├── pngopt.h
│   │   ├── savepngpitch.cpp
│   │   └── ZLIB
│   │   ├── adler32.c
│   │   ├── compress.c
│   │   ├── crc32.c
│   │   ├── crc32.h
│   │   ├── deflate.c
│   │   ├── deflate.h
│   │   ├── gzio.c
│   │   ├── infback.c
│   │   ├── inffast.c
│   │   ├── inffast.h
│   │   ├── inffixed.h
│   │   ├── inflate.c
│   │   ├── inflate.h
│   │   ├── inftrees.c
│   │   ├── inftrees.h
│   │   ├── trees.c
│   │   ├── trees.h
│   │   ├── uncompr.c
│   │   ├── zconf.h
│   │   ├── zconf.in.h
│   │   ├── zlib.h
│   │   ├── zutil.c
│   │   └── zutil.h
│   └── texasm
│   ├── gfx_object.h
│   ├── libPNG
│   │   ├── png.c
│   │   ├── pngconf.h
│   │   ├── pngerror.c
│   │   ├── pnggccrd.c
│   │   ├── pngget.c
│   │   ├── png.h
│   │   ├── pngmem.c
│   │   ├── pngpread.c
│   │   ├── pngread.c
│   │   ├── pngrio.c
│   │   ├── pngrtran.c
│   │   ├── pngrutil.c
│   │   ├── pngset.c
│   │   ├── pngtrans.c
│   │   ├── pngvcrd.c
│   │   ├── pngwio.c
│   │   ├── pngwrite.c
│   │   ├── pngwtran.c
│   │   └── pngwutil.c
│   ├── optimized_texture.cpp
│   ├── optimized_texture.h
│   ├── RectPlacement.cpp
│   ├── RectPlacement.h
│   ├── sprite_object.cpp
│   ├── sprite_object.h
│   ├── texasm.cpp
│   ├── texasm.dsp
│   ├── texasm.dsw
│   ├── texasm.h
│   ├── texasm.sln
│   ├── texasm.vcproj
│   ├── texture_assembler.cpp
│   ├── texture_assembler.h
│   ├── writePNG.cpp
│   └── ZLIB
│   ├── adler32.c
│   ├── compress.c
│   ├── crc32.c
│   ├── crc32.h
│   ├── deflate.c
│   ├── deflate.h
│   ├── gzio.c
│   ├── infback.c
│   ├── inffast.c
│   ├── inffast.h
│   ├── inffixed.h
│   ├── inflate.c
│   ├── inflate.h
│   ├── inftrees.c
│   ├── inftrees.h
│   ├── trees.c
│   ├── trees.h
│   ├── uncompr.c
│   ├── zconf.h
│   ├── zconf.in.h
│   ├── zlib.h
│   ├── zutil.c
│   └── zutil.h
├── tools
│   ├── fonted
│   │   ├── fontconv.exe
│   │   ├── fonted.ini
│   │   ├── fonted.paq
│   │   └── hge.dll
│   ├── particleed
│   │   ├── hge.dll
│   │   ├── particle1.psi
│   │   ├── particle2.psi
│   │   ├── particle3.psi
│   │   ├── particle4.psi
│   │   ├── particle5.psi
│   │   ├── particle6.psi
│   │   ├── particle7.psi
│   │   ├── particle8.psi
│   │   ├── particle9.psi
│   │   ├── particleed.exe
│   │   ├── particleed.ini
│   │   ├── particleed.paq
│   │   └── particles.png
│   └── textools
│   ├── hge.dll
│   ├── pngopt.exe
│   └── texasm.exe
└── tutorials
├── precompiled
│   ├── bass.dll
│   ├── bg2.png
│   ├── bg.png
│   ├── cursor.png
│   ├── font1.fnt
│   ├── font1.png
│   ├── font2.fnt
│   ├── font2.png
│   ├── hge.dll
│   ├── hge_tut01.exe
│   ├── hge_tut02.exe
│   ├── hge_tut03.exe
│   ├── hge_tut04.exe
│   ├── hge_tut05.exe
│   ├── hge_tut06.exe
│   ├── hge_tut07.exe
│   ├── hge_tut08.exe
│   ├── menu.wav
│   ├── objects.png
│   ├── particles.png
│   ├── texture.jpg
│   ├── trail.psi
│   └── zazaka.png
├── tutorial01
│   ├── hge_tut01.cpp
│   ├── hge_tut01.dsp
│   └── hge_tut01.dsw
├── tutorial02
│   ├── hge_tut02.cpp
│   ├── hge_tut02.dsp
│   └── hge_tut02.dsw
├── tutorial03
│   ├── hge_tut03.cpp
│   ├── hge_tut03.dsp
│   └── hge_tut03.dsw
├── tutorial04
│   ├── hge_tut04.cpp
│   ├── hge_tut04.dsp
│   └── hge_tut04.dsw
├── tutorial05
│   ├── hge_tut05.cpp
│   ├── hge_tut05.dsp
│   └── hge_tut05.dsw
├── tutorial06
│   ├── hge_tut06.cpp
│   ├── hge_tut06.dsp
│   ├── hge_tut06.dsw
│   ├── menuitem.cpp
│   └── menuitem.h
├── tutorial07
│   ├── hge_tut07.cpp
│   ├── hge_tut07.dsp
│   └── hge_tut07.dsw
└── tutorial08
├── hge_tut08.cpp
├── hge_tut08.dsp
└── hge_tut08.dsw

58 directories, 881 files

标签:

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警