Re: [dev] suckless GUI

2019-03-25 Thread sylvain . bertrand
Hi, For a 2D toolkit with _global scope_, the only really hard part is proper unicode text rendering. Since there is no suckless grade of such rendering engine, then there is zero chance to get a suckless _globally scoped_ toolkit. The one and only open source component dealing with this issue i

Re: Re[2]: [dev] suckless GUI

2019-03-24 Thread Dave Trombly
⁣Get TypeApp for Android ​ On Mar 24, 2019, 19:18, at 19:18, David Trombly wrote: > >You may want to look at Lynx >https://lynx.browser.org/ >The original suckless browser, but be warned, it has no graphic >capabilities yet! >-- >Sent from myMail for Android Sunday, 24 March 2019, 07:03PM -04

Re: [dev] suckless GUI

2019-03-24 Thread mikan
On 2019-03-25 00:16, amirouche wrote: Hello all, I am looking for a graphical user interface (GUI) that will allow me to avoid the browser tarpit and that is more lightweight than GTK+ and Qt. I had a look around the internet and found out about immediate gui like nuklear and dear imgui. Maybe

[dev] suckless GUI

2019-03-24 Thread amirouche
Hello all, I am looking for a graphical user interface (GUI) that will allow me to avoid the browser tarpit and that is more lightweight than GTK+ and Qt. I had a look around the internet and found out about immediate gui like nuklear and dear imgui. Maybe that is what I am looking. I am looki