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:
It doesn’t need to support OpenGL, only requires 2D support.
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.
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:
It doesn’t need to support OpenGL, only requires 2D support.
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.
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:
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?
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?
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?