Mail Archives: geda-user/2016/10/09/08:15:10
On Sun, 9 Oct 2016, Lev (leventelist AT gmail DOT com) [via geda-user AT delorie DOT com] wrote:
> On Mon, 19 Sep 2016 18:20:10 +0200 (CEST)
> gedau AT igor2 DOT repo DOT hu wrote:
>
>> I don't plan migration to gtk3, so my long term plan is an sdl2 based
>> HID, that will survive a gtk2 phase-out (I won't remove the gtk HID,
>> but distros will stop delivering the required libraries sooner or
>> later). As a side effect sdl2 has support for alpha channel both with
>> and without opengl so it would be much easier to solve there. I plan
>> to have optional transparency in the sdl HID. I don't know how good
>> the opengl support in sdl2 is, but it might also solve the gl
>> problem. There's no ETA on this project yet, it's a rathr big chunk.
>> But as cschem needs a GUI too, and it will definitely be sdl2 too, it
>> will happen sooner or later.
>
> Okay. Forgive my ignorance, but SDL is 'just' a low level access layer.
Exactly, and that's why it doesn't push a rewrite on applications every
6..8 years. Libsdl1.2 is still installable on Debian, even from sid.
Also, it's one layer of the stack, and it doesn't try to be more than
that. Doesn't bring glib as dependency...
> Quote from their website:
>
> Simple DirectMedia Layer is a cross-platform development library designed to
> provide low level access to audio, keyboard, mouse, joystick, and graphics
> hardware via OpenGL and Direct3D.
>
> So they won't draw frames around your application, will they?
I started to write a toolkit last year, it's about 80% done. I have
embeddable boxes, a basic widget set, dialogs shrink and grow as
configured. The pull-dwn menu is not yet finished, but other than that it
already has everything I'd need for pcb-rnd and cschem.
Doesn't look as trendy and animated as gtk, but most probably will still
work long after even gtk3 is obsolete.
I don't think pcb-rnd wants to compete with kicad on the trendy UI side so
I rather have a simple, stable, easy to maintain HID. (But of course if
anyone thinks it should, I can give them svn write access so they can add
a gtk3, qt or whatever HID).
Regards,
Igor2
- Raw text -