Page 1 of 9

NerpaGUI v0.623 (Charts, BreadCrumbs)

Posted: Fri Sep 02, 2011 7:20 am
by dalerank2
branch from Irrlicht native GUI

+ Code ported from Irrlicht GUI subsystem
+ using texture for background and text
+ font(TTF, BMP) may rendered in texture
+ supported skins (styles for each gui control type, QT-like style )
+ possible set own style to element
+ compiled with 1.7.2 and 1.8
+ overlays ( set priority for element draw )
+ using simple resource manager
+ MSVS 2008, QtCreator, Code::Blocks projects avalaible

Widgets
- Button
- Label
- CheckBox
- RadioButton
- TabControl
- Window
- ScrollBar
- ContextMenu, MainMenu
- ListBox, ComboBox
- ToolBar
- TreeView

Screens:
Win7
ImageImageImageImageImageImageImageImageImage

Ubuntu12
ImageImageImageImageImageImageImage

Svn
http://svn.code.sf.net/p/nerpagui/code/trunk

Archives
Msvs2008(Win), QtCreator(linux), Code::Blocks(linux)
Visual Studio 2008 project

Re: NerpaGUI v0.1

Posted: Fri Sep 02, 2011 9:19 am
by Sundar
looks good. Awesome

Re: NerpaGUI v0.1

Posted: Sat Sep 03, 2011 10:50 am
by dalerank2
Added skin support for controls:
+ Tooltip
+ Menu
+ ContextMenu
+ Table

Other Change:
+ EditBox now support holder text
+ Table support handlers for cellSelected, cellSelectedAgain, cellClicked

Re: NerpaGUI v0.1

Posted: Mon Sep 05, 2011 5:48 am
by dalerank2
I added skin support for ListBox
+ style for Selected, Hovered and Simple Item ( font color, font and background texture )
+ may set Lua handler for ItemClicked, ItemSelected, ItemSelectedAgain event

ListBox and result of work item handlers
Image

Re: NerpaGUI v0.12 (update)

Posted: Tue Sep 06, 2011 5:39 am
by dalerank2
+ Added skin support for Image
+ Added class RotatableImage
+ Added TransparentAnimator and BlinkedAnimator ( video here http://rutube.ru/tracks/4789439.html?v= ... b2905b849f )

Screenshot Image, RotatableImage
Image

Re: NerpaGUI v0.12 (update)

Posted: Tue Sep 06, 2011 9:53 pm
by Granyte
wow looks great

Re: NerpaGUI v0.12 (update)

Posted: Wed Sep 07, 2011 7:05 am
by dalerank2
Added RectAnimator, video may find here http://rutube.ru/tracks/4791940.html?v= ... 1fc676ee45

Re: NerpaGUI v0.14 (progressbar)

Posted: Wed Sep 07, 2011 6:25 pm
by dalerank2
Added class ProgressBar
Also added tutorials for all controls... now tutorials with script only
in future i want add tutorials with native c++ code

ScreenShot
Image

Re: NerpaGUI v0.15 (PictureFlow)

Posted: Thu Sep 08, 2011 11:03 am
by dalerank2
Added new GUIElement - PictureFlow. Fork from listbox, but show images. Support transparency.

Some screenshots
ImageImage

Re: NerpaGUI v0.18 (BoxButton, ImageRotateAnimator)

Posted: Fri Sep 09, 2011 8:51 pm
by cobra
This is fantastic work. Well done!

I haven't tried it or looked at the code yet, but this looks like the best GUI system available for Irrlicht.

Do you plan to add sizers? Those are extremely useful and basically essential for tools.

Re: NerpaGUI v0.18 (BoxButton, ImageRotateAnimator)

Posted: Sat Sep 10, 2011 6:51 am
by dalerank2
yea... i thinked about, may be widget like qlayout from qt best way for it))) also i want adapt some widgets from qt

Re: NerpaGUI v0.20 ( Layout )

Posted: Mon Sep 12, 2011 8:37 am
by dalerank2
Added new element( layout ), who allow set childs elements as table.
screenshot have 5 table( left line buttons, right( top and bottom ) line buttons, and center layout with with 8 buttons in 2 line
Image

Re: NerpaGUI v0.23( Style Update )

Posted: Fri Sep 16, 2011 8:36 am
by dalerank2
BeStyle
Image

Re: NerpaGUI v0.25 ( Style Update, BreadCrumbs, SearchEditBo

Posted: Mon Sep 19, 2011 7:01 am
by dalerank2
Added control SearchEditBox

Screenshot
Image

Re: NerpaGUI v0.25 ( Style Update, BreadCrumbs, SearchEditBo

Posted: Mon Sep 19, 2011 12:37 pm
by teto
Nice.

As you seem very knowledgeable with irrlicht gui, could you add the possibility to set title to rows too? currently just addColumn accepts a string as title. (maybe a quick hack could do it by setting color of first row but that wouldn't be equivalent to a true patch).