Results 1 to 7 of 7

Thread: Good example of GUI on SigmaBox

  1. #1
    Banned
    Join Date
    Nov 2007
    Posts
    62
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Icon12 Good example of GUI on SigmaBox

    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.

    Code:
    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:

  2. #2
    Banned
    Join Date
    Nov 2007
    Posts
    62
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Icon3

    So many readings and no feedback?


  3. #3
    Banned
    Join Date
    Dec 2004
    Posts
    61
    Thanks
    0
    Thanked 0 Times in 0 Posts
    link is dead

  4. #4
    Banned
    Join Date
    Nov 2007
    Posts
    62
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Icon3

    Quote Originally Posted by luky View Post
    link is dead
    Link?

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

    On console do:

    git clone github.com/chinaktv/gxgui.git

    :cheers2:

  5. #5
    Member
    Join Date
    Apr 2010
    Posts
    33
    Thanks
    0
    Thanked 0 Times in 0 Posts
    The link seems to be still dead:

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

  6. #6
    V.I.P
    Join Date
    Dec 2008
    Posts
    28
    Thanks
    0
    Thanked 0 Times in 0 Posts
    use git clone hxxp://github.com/chinaktv/gxgui.git

  7. #7
    Banned
    Join Date
    Nov 2007
    Posts
    62
    Thanks
    0
    Thanked 0 Times in 0 Posts
    rrrrrrrrr

    Sorry miss "http" :banghead:

    Thanks chemstar :respect-056:

    This must be done on console:


    Example:
    Code:
    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:
    Last edited by single; 19-04-2010 at 11:38 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •