NanoVG and OUI ports

ketmar via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Mon Jul 4 01:07:46 PDT 2016


also, i'm slowly working on Yet Another Immediage GUI Library 
based on Blendish and simplified flex box model.

for now, it can do layouting (with line wrapping, and determining 
minimal window size) and has some basic controls, like buttons, 
labels, checkboxes.

also, i changed NanoVG API a little. mostly got rid of `nvg` 
prefix for functions accepting `NVGcontext*` ('cmon, we have 
modules and UFCS in D!), and changed `NVGcontext*` arg to simply 
`NVGContext` (note capital "C").

btw, it is GPLed now. bad news for GPL haters.


More information about the Digitalmars-d-announce mailing list