Tag
webOS Programming
2 posts tagged "webOS Programming".
- 1 min read
webOS template project + Python + PyGame = Happy Developers
So I have created a sample C project for webOS 2 that bundles all your python files into an ipk (so you can distribute this app using the App Catalog) and…
- 1 min read
Python and PyGame meet WebOS =)
The PalmPDK includes a toolchain of GCC in order to build C and C++ applications, and Python is a nice one. The idea behind this is to allow webOS to run…