当前位置: 首页 > 软件库 > iOS代码库 > 游戏(Gaming) >

Entropia Engine++

2D 游戏引擎
授权协议 MIT
开发语言 C/C++
所属分类 iOS代码库、 游戏(Gaming)
软件类型 开源软件
地区 不详
投 递 者 金昂熙
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Entropia Engine++ 是一个 2D 游戏引擎,适合跨平台游戏开发。

EE++ 提供:

跨平台支持:

  • 官方支持 Linux, Windows, Mac OS X.
  • iOS port is fully working with SDL 2 backend.
  • Android port is working with SDL 2 backend, but not completed.
  • It should work on FreeBSD, Solaris and Haiku OS.

Graphic Module:

  • OpenGL 2 ( fixed-pipeline ), OpenGL 3 ( programmable-pipeline ), OpenGL ES 2 and OpenGL ES 1 support.
  • Batch Renderer ( all the rendering is automatically batched by the engine ).
  • TTF and Texture fonts support.
  • Frame Buffer support.
  • Shaders support ( with automatic fixed pipeline shaders to programmable conversor ).
  • Vertex Buffer Object support.
  • Particle System.
  • Extendable Console.
  • Animated Sprites.
  • Texture Atlas support ( automatic creation and update of the texture atlas ! ).

Window Module:

  • Backend based module, this means that you can easily create a backend for the window/input handling.
  • Currently supports SDL 1.2, SDL 2 and Allegro 5 as backends ( more backends are planned ).
  • Clipboard support ( SDL 2 backend for the moment ).
  • Color hardware cursors.
  • Joystick support.

Audio Module:

  • OpenAL audio engine with extendable file format support. OGG support, and all the formats supported by libsndfile.

Physics Module:

  • Full OOP chipmunk physics wrapper.

UI Module:

  • Fully featured UI system, with skinning support, animation support, scaling, rotating, clipping, events, messages, etc. All the basic controls are implemented ( button, textbox, combobox, inputbox, menue, listbox, etc...).

System Module:

  • Provides all the basics stuffs for the full multi-threading support of the engine, file formats support for packing, and much more.

Base Module:

  • Customizable Memory Manager. Used by default in debug mode to track any memory leak.
  • UTF8, UTF-16, UTF-32, Ansi, Wide Char support.
  • String class using UTF-32 chars internally.\
  • Debug macros

Utils Module:

  • A lot of general purpose functions and templates ( vector, quad, polygon, color, etc ) to help the development of any kind of application.

Math Module:

  • Some minor math utilities, include Mersenne Twister random number generator implementation.

Gaming Module:

  • Tiled Maps with dynamic lights.
  • Full featured Map Editor.
 相关资料
  • 包含在程序启动时启动的线程。这个线程包含一个循环,每40毫秒更新一次游戏并重新绘制()board。 备选办法B: 板创建一个摆动计时器。这个计时器的动作监听器是板本身。actionPerformed()方法每40毫秒运行一次,并更新game+repaints Board()。 谢谢

  • 问题内容: 下学期,我们有一个团队中的Java应用程序模块。该模块的要求是制作游戏。在圣诞节假期里,我一直在做一些练习,但是我想不出绘制图形的最佳方法。 我正在使用Java Graphics2D对象在屏幕上绘制形状,并每秒调用30次,但这非常闪烁。有没有更好的方法来绘制Java中的高性能2D图形? 问题答案: 您想要做的是创建一个带有BufferStrategy的canvas组件并对其进行渲染,下

  • 问题内容: 我目前正在根据 主题医院 的想法编写一个非常基本的Java游戏。 我对Java还是很陌生,目前正在第一年就读于大学。我已经断断续续地做了Java两年了,但是我最终将自己的时间投入到一个不错的项目中。 我处于需要创建一个人(患者)才能入院的阶段。他们需要先到接待处,再到GP的办公室,然后再回到起始位置。 我已经研究过A *路径查找,但是对我来说似乎真的很复杂。我了解我的想法,但不确定如何

  • 我正在克隆一只松鸡。我表现得很好:每秒60帧。当时它只有一根柱子/障碍物。我一加上3个,fps就降到了30及以下。那么游戏现在就不能玩了。我知道这与一直在做有关。 以下是代码: 完整的项目来源 还要记住这是真正的未抛光版本,所以代码很难看。我正在寻找提升性能的解决方案。 主类: 框架类别: 支柱/支柱类: Ptica/Brid等级: Util类:

  • 我在java中创建了一个2D游戏,并试图将其分辨率提高到60 fps,分辨率为1920x1080像素。我的游戏逻辑在不到1毫秒的时间内表现良好。但是绘图需要超过10毫秒。在我相当强大的台式机(英特尔i5-4670K@3.40Ghz)上这可能就足够了,但是在我的笔记本电脑(英特尔i5-6300HQ@2.30Ghz)上,游戏已经慢了很多。绘图分为两个主要步骤: > 将游戏的每个部分绘制到Buffere

  • 问题内容: 我最近一直在研究游戏开发,而我的第一种编程语言是Java。在玩了许多用c ++开发的令人惊叹的游戏之后,我想知道为什么Java在游戏行业中没有被大量使用。我查看了jMonkeyEngine 3和其他一些游戏引擎环境,但是看到的屏幕截图远没有那么令人惊叹。诸如EA的《极品飞车》(Need for Speed Hot)和ubisoft的Assassins Creed等标题传达了这种现实感。

  • 本文向大家介绍Unity Shader实现2D游戏迷雾,包括了Unity Shader实现2D游戏迷雾的使用技巧和注意事项,需要的朋友参考一下 本文实例为大家分享了Unity Shader实现2D游戏迷雾的具体代码,供大家参考,具体内容如下 先看效果吧。 我使用的是屏幕后处理效果,首先先去Photoshop做一张图片如下,用画笔点一个点就可以了,使用它来对摄像机截取的图片进行处理。 在摄像机上添加

  • 问题内容: 我正在尝试用Java制作2D游戏,但是当我在线程中调用repaint()方法时,会有一个奇怪的仅灰色窗口。 这是我到目前为止的源代码: Spaceshooter.java 播放器 预先感谢您的答复! 问题答案: 什么是EDT? Swing事件处理代码在称为事件调度线程的特殊线程上运行。大多数调用Swing方法的代码也都在此线程上运行。这是必需的,因为大多数Swing对象方法都不是“线程