| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
10年前发布

2D游戏开发引擎:Torque 2D

Torque 2D是一个非常强大的,灵活的,快速的开源引擎,主要用与2D游戏开发。

Cross Platform Development at Its Best

Torque 2D was developed with OS X, Windows, and iOS devices in mind and works equally well on all the platforms. As with all of our products, Torque 2D includes the complete C++ source code to the engine and many example toys. It also includes access to TorqueScript, our scripting language which allows developers to write the same gameplay logic on Windows or OS X and have it work on the other platforms!

Graphics

Torque 2D's powerful rendering is perfectly suited to achieving a great looking artistic style. Torque 2D's graphics API includes implementations for all types of hardware and operating systems performing on more than 99% of all gamer hardware (Steam Hardware Survey). 

Behaviors

Torque 2D allows users to share snippets of code easily using behaviors and modules. Simply create a behavior and send the behavior file to a friend. A number of basic behaviors and toys are included with the engine so that developers have a leg up in development!

Scripting 2D游戏开发引擎:Torque 2D

Torquescript is a fast and easy to use C++ like scripting language that ties all of the various elements of a project together. It supports a large complement of functions including math, object manipulation, fileIO, and more. Torquescript features:

  • Object-oriented programming
  • Transparent interconnection with external C++ objects
  • Built-in fast 2D math (vectors, matrices, and quaternions with all corresponding functions)
  • Well-documented standard library (hundreds of functions out-of-the box)

Most game functions can be programmed in Torquescript, and engine additions such as physics or intense AI coded in C++ are called from script.

Physics

Torque 2D uses Box2D as its physics system. Box2D is an open source C++ engine for simulating rigid bodies in 2D. It is developed by Erin Catto and we have seamlessly integrated it into Torque 2D.

Sound

Torque 2D uses the OpenAL sound library by default and supports a wide range of features. These include:

  • Stereo, Streaming Sound
  • SFX/Music driver
  • 2D sound support for panning, volume, Doppler, cones
  • Multi-channel prioritized manager

2D游戏开发引擎:Torque 2D

项目主页:http://www.open-open.com/lib/view/home/1392600000803

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1392600000803.html
Torque 2D 游戏开发