[Game Engine]Orx coming to iPhone
Hi,
Orx is a open source (LGPL) 2D-oriented, data-driven and portable game engine focusing on ease of use that currently runs on Windows, Linux and Mac OS X.
You can find more informations and a feature list from its homepage and its wiki.
The first iPhone version (1.2 beta) has been released today and can be downloaded here.
The archive contains orx's full source code as well as an iPhone-oriented demo featuring:
Please keep in mind that it's only a beta release. The final release will include some improvements such as OpenGL ES 2.0 and custom shader supports for the platforms where OpenGL ES 2.0 is available.
Any feedbacks and comments would be more than appreciated! =)
Thanks for your attention!
Links:
Homepage: http://orx-project.org
About: http://orx-project.org/about
Wiki: http://wiki.orx-project.org
iPhone direct download: https://sourceforge.net/projects/orx/fil...p/download
Orx is a open source (LGPL) 2D-oriented, data-driven and portable game engine focusing on ease of use that currently runs on Windows, Linux and Mac OS X.
You can find more informations and a feature list from its homepage and its wiki.
The first iPhone version (1.2 beta) has been released today and can be downloaded here.
The archive contains orx's full source code as well as an iPhone-oriented demo featuring:
- accelerometer
- touch interaction
- physics
- particles
- music & sounds
- dynamic object creation
- visual FXs
Please keep in mind that it's only a beta release. The final release will include some improvements such as OpenGL ES 2.0 and custom shader supports for the platforms where OpenGL ES 2.0 is available.
Any feedbacks and comments would be more than appreciated! =)
Thanks for your attention!
Links:
Homepage: http://orx-project.org
About: http://orx-project.org/about
Wiki: http://wiki.orx-project.org
iPhone direct download: https://sourceforge.net/projects/orx/fil...p/download
Hi,
The v1.2 has been released yesterday, and with it the official support for iPhone/iPod Touch/iPad. It can be downloaded here.
Unfortunately pixel shader support with OpenGL ES 2.0 hasn't made it for this release but will be part of the next one.
It has been replaced by a full unicode support and a lot of optimizations (mostly for the win/linux/osx versions though).
Orx is also now released under the more permissive zlib license.
Any feedbacks and comments would be more than appreciated! =)
Thanks for your attention!
Links:
Changelog: http://orx.svn.sourceforge.net/viewvc/or...iew=markup
Homepage: http://orx-project.org
About: http://orx-project.org/about
Wiki: http://wiki.orx-project.org
iPhone direct download: http://sourceforge.net/projects/orx/file...p/download
The v1.2 has been released yesterday, and with it the official support for iPhone/iPod Touch/iPad. It can be downloaded here.
Unfortunately pixel shader support with OpenGL ES 2.0 hasn't made it for this release but will be part of the next one.
It has been replaced by a full unicode support and a lot of optimizations (mostly for the win/linux/osx versions though).
Orx is also now released under the more permissive zlib license.
Any feedbacks and comments would be more than appreciated! =)
Thanks for your attention!
Links:
Changelog: http://orx.svn.sourceforge.net/viewvc/or...iew=markup
Homepage: http://orx-project.org
About: http://orx-project.org/about
Wiki: http://wiki.orx-project.org
iPhone direct download: http://sourceforge.net/projects/orx/file...p/download
Looks pretty nice, good work!
Out of curiosity, what do you use for physics? Is it an existing engine or something home baked?
I should probably be using somebody else's game framework if I ever want to get a personal project done instead of hiding behind the "not invented here" syndrome. Heh.
I should probably be using somebody else's game framework if I ever want to get a personal project done instead of hiding behind the "not invented here" syndrome. Heh.
Scott Lembcke - Howling Moon Software
Author of Chipmunk Physics - A fast and simple rigid body physics library in C.
(Jul 22, 2010 08:19 AM)Skorche Wrote: Out of curiosity, what do you use for physics? Is it an existing engine or something home baked?
The only physics plugin currently available is based on Box2D.
I've been considering writing a Chipmunk-based plugin a couple of times but always ended up lacking of time.
There is also a ton of 'hidden' features in orx. One day I'll learn how to present them in a decent way... :|
For example, coming with the unicode feature is an external command line TrueType font exporter for orx, called orxFontGen.
As I couldn't find a decent grid-based TrueType font exporter that worked correctly with unicode (especially for supporting languages such as Chinese), I wrote a very simple tool that will produce a minimalistic font containing all the characters for all the texts you've submitted and that can be directly plugged into orx (with optional localization support), without having to write a single line of code.
Hi,
the first release candidate for orx v1.3 is out. It adds a bunch of new stuff, including data-driven physics joint support, CPU realtime profiler, variable width font support, custom shader support with OpenGL ES 2.0 and batch rendering.
For those interested in multi-platform support, orx now runs on Android (both in native C++ version for android 2.3+ or jni for Android 1.6+).
You can find all the details here: http://orx-project.org/component/content...nally-here
As usual, any feedbacks and comments would be more than appreciated! =)
Thanks for your attention!
Links:
Homepage: http://orx-project.org
About: http://orx-project.org/about
Wiki: http://wiki.orx-project.org
iPhone direct download: http://sourceforge.net/projects/orx/file...p/download
the first release candidate for orx v1.3 is out. It adds a bunch of new stuff, including data-driven physics joint support, CPU realtime profiler, variable width font support, custom shader support with OpenGL ES 2.0 and batch rendering.
For those interested in multi-platform support, orx now runs on Android (both in native C++ version for android 2.3+ or jni for Android 1.6+).
You can find all the details here: http://orx-project.org/component/content...nally-here
As usual, any feedbacks and comments would be more than appreciated! =)
Thanks for your attention!
Links:
Homepage: http://orx-project.org
About: http://orx-project.org/about
Wiki: http://wiki.orx-project.org
iPhone direct download: http://sourceforge.net/projects/orx/file...p/download
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Best toolset/engine for iOS pixel art game? | eXpiation | 3 | 2,745 |
Oct 16, 2012 06:22 AM Last Post: Skorche |
|
| I wrote my engine and this is the 1st Game! | papaonn | 5 | 4,954 |
Mar 20, 2012 03:53 AM Last Post: papaonn |
|
| iPhone game engine | Goliath | 7 | 12,952 |
Jan 6, 2012 11:54 AM Last Post: EqwanoX |
|
| Optimizing my Game Engine. Help needed! | SamBaylus | 25 | 13,631 |
Feb 12, 2010 07:45 AM Last Post: kae_ |
|
| Problem with my simple 2D Game engine. Help! | SamBaylus | 5 | 4,637 |
Dec 15, 2009 10:06 AM Last Post: longjumper |
|

