Game Development Community

C# and Torque

by Michael Bowen · in Torque Game Engine · 02/21/2006 (7:32 am) · 3 replies

Can the Torque Game Engine be used with C#? I saw that there were some wrappers for the 2D engine, but I need a 3D engine.

I have a project that requires C#, so I am looking for a solution.
Can anyone point me in the right direction??

About the author

Recent Threads


#1
02/21/2006 (7:37 am)
TGE is a C++ engine and I do not believe anyone has been working on a C# wrapper. Jason's T2D.NET is coming along nicely, but hasn't been moved into the full TGE realm.

If your project requires C#, you could try Realmforge.
#2
02/21/2006 (8:00 am)
Thanks. I'll check it out.
#3
03/09/2006 (8:13 pm)
You also might consider a look at SWIG (just google it). They have support in the pipeline for C#, and someone was able to use it about 2 years ago to turn torque into a Python Module. Perhaps the same could be done with C#, as the SWIG poeple are working on it?