PDA

View Full Version : Good example of GUI on SigmaBox



single
11-04-2010, 01:58 PM
This is a example i find on the web using SDL and GFX for Sigma Processor.

Almost the projects I find are ARM relate, but will be very easy for good coders to port it to MIPS, this one can be compiled to MIPS platform.



github.com/chinaktv/gxgui.git


For easy compile they add Cmake files.

I hope this clear some minds. Instead of using FB here you can use GFXEngine, for me is what is used by Opensat.

CU and good coding.

:respect-054:

single
13-04-2010, 02:29 PM
So many readings and no feedback?

:smash:

luky
13-04-2010, 02:50 PM
link is dead

single
13-04-2010, 02:59 PM
link is dead

Link? :eek:

Ok, VIP Reading: h**p://git-scm.com/

On console do:

git clone github.com/chinaktv/gxgui.git

:cheers2:

zfeet
19-04-2010, 07:25 PM
The link seems to be still dead:


fatal: Could not switch to 'github.com/chinaktv'

chemstar
19-04-2010, 07:27 PM
use git clone hxxp://github.com/chinaktv/gxgui.git

single
19-04-2010, 11:34 PM
rrrrrrrrr

Sorry miss "http" :banghead:

Thanks chemstar :respect-056:

This must be done on console:


Example:



mkdir -p home/gxgui


then on console type

cd /home/gxgui

now type:

git clone http://github.com/chinaktv/gxgui.git

Initialized empty Git repository in /media/Externo/guigx/gxgui/.git/
....



This can be used for all Git repository, You just must change the "site"

:respect-054: