SDL GUI library

I’m now looking for a GUI library on SDL framework.

I built the SDL framework on EP9312 ARM Core embedded board. It wokrs
fine and I eventually ported xmame application, and I was able to run
several small games.

Now I want to make a GUI application using SDL library based on ARM core
embedded board/Linux not a desktop.

The SDL library provides only a few of very basic functions to implement
GUI functionalities. I would like to use some pre-built GUI library
using SDL framework.

The library that I want will be the following:

  1. It doesn’t need to support OpenGL, only requires 2D support.
  2. It will be good as lightweight as possible because it has to work on
    ARM embedded board framebuffer. I found some working on X11, but I don’t
    want to use X11.

Thank you.

I use Agar library! For me it’s very good.
You found it at
http://www.hypertriton.com/agar/docs/gui-intro/index.html.fr.
Bye.

cheeky wrote:>I’m now looking for a GUI library on SDL framework.

I built the SDL framework on EP9312 ARM Core embedded board. It wokrs
fine and I eventually ported xmame application, and I was able to run
several small games.

Now I want to make a GUI application using SDL library based on ARM core
embedded board/Linux not a desktop.

The SDL library provides only a few of very basic functions to implement
GUI functionalities. I would like to use some pre-built GUI library
using SDL framework.

The library that I want will be the following:

  1. It doesn’t need to support OpenGL, only requires 2D support.
  2. It will be good as lightweight as possible because it has to work on
    ARM embedded board framebuffer. I found some working on X11, but I don’t
    want to use X11.

Thank you.


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

I use Agar library! For me it’s very good.
You found it at
http://www.hypertriton.com/agar/docs/gui-intro/index.html.fr.

How is that one for extensibility? I’ve been working on a video
editor (early stages) with SDL and was using Guichan, but I see Agar
has a file selector widget already built in, which will be NECESSARY
for me in a video editing sort of situation. But I also need to
create a lot of custom widgets and controllers. Is it pretty easy to
customize?

– ScottOn 2007/06/01, at 0:40, Marco Faletra wrote:

I’ve only create a “progress bar” widget from “label” widget.
It not seem too hard to customize.
Bye.

Scott Harper wrote:>On 2007/06/01, at 0:40, Marco Faletra wrote:

I use Agar library! For me it’s very good.
You found it at
http://www.hypertriton.com/agar/docs/gui-intro/index.html.fr.

How is that one for extensibility? I’ve been working on a video
editor (early stages) with SDL and was using Guichan, but I see Agar
has a file selector widget already built in, which will be NECESSARY
for me in a video editing sort of situation. But I also need to
create a lot of custom widgets and controllers. Is it pretty easy to
customize?

– Scott


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

I’ve created a simple file selector for Guichan, if you want to
use/modify it.

Cheers,
Josh

Scott Harper wrote:> On 2007/06/01, at 0:40, Marco Faletra wrote:

I use Agar library! For me it’s very good.
You found it at
http://www.hypertriton.com/agar/docs/gui-intro/index.html.fr.

How is that one for extensibility? I’ve been working on a video
editor (early stages) with SDL and was using Guichan, but I see Agar
has a file selector widget already built in, which will be NECESSARY
for me in a video editing sort of situation. But I also need to
create a lot of custom widgets and controllers. Is it pretty easy to
customize?

– Scott


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

That would save me much time! Where can I find it? (If it’s a file,
feel free to email me off list “lareon AT comcast DOT net”.)

– ScottOn 2007/06/01, at 5:30, Josh Matthews wrote:

I’ve created a simple file selector for Guichan, if you want to
use/modify it.

Cheers,
Josh

Scott Harper wrote:

On 2007/06/01, at 0:40, Marco Faletra wrote:

I use Agar library! For me it’s very good.
You found it at
http://www.hypertriton.com/agar/docs/gui-intro/index.html.fr.

How is that one for extensibility? I’ve been working on a video
editor (early stages) with SDL and was using Guichan, but I see Agar
has a file selector widget already built in, which will be NECESSARY
for me in a video editing sort of situation. But I also need to
create a lot of custom widgets and controllers. Is it pretty easy to
customize?

– Scott


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org