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

Author Topic: SFML on phone/tablets???  (Read 2316 times)

0 Members and 1 Guest are viewing this topic.

MichelangeloSFML/

  • Newbie
  • *
  • Posts: 17
    • View Profile
SFML on phone/tablets???
« on: July 31, 2022, 08:01:30 pm »
I would like to use SFML with C++ on phone/tablets to build apps, is that possible?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: SFML on phone/tablets???
« Reply #1 on: August 02, 2022, 12:44:13 am »
Yes, you can use SFML on iOS and Android.
There are however some limitations, such a missing Shader support on Android.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

MichelangeloSFML/

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: SFML on phone/tablets???
« Reply #2 on: August 03, 2022, 02:46:24 am »
Any good links or reading material on using SFML on phone/tablest? Any books on using SFML on them?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

MichelangeloSFML/

  • Newbie
  • *
  • Posts: 17
    • View Profile
Re: SFML on phone/tablets???
« Reply #4 on: August 03, 2022, 11:22:14 pm »
Thanks.