Using C# and 64 Bit

Anything and everything that's related to OGRE or the wider graphics field that doesn't fit into the other forums.
Post Reply
SLeopold
Gnoblar
Posts: 3
Joined: Mon Feb 05, 2018 7:43 am

Using C# and 64 Bit

Post by SLeopold »

Hello,
is there any possibility to work with Ogre 64 Bit and C#? Are there any C# Bindings that are working?

regards
SLeopold
paroj
OGRE Team Member
OGRE Team Member
Posts: 1994
Joined: Sun Mar 30, 2014 2:51 pm
x 1074
Contact:

Re: Using C# and 64 Bit

Post by paroj »

Ogre 1.10 has SWIG descriptions that are used to generate Python and Java bindings. C# is still missing. For details see:
https://github.com/OGRECave/ogre/blob/m ... .md#python
frostbyte
Orc Shaman
Posts: 737
Joined: Fri May 31, 2013 2:28 am
x 65

Re: Using C# and 64 Bit

Post by frostbyte »

paroj wrote: Tue Feb 06, 2018 12:30 pm Ogre 1.10 has SWIG descriptions that are used to generate Python and Java bindings. C# is still missing. For details see:
https://github.com/OGRECave/ogre/blob/m ... .md#python
"out of the box" you can compile java classes to c# classes with ikvm https://www.ikvm.net
but if you go a bit into swig you can generate c# bindings without the swig->java phase
it will probably work much better and anyway mastering swig is a rewarding skill
fun fact: using swig is actually much easier than reading its documentation
the woods are lovely dark and deep
but i have promises to keep
and miles to code before i sleep
and miles to code before i sleep..

coolest videos link( two minutes paper )...
https://www.youtube.com/user/keeroyz/videos
Post Reply