Embeded GUI Application on Pi
6 posts
Hello All, We have a custom application that we use at our work place and this application is like one stop for all the departments. We have desktops all over the place/departments and now we want to install 200 more, and after seeing PI, I want to use it.. Before I make that decision I need some advice from you all. I noticed an application called PiStore, the GUI is excellent, we want to develop something that looks like that and we want the pi to just run this application, like an embedded system.. Please advice us..
- Posts: 3
- Joined: Thu Jan 24, 2013 3:32 pm
I am not able to say yes or no but found this blog which may give you some ideas of what is capable:
http://blog.bn.ee/2013/01/11/building-a ... pberry-pi/
http://blog.bn.ee/2013/01/11/building-a ... pberry-pi/
I will always assume you are running Raspbian for desktop and Raspbmc for XMBC !
- Posts: 525
- Joined: Sat Jan 19, 2013 12:47 pm
The Qt framework has a big community and runs on the Pi with
hardware support (important !) .
ghans
hardware support (important !) .
ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
- Posts: 2664
- Joined: Mon Dec 12, 2011 8:30 pm
- Location: Germany
Thank you all for your reply.. can you please tell me how the PiStore application was developed.. in Python? or ?
- Posts: 3
- Joined: Thu Jan 24, 2013 3:32 pm
This post http://www.raspberrypi.org/archives/2768 only says 'The store runs as an X application' - could be done using almost anything...
You could try to spot the libs in the output of:
You could try to spot the libs in the output of:
- Code: Select all
apt-cache depends pistore
http://raspberrycompote.blogspot.com/ - Low-level graphics and 'Coding Gold Dust'
- Posts: 852
- Joined: Thu Nov 01, 2012 12:12 pm
- Location: Dublin, Ireland
GTK with python ou C or C++