GenericJoe
24-10-2008 17:10:35
Personally I am of the opinion that I would like to keep all the hardcore graphics calculations in the C++ library, and everything else in C#, because C# is my language of choice - That is why I use Mogre.
I have recently ported (almost a direct port) a version of the Steering code and example as originally released in the OpenSource code that accompanies the excellent Programming Game AI by Example book (http://www.ai-junkie.com/books/toc_pgaibe.html). I would just like to point out that currently there is no interaction with Mogre - the included example is simply rendering to a win Form for now.
I would just like to get an idea if there are any other interested people out there to see this sort of thing? Ideally I would like to share this code via SVN and get peoples feedback/improvements i.e. all the good stuff that OpenSource is all about
Eventually I would like the included example to be running a scene via Mogre, but that is a secondary objective following the settling down of the Steering code itself.
So, anyone interested in this sort of thing? Anyone know if this has already been done elsewhere anyway?
I have recently ported (almost a direct port) a version of the Steering code and example as originally released in the OpenSource code that accompanies the excellent Programming Game AI by Example book (http://www.ai-junkie.com/books/toc_pgaibe.html). I would just like to point out that currently there is no interaction with Mogre - the included example is simply rendering to a win Form for now.
I would just like to get an idea if there are any other interested people out there to see this sort of thing? Ideally I would like to share this code via SVN and get peoples feedback/improvements i.e. all the good stuff that OpenSource is all about

Eventually I would like the included example to be running a scene via Mogre, but that is a secondary objective following the settling down of the Steering code itself.
So, anyone interested in this sort of thing? Anyone know if this has already been done elsewhere anyway?