Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Engine: orx #76

Open
iarwain opened this issue Aug 17, 2021 · 0 comments
Open

Engine: orx #76

iarwain opened this issue Aug 17, 2021 · 0 comments

Comments

@iarwain
Copy link

iarwain commented Aug 17, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant