SFML community forums

Help => General => Topic started by: etixpp on June 11, 2014, 03:17:21 am

Title: App Development SFML
Post by: etixpp on June 11, 2014, 03:17:21 am
is it possible to use sfml for mobile apps?
I googled a lot and found seriously nothing. Just one 2 years old thread.

I am realy clueless about mobile app programming :/ Never did it or wanted it but now i would like to make a very small application with c++.
Title: Re: App Development SFML
Post by: p5ych0 on June 11, 2014, 06:57:40 am
Are you talking about mobile platforms as in iOS/Android? If yes then in the current Git repository there is support for iOS/Android! https://github.com/SFML/SFML (https://github.com/SFML/SFML)
Title: AW: App Development SFML
Post by: eXpl0it3r on June 11, 2014, 08:16:58 am
Most information for the iOS and Android ports can be found there: http://en.sfml-dev.org/forums/index.php?topic=13716.0

The next version of SFML (currently in a finalizing state) will include basic support for iOS and Android and will also feature tutorials fof them.
Title: Re: App Development SFML
Post by: etixpp on June 14, 2014, 03:31:02 am
Great! Thanks for your help.