hx-gameplay
hx-gameplay copied to clipboard
Updated Build.xml for OSX
Adds Quartz, OpenAL, OpenGL and IOKit frameworks. Only uses gameplay external dependencies to relevant to OSX. Compiles 32-bit by default and uses c++0x standard.
Notes:
- Gameplay3d and hx-gameplay builds must have matching '-fvisibility' flag settings. The Gameplay project file doesn't set it. hxcpp sets -fvisibility=hidden.
- Must run the build command with the '-DHXCPP_CLANG' in order to use clang (Should be set as the default in the future).
One question: This project is dead?
@fzzrr I'm not entirely sure. The owner of this repo usually hangs around in #haxe on freenode. @MIvanchev
The project is not dead, it's currently in sleep mode. There's 1 major issue which needs to be redesigned: the way Haxe instances are mapped to C++ instances. The current system is very ineffective and hard to manage. The new system should be a 1:1 mapping, if possible. I am sorry for letting you wait so long for a reply.
@jcockhren, @MIvanchev, thanks for you answer. If you mean the render system, maybe try to use Lime?