Re: [dev] GUIs

2019-06-05 Thread sylvain . bertrand
On Wed, Jun 05, 2019 at 03:12:11PM +0200, Antenore Gatta wrote: > - [0] https://github.com/vurtun/nuklear Looks great... till you don't go support of global unicode scripts and non pre-combined glyphs (pre-combined glyphs are deprecated in unicode) How do you want to create a reasonable suckless

Re: [dev] json

2019-06-05 Thread Teodoro Santoni
Hi, 2019-06-05 14:41 GMT+02:00, sylvain.bertr...@gmail.com : > Hi, > > After xml, json. > > Do you know of a light json parser lib? Or json seeming being very simple, > better write a parser directly? > > I have libjq from the jq command line, but this is quite a beast and don't > think > it fits

Re: [dev] json

2019-06-05 Thread Mattias Andrée
Hi! What do you need from the library? If I recall correctly, jsonc is good enough, and have all the functionality you will need. If you only need to be able to parse into struct:s, writing a small parser is simple (assuming you go against the RFC and only support UTF-8 like a sane person). Rega

Re: [dev] GUIs

2019-06-05 Thread Antenore Gatta
On Wed, 22 May 2019 15:19:40 -0400 LM wrote: > By the way, nice job on the charfbuzz port. It would be great if it > wasn't completely necessary and more systems went with FreeType > without the circular dependency or started using stb_truetype.h. > There are a few GUI toolkits (like Nuklear) us

[dev] json

2019-06-05 Thread sylvain . bertrand
Hi, After xml, json. Do you know of a light json parser lib? Or json seeming being very simple, better write a parser directly? I have libjq from the jq command line, but this is quite a beast and don't think it fits anymore in the suckless frame. -- Sylvain