gtk compiling environment which i want to install

Discussion in 'UDOO NEO' started by David wang, Jan 22, 2016.

  1. David wang

    David wang New Member

    Joined:
    Dec 1, 2015
    Messages:
    29
    Likes Received:
    8
    I want to start the gtk code development. who can help me on udoo ubuntu platform.
     
  2. jas-mx

    jas-mx Active Member

    Joined:
    Dec 31, 2013
    Messages:
    407
    Likes Received:
    118
    I wouldn't recommend using gtk on the NEO, mainly because the GPU is low spec + X11 support isn't particularly spectacular and gtk is heavy weight for the GPU. It may be possible to develop an application at low resolutions ie 640x480/800x600 or if your application is very primitive it may provide the performance you require. As an alternative I would investigate QT against eglfs.
     
    Last edited: Jan 24, 2016
  3. David wang

    David wang New Member

    Joined:
    Dec 1, 2015
    Messages:
    29
    Likes Received:
    8
    But the QT method seem that it is not ok now!
     
  4. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Dear @David wang, would you be more specific in your latest statement?
     
  5. Francesco

    Francesco Active Member

    Joined:
    Jun 23, 2015
    Messages:
    220
    Likes Received:
    110
    QT5 works with X11 OpenGL ES2 acceleration. You can use the standard QT tools to build your app.
     
    Andrea Rovai likes this.

Share This Page