Re: agar wrapper

2016-07-24 Thread geezer9
The resizing in FLTK is useful - but does not compute the initial preferred size of standard controls such as buttons. Version 2.X of FLTK suggested some such feature, but then version 2 has been sort of "retracted". Is someone working on a nim wrapper for andlab's libui ?? Where would I look f

Re: agar wrapper

2016-07-23 Thread OderWat
Keep an eye on: [https://github.com/andlabs/libui](https://github.com/andlabs/libui)

Re: agar wrapper

2016-07-23 Thread cjxgm
FLTK does have [some sort of automatic layout](http://forum.nim-lang.org///fltk.org/articles.php?L415+I20+T+P1+Qresize) feature, although it's based on pixel positions/sizes.

agar wrapper

2016-07-23 Thread geezer9
Is there a nim wrapper for the agar gui library? (see libagar.org) Does anyone know how big the libagar.so or libagar.dll are? I am still trying to find a lightweight cross platform gui library which has automatic layout features (think Java LayoutManager). FLTK is great - but programmer needs