Difference between revisions of "WebOS Internals:Featured Article/Current"

From WebOS Internals
Jump to navigation Jump to search
(change)
(pdk)
Line 1: Line 1:
 
{{Featured Article
 
{{Featured Article
|Title= Porting Javascript Apps to the Pre
+
|Title= WebOS Internals PDK
 
|Image=
 
|Image=
|FullLink= Tutorials webOS Porting Older App
+
|FullLink= WebOS Internals PDK
|Summary= Porting Older javascript apps to the Pre is a rewarding and educational process  This guide and the associated example take you through the process step by step. It is also useful as a guide to writing NEW JS apps for the Pre.  
+
|Summary= Palm's binary sdk the "Plugin Developer Kit" will not be available until an unnannounced future time.
 +
In the mean time, WebOS Internals has released a full "PDK" for you using Scratchbox2.
 +
We strongly urge the community to standardize on this PDK until Palm releases theirs.
 +
Scratchbox 2 is a cross-compilation engine, it can be used to create a highly flexible SDK.
 +
As installed below, the install process uses a script which extracts the required Palm provided files from a copy of webos doctor, and downloads from other sources, and builds a complete compilation environment automatically which can compile SDL and openGLES apps for webOS.
 
}}
 
}}

Revision as of 08:00, 8 January 2010

WebOS Internals PDK

Palm's binary sdk the "Plugin Developer Kit" will not be available until an unnannounced future time. In the mean time, WebOS Internals has released a full "PDK" for you using Scratchbox2. We strongly urge the community to standardize on this PDK until Palm releases theirs. Scratchbox 2 is a cross-compilation engine, it can be used to create a highly flexible SDK. As installed below, the install process uses a script which extracts the required Palm provided files from a copy of webos doctor, and downloads from other sources, and builds a complete compilation environment automatically which can compile SDL and openGLES apps for webOS.

Full article at: WebOS Internals PDK