在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → CEGUI最新的统一界面编辑器

CEGUI最新的统一界面编辑器

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:45.96M
  • 下载次数:6
  • 浏览次数:222
  • 发布时间:2020-10-06
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
这是最新的CEGUI界面编辑器CEED 11,他将CEGUIImagesetEditor和CEGUILayoutEditor统一在一个软件界面下,而且支持多个版本的CEGUI界面文件格式.
【实例截图】
【核心代码】
ceed-snapshot11-win32-r2
└── ceed-snapshot11
├── AUTHORS
├── boost_python-vc100-mt-1_47.dll
├── bz2.pyd
├── ceed-gui.exe
├── ceed-mic.exe
├── ceed-migrate.exe
├── CEGUIBase.dll
├── CEGUICommonDialogs.dll
├── CEGUI-COPYING
├── CEGUICoreWindowRendererSet.dll
├── CEGUIExpatParser.dll
├── CEGUIOpenGLRenderer.dll
├── CEGUISTBImageCodec.dll
├── _ctypes.pyd
├── data
│   ├── icons
│   │   ├── actions
│   │   │   ├── application_settings.png
│   │   │   ├── close_all_tabs.png
│   │   │   ├── close_other_tabs.png
│   │   │   ├── close_project.png
│   │   │   ├── close_tab.png
│   │   │   ├── copy.png
│   │   │   ├── cut.png
│   │   │   ├── delete.png
│   │   │   ├── filesystem_active_file_directory.png
│   │   │   ├── filesystem_home_directory.png
│   │   │   ├── filesystem_parent_directory.png
│   │   │   ├── filesystem_project_directory.png
│   │   │   ├── help_about.png
│   │   │   ├── help_feedback.png
│   │   │   ├── help_quickstart.png
│   │   │   ├── help_user_manual.png
│   │   │   ├── help_wiki_page.png
│   │   │   ├── new_file.png
│   │   │   ├── new_project.png
│   │   │   ├── open_file.png
│   │   │   ├── open_project.png
│   │   │   ├── paste.png
│   │   │   ├── project_settings.png
│   │   │   ├── quit.png
│   │   │   ├── recent_projects.png
│   │   │   ├── redo.png
│   │   │   ├── save_all.png
│   │   │   ├── save_as.png
│   │   │   ├── save.png
│   │   │   ├── save_project.png
│   │   │   ├── undo.png
│   │   │   ├── view_fullscreen.png
│   │   │   ├── zoom_in.png
│   │   │   ├── zoom_original.png
│   │   │   └── zoom_out.png
│   │   ├── animation_editing
│   │   │   ├── timeline_loop.png
│   │   │   ├── timeline_pause.png
│   │   │   ├── timeline_play.png
│   │   │   └── timeline_stop.png
│   │   ├── application_icon.ico
│   │   ├── application_icon.png
│   │   ├── application_icon.svg
│   │   ├── cegui
│   │   │   └── debug_info.png
│   │   ├── clean_undo_state.png
│   │   ├── imageset_editing
│   │   │   ├── create_image.png
│   │   │   ├── cycle_overlapping.png
│   │   │   ├── duplicate_image.png
│   │   │   ├── edit_offsets.png
│   │   │   ├── filter_reset.png
│   │   │   ├── focus_image_list_filter_box.png
│   │   │   └── offset_crosshair.png
│   │   ├── layout_editing
│   │   │   ├── absolute_mode.png
│   │   │   ├── align_hcentre.png
│   │   │   ├── align_hleft.png
│   │   │   ├── align_hright.png
│   │   │   ├── align_vbottom.png
│   │   │   ├── align_vcentre.png
│   │   │   ├── align_vtop.png
│   │   │   ├── focus_property_inspector_filter_box.png
│   │   │   ├── manipulator_locked.png
│   │   │   ├── manipulator_unlocked.png
│   │   │   ├── normalise_position.png
│   │   │   ├── normalise_size.png
│   │   │   ├── rename.png
│   │   │   └── snap_grid.png
│   │   ├── LICENSE
│   │   ├── project_items
│   │   │   ├── animation.png
│   │   │   ├── bitmap.png
│   │   │   ├── folder.png
│   │   │   ├── font.png
│   │   │   ├── imageset.png
│   │   │   ├── layout.png
│   │   │   ├── looknfeel.png
│   │   │   ├── lua_script.png
│   │   │   ├── python_script.png
│   │   │   ├── scheme.png
│   │   │   ├── text.png
│   │   │   ├── unknown.png
│   │   │   └── xml.png
│   │   ├── project_management
│   │   │   ├── add_existing_file.png
│   │   │   ├── add_new_file.png
│   │   │   ├── create_folder.png
│   │   │   ├── reload_resources.png
│   │   │   ├── remove.png
│   │   │   └── rename.png
│   │   ├── property_inspecting
│   │   │   └── filter_reset.png
│   │   ├── settings
│   │   │   └── reset_entry_to_default.png
│   │   ├── tabs
│   │   │   └── has_changes.png
│   │   ├── unhandled_exception.png
│   │   └── widgets
│   │   └── edit-clear.png
│   ├── images
│   │   ├── BrushScriptStd.otf
│   │   ├── splashscreen.bmp
│   │   ├── splashscreen.png
│   │   └── splashscreen.svg
│   ├── mappings
│   │   ├── Base.pmappings
│   │   └── VanillaSkin.pmappings
│   └── samples
│   ├── AllStockImagery.meta-imageset
│   ├── CurrentDatafiles.project
│   ├── datafiles0_7
│   │   ├── animations
│   │   │   └── example.xml
│   │   ├── fonts
│   │   │   ├── baemuk.txt
│   │   │   ├── Batang-26.font
│   │   │   ├── batang.ttf
│   │   │   ├── DejaVuSans-10.font
│   │   │   ├── DejaVuSans.ttf
│   │   │   ├── FairChar-30.font
│   │   │   ├── fkp-16.font
│   │   │   ├── fkp.de.pcf
│   │   │   └── Legal.txt
│   │   ├── imagesets
│   │   │   ├── DriveIcons.imageset
│   │   │   ├── DriveIcons.png
│   │   │   ├── FairChar.imageset
│   │   │   ├── FairChar.tga
│   │   │   ├── GPN-2000-001437.tga
│   │   │   ├── logo.png
│   │   │   ├── OgreTray.imageset
│   │   │   ├── OgreTrayImages.png
│   │   │   ├── ReadMe.txt
│   │   │   ├── TaharezLook.imageset
│   │   │   ├── TaharezLook.tga
│   │   │   ├── Vanilla.imageset
│   │   │   ├── vanilla.tga
│   │   │   ├── WindowsLook.imageset
│   │   │   └── WindowsLook.tga
│   │   ├── layouts
│   │   │   ├── Console.wnd
│   │   │   ├── Demo7Windows.layout
│   │   │   ├── Demo8.layout
│   │   │   ├── DragDropDemo.layout
│   │   │   ├── FontDemo.layout
│   │   │   ├── TabControlDemo.layout
│   │   │   ├── TabPage1.layout
│   │   │   ├── TabPage2.layout
│   │   │   ├── TabPage.layout
│   │   │   ├── TextDemo.layout
│   │   │   ├── TreeDemoTaharez.layout
│   │   │   ├── VanillaConsole.layout
│   │   │   └── VanillaWindows.layout
│   │   ├── looknfeel
│   │   │   ├── InventoryComponents.looknfeel
│   │   │   ├── OgreTray.looknfeel
│   │   │   ├── TaharezLook.looknfeel
│   │   │   ├── Vanilla.looknfeel
│   │   │   └── WindowsLook.looknfeel
│   │   ├── lua_scripts
│   │   │   └── demo8.lua
│   │   ├── Makefile.am
│   │   ├── schemes
│   │   │   ├── OgreTray.scheme
│   │   │   ├── TaharezLook.scheme
│   │   │   ├── VanillaSkin.scheme
│   │   │   └── WindowsLook.scheme
│   │   └── xml_schemas
│   │   ├── Animation.xsd
│   │   ├── CEGUIConfig.xsd
│   │   ├── Falagard.xsd
│   │   ├── Font.xsd
│   │   ├── GUILayout.xsd
│   │   ├── GUIScheme.xsd
│   │   └── Imageset.xsd
│   ├── datafiles1_0
│   │   ├── animations
│   │   │   ├── example.anims
│   │   │   └── GameMenu.anims
│   │   ├── CMakeLists.txt
│   │   ├── fonts
│   │   │   ├── Batang-18.font
│   │   │   ├── batang.ttf
│   │   │   ├── DejaVuSans-10.font
│   │   │   ├── DejaVuSans-10-NoScale.font
│   │   │   ├── DejaVuSans-12.font
│   │   │   ├── DejaVuSans-12-NoScale.font
│   │   │   ├── DejaVuSans-14.font
│   │   │   ├── DejaVuSans-14-NoScale.font
│   │   │   ├── DejaVuSans.ttf
│   │   │   ├── DejaVuSerif.ttf
│   │   │   ├── FairChar-30.font
│   │   │   ├── FetteClassicUNZFraktur.ttf
│   │   │   ├── Futhark Adapted.ttf
│   │   │   ├── GreatVibes-16.font
│   │   │   ├── GreatVibes-22.font
│   │   │   ├── GreatVibes-Regular.ttf
│   │   │   ├── IMFePIrm29P.ttf
│   │   │   ├── Junicode-13.font
│   │   │   ├── Junicode.ttf
│   │   │   ├── Jura-10.font
│   │   │   ├── Jura-13.font
│   │   │   ├── Jura-18.font
│   │   │   ├── Jura-DemiBold.ttf
│   │   │   ├── Jura-Light.ttf
│   │   │   ├── Jura-Medium.ttf
│   │   │   ├── Jura-Regular.ttf
│   │   │   ├── Klingon-pIqaD-HaSta.ttf
│   │   │   ├── Legal.txt
│   │   │   ├── LicenseApache.txt
│   │   │   ├── LicenseDejaVu.txt
│   │   │   ├── LicenseGPL.txt
│   │   │   ├── LicenseMIT.txt
│   │   │   ├── LicenseSIL.txt
│   │   │   ├── LicenseUbuntuFont.txt
│   │   │   ├── mizufalp.ttf
│   │   │   ├── RichStyle.ttf
│   │   │   └── Tnua-Libre.ttf
│   │   ├── imagesets
│   │   │   ├── AlfiskoSkin.imageset
│   │   │   ├── AlfiskoSkin.png
│   │   │   ├── Aliasing.jpg
│   │   │   ├── BackgroundSampleBrowser.jpg
│   │   │   ├── DriveIcons.imageset
│   │   │   ├── DriveIcons.png
│   │   │   ├── FairChar.imageset
│   │   │   ├── FairChar.png
│   │   │   ├── GameMenu.imageset
│   │   │   ├── GameMenu.png
│   │   │   ├── HUDDemoGameOver.png
│   │   │   ├── HUDDemo.imageset
│   │   │   ├── HUDDemo.png
│   │   │   ├── logo.png
│   │   │   ├── OgreTray.imageset
│   │   │   ├── OgreTrayImages.png
│   │   │   ├── ReadMe.txt
│   │   │   ├── SampleBrowser.imageset
│   │   │   ├── SampleBrowser.png
│   │   │   ├── SpaceBackground.jpg
│   │   │   ├── TaharezLook.imageset
│   │   │   ├── TaharezLook.png
│   │   │   ├── Vanilla.imageset
│   │   │   ├── vanilla.png
│   │   │   ├── WindowsLook.imageset
│   │   │   └── WindowsLook.png
│   │   ├── layouts
│   │   │   ├── Console.wnd
│   │   │   ├── Demo8.layout
│   │   │   ├── DragDropDemo.layout
│   │   │   ├── EffectsDemo.layout
│   │   │   ├── FontDemo.layout
│   │   │   ├── GameMenu.layout
│   │   │   ├── HUDDemoGameOver.layout
│   │   │   ├── HUDDemoIngame.layout
│   │   │   ├── SampleBrowser.layout
│   │   │   ├── SampleBrowserLoadScreen.layout
│   │   │   ├── TabControlDemo.layout
│   │   │   ├── TabPage1.layout
│   │   │   ├── TabPage2.layout
│   │   │   ├── TabPage.layout
│   │   │   ├── TextDemo.layout
│   │   │   ├── TreeDemoTaharez.layout
│   │   │   ├── VanillaConsole.layout
│   │   │   └── VanillaWindows.layout
│   │   ├── looknfeel
│   │   │   ├── AlfiskoSkin.looknfeel
│   │   │   ├── GameMenu.looknfeel
│   │   │   ├── Generic.looknfeel
│   │   │   ├── HUDDemo.looknfeel
│   │   │   ├── InventoryComponents.looknfeel
│   │   │   ├── OgreTray.looknfeel
│   │   │   ├── SampleBrowser.looknfeel
│   │   │   ├── TaharezLook.looknfeel
│   │   │   ├── VanillaCommonDialogs.looknfeel
│   │   │   ├── Vanilla.looknfeel
│   │   │   └── WindowsLook.looknfeel
│   │   ├── lua_scripts
│   │   │   └── demo8.lua
│   │   ├── schemes
│   │   │   ├── AlfiskoSkin.scheme
│   │   │   ├── GameMenu.scheme
│   │   │   ├── Generic.scheme
│   │   │   ├── HUDDemo.scheme
│   │   │   ├── OgreTray.scheme
│   │   │   ├── SampleBrowser.scheme
│   │   │   ├── TaharezLook.scheme
│   │   │   ├── VanillaCommonDialogs.scheme
│   │   │   ├── VanillaSkin.scheme
│   │   │   └── WindowsLook.scheme
│   │   └── xml_schemas
│   │   ├── Animation.xsd
│   │   ├── CEGUIConfig.xsd
│   │   ├── Falagard.xsd
│   │   ├── Font.xsd
│   │   ├── GUILayout.xsd
│   │   ├── GUIScheme.xsd
│   │   ├── Imageset.xsd
│   │   └── Samples.xsd
│   ├── StockDatafiles0_7.project
│   └── StockDatafiles1_0.project
├── doc
│   ├── developer-manual.pdf
│   ├── developer-manual-src
│   │   ├── bibliography.bib
│   │   ├── developer-manual.lyx
│   │   ├── just-content.lyx
│   │   ├── tabbed_editor
│   │   │   └── responsibilities.png
│   │   └── undo_redo
│   │   └── undo_stack.png
│   ├── quickstart-guide.pdf
│   ├── quickstart-guide-src
│   │   └── quickstart-guide.lyx
│   ├── user-manual.pdf
│   └── user-manual-src
│   ├── basics
│   │   ├── basics.lyx
│   │   ├── main_interface.png
│   │   ├── multi_mode.png
│   │   ├── multi_tab_context_menu.png
│   │   ├── multi_tab_reordering.png
│   │   ├── project_manager.png
│   │   ├── resizable_rect_right_edge.png
│   │   └── resizable_rect_top_right_corner.png
│   ├── imageset_editing
│   │   ├── context_menu.png
│   │   ├── image_property_box.png
│   │   ├── imageset_editing.lyx
│   │   └── overview.png
│   ├── just-content.lyx
│   ├── layout_editing
│   │   ├── alignment_icons.png
│   │   ├── alignment_properties.png
│   │   ├── aspect_ratio_expanded.png
│   │   ├── aspect_ratio_properties.png
│   │   ├── aspect_ratio_shrunk.png
│   │   ├── button_udims.png
│   │   ├── complex_properties.png
│   │   ├── editbox_centred.png
│   │   ├── layout_editing.lyx
│   │   ├── live_preview.png
│   │   ├── overview.png
│   │   ├── snapgrid_aligned.png
│   │   ├── snapgrid_in_progress.png
│   │   └── snapgrid_unaligned.png
│   ├── project_creation
│   │   ├── first_step.png
│   │   ├── project_creation.lyx
│   │   ├── settings_resource_paths.png
│   │   └── settings_top.png
│   ├── settings
│   │   ├── changing_key_seq.png
│   │   └── overview.png
│   └── user-manual.lyx
├── _elementtree.pyd
├── expat.dll
├── freetype.dll
├── glew.dll
├── _hashlib.pyd
├── library.zip
├── LICENSE
├── minizip.dll
├── OxygenIcons-COPYING
├── pcre.dll
├── PyCEGUI-COPYING
├── PyCEGUIOpenGLRenderer.pyd
├── PyCEGUI.pyd
├── pyexpat.pyd
├── PyOpenGL-COPYING
├── PySide-COPYING
├── pyside-python2.7.dll
├── PySide.QtCore.pyd
├── PySide.QtGui.pyd
├── PySide.QtNetwork.pyd
├── PySide.QtOpenGL.pyd
├── PySide.QtSvg.pyd
├── PySide.QtWebKit.pyd
├── python27.dll
├── Qt-COPYING
├── QtCore4.dll
├── QtGui4.dll
├── QtNetwork4.dll
├── QtOpenGL4.dll
├── QtSvg4.dll
├── QtWebKit4.dll
├── README
├── select.pyd
├── shiboken-python2.7.dll
├── _socket.pyd
├── _ssl.pyd
├── tcl85.dll
├── tk85.dll
├── _tkinter.pyd
├── unicodedata.pyd
└── zlib.dll

46 directories, 368 files

标签:

实例下载地址

CEGUI最新的统一界面编辑器

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警