Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: App Development SFML  (Read 2756 times)

0 Members and 1 Guest are viewing this topic.

etixpp

  • Jr. Member
  • **
  • Posts: 82
    • View Profile
    • FoxFire Development Website
    • Email
App Development SFML
« 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++.
« Last Edit: June 11, 2014, 03:22:54 am by etixpp »

p5ych0

  • Guest
Re: App Development SFML
« Reply #1 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

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10835
    • View Profile
    • development blog
    • Email
AW: App Development SFML
« Reply #2 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.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

etixpp

  • Jr. Member
  • **
  • Posts: 82
    • View Profile
    • FoxFire Development Website
    • Email
Re: App Development SFML
« Reply #3 on: June 14, 2014, 03:31:02 am »
Great! Thanks for your help.