Showing results for

game

architecture

on orx-project.org
orx-project.org › wiki › en › tutorials
Setting up a Development Environment on Linux [Orx Learning]
...Consider the audience for your game when choosing which architecture you will compile for. Do you intend for your game to only run on...
orx-project.org › wiki › en › tutorials
Porting a game to the iPad [Orx Learning]
In the following I'm going to describe problems I stumpled upon while porting a game based on the orx engine from windows to...
orx-project.org
Orx :: About
Orx is a 2.5D data-driven game development engine. It is open source, ultra-fast, multi-platform and full-featured for C/C++...
orx-project.org › wiki › en › tutorials
Localization tutorial [Orx Learning]
...int main(int argc, char **argv) { orx_Execute(argc, argv, Game::Init, Game::Run, Game::Exit); return EXIT_SUCCESS; }
As we can see, we're using...