FileDetectionRuleSets icon indicating copy to clipboard operation
FileDetectionRuleSets copied to clipboard

Engine: orx

Open iarwain opened this issue 4 years ago • 0 comments

Some reference to the engine, such as the developer site or a wikipedia article.

Orx is an open source (zlib license), heavily data-driven, lightweight, cross-platform 2D game engine written in C. It currently supports Windows, Linux, MacOS, iOS and Android.

Home page: https://orx-project.org Github repository: https://github.com/orx/orx Wikipedia page: https://en.wikipedia.org/wiki/ORX

SteamDB links

As far as I know, so far there's only a single game made with orx that has been published on Steam (I was part of the dev team):

https://steamdb.info/app/352210/

Possible way to detect it

The engine is always contained inside a single file. Its name depends on the target platform:

  • orx.dll on Windows
  • liborx.so on Linux
  • liborx.dylib on MacOS

iarwain avatar Aug 17 '21 03:08 iarwain