appjs - compile into single executable?

前端 未结 3 1128
余生分开走
余生分开走 2021-02-03 14:14

I\'ve spent all night trying different tools for building cross platform desktop apps via html5 and so far appjs seems to be perfect. I\'ve only been playing around with the win

3条回答
  •  半阙折子戏
    2021-02-03 14:36

    Titanium Desktop (now called TideSDK) is not dead. It has been taken over by the community and is in full swing for a new version coming out this year. There are a good amount of developers working on it, as well as many people from the community contributing example code, documentation, and tutorials.

    If your looking for serious cross platform this is a great way to go, as for your executable, it turns the application (using some special build scripts) into a native installer for Window, .DMG file for Mac, and whatever format you need for *Nix platforms.

提交回复
热议问题