NerpaGUI v0.623 (Charts, BreadCrumbs)

Announce new projects or updates of Irrlicht Engine related tools, games, and applications.
Also check the Wiki
Post Reply
dalerank2
Posts: 121
Joined: Thu Dec 03, 2009 7:41 am

NerpaGUI v0.623 (Charts, BreadCrumbs)

Post 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
Last edited by dalerank2 on Mon Jan 14, 2013 9:11 pm, edited 84 times in total.
Sundar
Posts: 84
Joined: Mon Jun 05, 2006 11:05 am

Re: NerpaGUI v0.1

Post by Sundar »

looks good. Awesome
dalerank2
Posts: 121
Joined: Thu Dec 03, 2009 7:41 am

Re: NerpaGUI v0.1

Post 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
dalerank2
Posts: 121
Joined: Thu Dec 03, 2009 7:41 am

Re: NerpaGUI v0.1

Post 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
dalerank2
Posts: 121
Joined: Thu Dec 03, 2009 7:41 am

Re: NerpaGUI v0.12 (update)

Post 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
Granyte
Posts: 850
Joined: Tue Jan 25, 2011 11:07 pm
Contact:

Re: NerpaGUI v0.12 (update)

Post by Granyte »

wow looks great
dalerank2
Posts: 121
Joined: Thu Dec 03, 2009 7:41 am

Re: NerpaGUI v0.12 (update)

Post by dalerank2 »

Added RectAnimator, video may find here http://rutube.ru/tracks/4791940.html?v= ... 1fc676ee45
dalerank2
Posts: 121
Joined: Thu Dec 03, 2009 7:41 am

Re: NerpaGUI v0.14 (progressbar)

Post 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
dalerank2
Posts: 121
Joined: Thu Dec 03, 2009 7:41 am

Re: NerpaGUI v0.15 (PictureFlow)

Post by dalerank2 »

Added new GUIElement - PictureFlow. Fork from listbox, but show images. Support transparency.

Some screenshots
ImageImage
cobra
Posts: 371
Joined: Fri Jan 23, 2009 2:56 am
Location: United States
Contact:

Re: NerpaGUI v0.18 (BoxButton, ImageRotateAnimator)

Post 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.
Josiah Hartzell
Image
dalerank2
Posts: 121
Joined: Thu Dec 03, 2009 7:41 am

Re: NerpaGUI v0.18 (BoxButton, ImageRotateAnimator)

Post 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
dalerank2
Posts: 121
Joined: Thu Dec 03, 2009 7:41 am

Re: NerpaGUI v0.20 ( Layout )

Post 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
dalerank2
Posts: 121
Joined: Thu Dec 03, 2009 7:41 am

Re: NerpaGUI v0.23( Style Update )

Post by dalerank2 »

BeStyle
Image
dalerank2
Posts: 121
Joined: Thu Dec 03, 2009 7:41 am

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

Post by dalerank2 »

Added control SearchEditBox

Screenshot
Image
teto
Posts: 159
Joined: Thu Dec 03, 2009 9:37 pm
Location: /home
Contact:

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

Post 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).
Using trunk with mingw/gcc 4.6, Windows 7 64 bits driver opengl
Post Reply