Bennu Game Development

English Forums => Projects => Topic started by: handsource-dyko on June 12, 2013, 01:50:38 PM

Title: My new project, a library for creating gui's.
Post by: handsource-dyko on June 12, 2013, 01:50:38 PM
After a good three months of coding, I present my latest project: dyko gui library.
It's quite straightforeward and basic, but comes with example programs and a html based documentation manual.

You can download it here from my google code page: http://dykodialogs-for-bennugd.googlecode.com/files/dyko_guilib-12-06-3013.zip (http://dykodialogs-for-bennugd.googlecode.com/files/dyko_guilib-12-06-3013.zip)
Or from dropbox: https://www.dropbox.com/s/k1d9a7o6xbt0x5a/dyko_guilib-12-06-3013.zip (https://www.dropbox.com/s/k1d9a7o6xbt0x5a/dyko_guilib-12-06-3013.zip).

It features functions for: buttons, bitmapbuttons, textlabel buttons, scrollbars, sliders, rotarydials, progressbars, textinput (single line only), textlabels, menus, radiogroups and checkboxes, bitmaplabels and some standard dialogs.

All of these widgets have several styling options and properties, but these are shown in the examples. Also it supports different mousepointer styles and animated cursors and tooltips.

The library is somewhat modulair and has a structured design. The sources are ordered in a logical fashion and everything is commented and documented.


Here are some screenshots (as attachments):
Title: Re:My new project, a library for creating gui's.
Post by: JaViS on June 12, 2013, 02:12:15 PM
WOW this is awesome! I'll take a look at it.


thanks!
Title: Re:My new project, a library for creating gui's.
Post by: gecko on June 12, 2013, 03:06:46 PM
Amazing!

Downloading right now

Thanks a lot for sharing