tidesdk

appjs - compile into single executable?

≯℡__Kan透↙ 提交于 2019-12-02 21:14:04
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 windows executable-based demo project but I'm wondering if there is any guide or tutorial on how to convert the project to cross platform executables (single files) instead of the appjs loader executable with all the sources in a subfolder. I've also tried adobe air however css animations is beyond poor, slow/choppy (might be doing something wrong not sure). A year or so ago I was tinkering with titanium however they've

Is there a cross-OS GUI framework that supports embedding HTML pages?

天涯浪子 提交于 2019-12-02 18:34:53
I want to develop a desktop app to be used cross-system (win, mac, linux), is there a GUI framework that would allow me to write code once for all 3 platforms and have a fully-scriptable embedded web component? I need it to have an API to communicate between app and webpage javascript. I know C#, JavaScript and a little bit of python. Qt has such a thing with QWebView . There is also TideSDK formally known as Titanium. This provides a WebKit HTML/JavaScript widget that does pretty much everything you could want, including running the Chrome developer tools. EDIT below. Consolidating my update

How Do I Get Started on the Legacy 1.2.0.RC4 TideSDK? [closed]

心已入冬 提交于 2019-11-30 02:31:46
I have downloaded the legacy 1.2.0.RC4 from the http://tidesdk.org . What do I do with it following the download. How do I get started? Comprehensive Guides on their Way TideSDK is an open source software development kit for creating multi-platform desktop apps using HTML5, CSS3, and JavaScript. With TideSDK you can also use other common scripting languages such as Python, PHP or Ruby to harness the skills you already possess as a web developer. TideSDK is the best way to create unique desktop apps using simple web technologies. The TideSDK team is currently preparing comprehensive guides to

How Do I Get Started on the Legacy 1.2.0.RC4 TideSDK? [closed]

喜欢而已 提交于 2019-11-28 23:27:52
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . I have downloaded the legacy 1.2.0.RC4 from the http://tidesdk.org. What do I do with it following the download. How do I get started?

Is TideSDK defunct?

点点圈 提交于 2019-11-28 08:40:14
I am interested in creating a desktop application using HTML5+webkit, and I'd like to be able to build a stand-alone executables for various target platforms like a .exe file for Windows and a .dmg image for Mac OS. I have played around with node-webkit , which seems nice except for the packaging / distribution portion. I also stumbled on TideSDK , but that project seems to be inactive. For example, the latest release I saw was a beta from November of 2012. Yet, it seems the core developers have switched to developing TideKit instead. Does anyone here know if TideKit is intended as a

Is TideSDK defunct?

天涯浪子 提交于 2019-11-27 02:27:13
问题 I am interested in creating a desktop application using HTML5+webkit, and I'd like to be able to build a stand-alone executables for various target platforms like a .exe file for Windows and a .dmg image for Mac OS. I have played around with node-webkit, which seems nice except for the packaging / distribution portion. I also stumbled on TideSDK, but that project seems to be inactive. For example, the latest release I saw was a beta from November of 2012. Yet, it seems the core developers