C++/CLI AutoWrapper

Berserker

13-04-2007 13:20:24

I'm very interested in the "C++/CLI AutoWrapper utility" used in mogre, where can I find it?
Bye

bleubleu

13-04-2007 16:18:13

The mogre code is essentially an autowrapper with some custom classes for the geometric types (vector, matrix, etc.). It seems like it has been developped specifically for ogre, but it has some real potential as a standalong thing I believe.

Look in the SVN.

http://mogre.svn.sourceforge.net/viewvc/mogre/trunk/Mogre/

Have fun!

Mat

Berserker

13-04-2007 16:52:11

The mogre code is essentially an autowrapper with some custom classes for the geometric types (vector, matrix, etc.). It seems like it has been developped specifically for ogre, but it has some real potential as a standalong thing I believe.

Look in the SVN.

http://mogre.svn.sourceforge.net/viewvc/mogre/trunk/Mogre/

Have fun!

Mat

Thanks for the info !

He Who Is

18-04-2007 01:43:32

I don't think it was developed for Mogre. I'm not sure, but I believe the utility used is SWIG. (Simple Wrapper and Interface Generator) It's a system for linking all manner of higher-level languages with C and C++.

bleubleu

18-04-2007 02:00:05

I think OgreDotNet was developped with SWIG. Not Mogre...

Mat

Game_Ender

18-04-2007 07:10:32

Swig is no longer used, but in this case it hurts portability because swig based binding worked with Mono, these currently do not.

Bekas

18-04-2007 07:10:36

I think OgreDotNet was developped with SWIG. Not Mogre...

Mat

Yep, that is correct.