SFML community forums

General => SFML projects => Topic started by: avarisclari on February 01, 2013, 04:47:38 pm

Title: Porting Using SFML
Post by: avarisclari on February 01, 2013, 04:47:38 pm
Hello everyone, I'm just posting to say I am going to ATTEMPT to port MechCommander 2 to Linux and Mac using SFML. I hope to have something to show soon, at the moment, I'm just going through the source code looking for any changes that need made. If you wish to help, I uploaded the source to https://github.com/avarisclari/MechCommander2. Any help is appreciated, but at the same time, even if I don't get any, this project will eventually see the light of day.

*MechCommander 2 was released under Microsoft Shared Source License, which I have read thoroughly before attempting to do this port.
Title: Re: Porting Using SFML
Post by: eXpl0it3r on February 01, 2013, 06:54:07 pm
Cool! :)

We're here whenever you need support. ;)
Title: Re: Porting Using SFML
Post by: avarisclari on February 02, 2013, 08:57:14 pm
I appreciate it, contributions to github are appreciated, I'm currently in the middle of commenting out windows only code to see where I need to define and make changes.