call an FX. There's a tutorial dedicated to it (#07) and also a few wiki entries that might help: <a href="http://orx-project.org/wiki/en/examples/fx/main" rel="nofollow">ht
I've been having random crashes on startup lately. I think it might be issue with orx. Not sure what to report in this case. Here is what I've got in XCode:<br />error: address doesn't contain a
Yesterday I converted my project from the plugin API to a standalone exe project, which compiled and ran fine. But the first thing I noticed when I ran the project, my screen size was not 640 x 480 t…
if there is hardcoded limit on the number of contact pairs in box2D,it can't explain this crash now.<br />This time,it crashed when there are only two contact with a few balls less than ten.<…
Hi!<br />You're totally right, the main config file is names after your executable.<br />Actually, it uses the first param (argv[o]) sent to orx_Execute() that is then sent to the config …
Hi!<br />The '~' character is used to specify a random value. It can be used for any numeric value in the config files (int, float, vector).<br />So here it means, everytime the value for…
Ah yes, I forgot I didn't bake the library path at compile time when I produced liborx/orx for the 0.9.1.<br />So, basically, you need to change your library path so that orx can find liborx. E…