UI building blocks
April 23, 2008 3:29 PM
Subscribe
I want to build my own UI on a portable/embedded device. Where do I start?
I want to build my own simple interface from scratch, preferably on a an device w/ touchscreen and internet. The less programming, the better.
I can live with very basic functionality, something like Samurize, where I can display text files/script out on a certain X,Y coordinate on the screen, or even images (possibly buttons?), or a dumbed down version of Kofab/Dashboard.
I know my options are pretty much linux only, and I am a linux noob. I've heard of GTK and QT, and thats the extent of my knowledge of those. I'm fairly proficient in Perl and Python, and wouldn't mind learning/doing a bit of programming to get something up and running.
I'm thinking one of the Nokia tablets, but I have no idea how to implement this idea.
As a side note, a small embedded linux PC with a VGA touchscreen and wifi would work. I just have no idea where to start- what distro and software combo and/or programming framework I should use.
posted by mphuie to computers & internet (7 comments total)
2 users marked this as a favorite
It's ObjectiveC, but if PyObjC support works, you could use Python to make ObjectiveC calls, so as to build a GUI in Python.
posted by Blazecock Pileon at 4:16 PM on April 23, 2008