On the most part, despite be so not open source/platform friendly, I am not to worried about being able to compile a Linux port for an AI. TBH I just want to develop AI for spring because I think it is one of the greatest games, and C# just happens to be a good language for the task.
So does any one know what we need to do is fix the current build of CSAI (at least on windows)
yea
Moderators: hoijui, Moderators
Re: yea
Umm yeah I forgot to say this in the other thread, but the CSAI design is based on C++/CLI, which compiles only on visual studio, and can therefore only communicate with a spring build on visual studio.
Current spring is build on mingw, so I guess a mono binding really is the only option for C#.
Current spring is build on mingw, so I guess a mono binding really is the only option for C#.
Re: yea
Not all libraries ( I think). And with a not GPL compatible license.
Mono is released under MIT license this means you have the source code and can do with it what you want.
And jcnossen wrote that we need mono for a CLI interface because spring is compiled with mingw and not visual studio.
Mono is released under MIT license this means you have the source code and can do with it what you want.
And jcnossen wrote that we need mono for a CLI interface because spring is compiled with mingw and not visual studio.
Re: yea
I believe all... if not, most. Anyway, this was in response to Petah saying it wasn't open source, when technically it is. Even though it's not really in a great license..Agon wrote:Not all libraries ( I think). And with a not GPL compatible license.