On Friday, 30 December 2016 at 13:56:30 UTC, Getald wrote:
On Thursday, 29 December 2016 at 21:41:45 UTC, aberba wrote:

Styling is similar to CSS but different. Wished someone would just go for a full blown CSS parser. CSS has proven its more capable and loved for client side styling/decoration.

Isn't this what GTK is essentially doing already where widget rendering is primarily defined by CSS.

Yes but it's gtk, there's year of work behind the library. For a homemade GUI library CSS or not CSS is really just bikeshedding around the format. The real stuff is to write the rendering engine. It becomes particularly tricky when the engine also supports transformations. If something is not well done you see it directly after rotation and translation.

Reply via email to