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

Author Topic: Export SFML project to Android  (Read 2681 times)

0 Members and 1 Guest are viewing this topic.

SpectralMemories

  • Newbie
  • *
  • Posts: 3
    • View Profile
Export SFML project to Android
« on: March 11, 2016, 11:43:14 pm »
Hi everyone. I currently have an SFML visual studio project (using dll files) and I made a simple game. My question is: is there a way to creat an apk package for android using that? I am asking this because I noticed RenderWindow has a touch event handler, which seems quite.odd in a window environnement. Or maybe it only is for tactile windows 8+ laptop. Thanks for any answer!

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10820
    • View Profile
    • development blog
    • Email
Re: Export SFML project to Android
« Reply #1 on: March 12, 2016, 12:06:11 am »
SFML has experimental support for Android and iOS, so yes you can build a game with SFML for Android, but there aren't any official tutorials and documentation on it. The linked thread above contains most of the information.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

SpectralMemories

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Export SFML project to Android
« Reply #2 on: March 12, 2016, 12:18:24 am »
Thanks! Do you have any idea when will those tutorials will come out?

ast

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: Export SFML project to Android
« Reply #3 on: March 12, 2016, 08:42:59 pm »
Small and medium-size dragons may lurk here and there when trying to build for android  ;)

 

anything