Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sailfish OS App Development for Beginners [closed]

Tags:

qt

sailfish-os

Just wanted to get a reference for Sailfish OS App development.Which are all the good books and forums for beginners.

like image 862
Renji Avatar asked Nov 17 '25 17:11

Renji


2 Answers

The current Sailfish Silica docs are at: https://sailfishos.org/develop/docs/silica/

There are no official forums yet but there is the #sailfishos channel on IRC (irc.freenode.net) - say "hi" when you join :)

SailfishOS App development is (as you realise) Qt based - you can use C++ or just QML. The Qt Project has excellent resources around these technologies.

like image 103
lbt Avatar answered Nov 20 '25 14:11

lbt


I'm afraid Sailfish OS project is at an early stage so far. It is based on Mer and Nemo so you can refer to the documentation of both projects. The official mailing list is: [email protected]. There's also a IRC channel (#sailfishos) at irc.freenode.net.

I'll include a few links that might help:

  • Current project documentation
  • Programming for Sailfish OS with the Sailfish OS SDK - video tutorial for beginners
  • FlyingSheep on Sailfish
like image 34
mhcuervo Avatar answered Nov 20 '25 13:11

mhcuervo