SFML community forums

General => General discussions => Topic started by: MichelangeloSFML/ on July 31, 2022, 08:01:30 pm

Title: SFML on phone/tablets???
Post by: MichelangeloSFML/ 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?
Title: Re: SFML on phone/tablets???
Post by: eXpl0it3r 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.
Title: Re: SFML on phone/tablets???
Post by: MichelangeloSFML/ 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?
Title: Re: SFML on phone/tablets???
Post by: eXpl0it3r on August 03, 2022, 05:25:53 pm
Here are two tutorials for Android and iOS:

https://github.com/SFML/SFML/wiki/Tutorial%3A-Building-SFML-for-Android
https://github.com/SFML/SFML/wiki/Tutorial%3A-Building-SFML-for-iOS
Title: Re: SFML on phone/tablets???
Post by: MichelangeloSFML/ on August 03, 2022, 11:22:14 pm
Thanks.