Questions tagged [tidesdk]

TideSDK is an open source software development kit for creating multi-platform desktop apps using HTML5, CSS3, JavaScript and other common scripting languages.

Create multi-platform desktop apps with HTML5, CSS3 and JavaScript.

TideSDK has a compact microkernel written in C++ for running pluggable modules. The microKernel supports a cross-language, cross-platform 'binding' and invocation framework. This provides the capability to pass objects between languages (ie. pass a JavaScript object to a Python function and so on).

Tide currently supports C/C++, Python, Ruby, PHP and JavaScript. The supported languages may be embedded in the DOM or included by reference in your application code.

Support

328 questions
0
votes
2 answers

Are they any PHP frameworks similar to CakePHP that can be embeded

CakePHP is great for developing web facing and backend server applications using Controller and shells but I have a case where I just need to embed the library inside an app. I'm using TideSDK and I need to expose some PHP functionality to it and I…
carcus88
  • 137
  • 1
  • 7
0
votes
1 answer

Streaming audio in Python with TideSDK

Iam trying to stream audio in my TideSDK application, but it seems to be quite difficult. The HTML5 audio does not work for me, neither does video tags. The player simply keeps loading. I've tested and confirmed that my code worked in many other…
0
votes
1 answer

TideSDK: MySQL instead of SQLite

First of all, I'm swiss, so forgive me if I mistake; My english is not so rich. I was wondering if there is an easy(or less not so hard) way to use MySQL instead of SQLite. The only method that I can see is to change the default backend with…
Gwen Hufschmid
  • 197
  • 1
  • 12
0
votes
1 answer

echo non english word in TideSDK

I have installed TideSDK 1.3.1 beta, i have a simple php file: TideSDK but output…
user1903750
  • 339
  • 1
  • 5
  • 11
0
votes
1 answer

Could someone explain how to use the UpdateManager in TideSDK 1.3.1 Beta?

I was wondering if there was anyone online who would be willing to talk me through deployment and application updates in TideSDK 1.3.1? The background is that I would like to build a HTML5 application wrapped in a desktop client, for deployment on…
kim3er
  • 6,306
  • 4
  • 41
  • 69
0
votes
1 answer

Is it possible, with TideSDK to use a javascript method from a Ruby script?

Is it possible for TideSDK to handle something similar to: