On 29-Dec-06, at 8:53 PM, William Squires wrote:
Has anyone in this list played with the Torque Game Engine
(www.garagegames.com)? I'm guessing it's a dylib for OS X and a DLL
for Windows, which suggests that it should be possible to interface
using declares. Any takers?
Torque isn't a library - it's a full-fledged application that comes
as a pile of C++ code with a custom scripting language (which
resembles C++). It really isn't designed to be embedded or used
externally - the RB framework would be superfluous alongside Torque's
own system drivers for example. With a *lot* of refactoring someone
could conceivably turn Torque into an RB plugin, but I doubt it'd be
worth the effort.
Frank.
<http://developer.chaoticbox.com/>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|