yea sorry about that, just wanted to see what people thought before
getting to into it.
I think its great :D
0.0-8 is up now and things are starting to settle down. the main
advantage atm of pudding is its resizing functionality. widgets can be
"anchored" to certain edges and also there are now containers to
automatically resize child controls. just resize the window of any of
the test apps to see what i mean.
Well, I dont really liked how the widgets are resized, Its good to have
the possibility to anchor them to some place in the screen, but I prefer
to have the other way around, make them resize it proportionally to the
screen size, when I was doing my own buttons I have them render
proportionally to screen size
That makes if the screen width*height = 1024x768 you create the object
as 0.1*0.2 so you get a 102*152 pixels size gui element, if you change
resolution the gui elements keep placed at the same place, not like in
pudding, that if you resize the window, some elements can get out of the
screen.
Maybe Im wrong, but none of the images/elements in the demos resize as I
said, dont know if theres a way to do so.
I downloaded 0.9 now Im going to try to add this to my app to see how it
goes and try to post some screenshots.