ProGUI V1.38 UI Library (Small Bug Fix)

Developed or developing a new product in PureBasic? Tell the world about it.
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by PrincieD »

X wrote:This may have been answered already. But does this next version (or down the roadmap), include the ability to use these controls (As well as skin them) onto a directx product? For example, If we go by the Sprite3d example (not any of the 3d engine/ogre stuff), would we be able to render these onto something like that?
Not this next version X but probably a few updates after (I've already started re-factoring the core drawPanelPage which every skinned control eventually calls).

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Zach
Addict
Addict
Posts: 1675
Joined: Sun Dec 12, 2010 12:36 am
Location: Somewhere in the midwest
Contact:

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by Zach »

So then it sounds like you plan to eventually support... drawing GUI items in a DirectX/OpenGL Window/Fullscreen game?

If so that would be uber cool...
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by PrincieD »

Zach wrote:So then it sounds like you plan to eventually support... drawing GUI items in a DirectX/OpenGL Window/Fullscreen game?

If so that would be uber cool...
:D yup that's right Zach :)
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
X
Enthusiast
Enthusiast
Posts: 311
Joined: Tue Apr 04, 2006 6:27 am

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by X »

Sweet. That was may main concern. It looks like PB 4.6 RC2 contains CE GUI integration for the 3D engine, but still nothing for GUI creation in regular sprite2d,sprite3d examples (none of that 3d engine stuff). It's a major missing feature in PB right now. If you can fill in that hole ... that would be awesome.
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by PrincieD »

X wrote:Sweet. That was may main concern. It looks like PB 4.6 RC2 contains CE GUI integration for the 3D engine, but still nothing for GUI creation in regular sprite2d,sprite3d examples (none of that 3d engine stuff). It's a major missing feature in PB right now. If you can fill in that hole ... that would be awesome.
It should be surprisingly easy to do with ProGUI too (famous last words lol) as everything is modular, all skinned controls use a single subroutine (drawPanelPage) to render so all I have to do is change the rendering code to draw onto a DX surface and by magic all the controls will work :D I think CE GUI has a pretty basic set of main common control replacements where as ProGUI has more sophisticated controls. Imagine a virtual computer inside a game running a fully fledged software application! i.e. ProGUI renders to a texture and the texture is mapped to the front of a 3d model of a monitor 8)
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
User avatar
OldSkoolGamer
Enthusiast
Enthusiast
Posts: 150
Joined: Mon Dec 15, 2008 11:15 pm
Location: Nashville, TN
Contact:

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by OldSkoolGamer »

PrincieD wrote:
X wrote:Sweet. That was may main concern. It looks like PB 4.6 RC2 contains CE GUI integration for the 3D engine, but still nothing for GUI creation in regular sprite2d,sprite3d examples (none of that 3d engine stuff). It's a major missing feature in PB right now. If you can fill in that hole ... that would be awesome.
It should be surprisingly easy to do with ProGUI too (famous last words lol) as everything is modular, all skinned controls use a single subroutine (drawPanelPage) to render so all I have to do is change the rendering code to draw onto a DX surface and by magic all the controls will work :D I think CE GUI has a pretty basic set of main common control replacements where as ProGUI has more sophisticated controls. Imagine a virtual computer inside a game running a fully fledged software application! i.e. ProGUI renders to a texture and the texture is mapped to the front of a 3d model of a monitor 8)
Whoah, now that sounds actually sweet, so I could make a game of me making a game 8)
User avatar
electrochrisso
Addict
Addict
Posts: 989
Joined: Mon May 14, 2007 2:13 am
Location: Darling River

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by electrochrisso »

ProGUI Rocks Chris. :D
PureBasic! Purely the best 8)
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by PrincieD »

OldSkoolGamer wrote:Whoah, now that sounds actually sweet, so I could make a game of me making a game 8)
Maybe you're already in a game making a game ;)
electrochrisso wrote:ProGUI Rocks Chris. :D
Thanks mate! :D :D
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by PrincieD »

Hi Guys, sorry for the delay. Got back from yorkshire on saturday (was visiting my mum and bro), had a really bad hangover as went for drinks with my brother! then had a bit of a heavy halloween weekend lol I just heard the news about Rook :( so I'm gunna loose a few more brain cells tonight in honour :( Just reported bug fixes to do now, I've also fixed some rendering issues with windows clasic styles (which took a few days of debugging). Hopefully by the end of the weekend it will be released.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Zach
Addict
Addict
Posts: 1675
Joined: Sun Dec 12, 2010 12:36 am
Location: Somewhere in the midwest
Contact:

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by Zach »

The PB4.60 Final release caught me off guard. I bet it got you too!

When can we expect updated UserLib/DLL ?? :mrgreen:
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by PrincieD »

Zach wrote:The PB4.60 Final release caught me off guard. I bet it got you too!
lol yes it did, very happy it's gone final though :)
Zach wrote:When can we expect updated UserLib/DLL ?? :mrgreen:
Later tonight or tomorrow :) (what's that saying, "good things come in pairs") :D just fixing the last few bugs now and have a little of the docs to update (not too much though, I've been mostly updating the docs as and when I write new features) and then one or two new examples to write.

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Zach
Addict
Addict
Posts: 1675
Joined: Sun Dec 12, 2010 12:36 am
Location: Somewhere in the midwest
Contact:

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by Zach »

Awesome man, take your time and don't rush.
No pressure from me 8)
User avatar
electrochrisso
Addict
Addict
Posts: 989
Joined: Mon May 14, 2007 2:13 am
Location: Darling River

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by electrochrisso »

Great news there good buddy. :D
Those pesky docs do take up a lot of time. :|
PureBasic! Purely the best 8)
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.27! User Interface Library (Updated Examples!)

Post by PrincieD »

Zach wrote:Awesome man, take your time and don't rush.
No pressure from me 8)
Thanks d00d, should have it done later today :)
electrochrisso wrote:Great news there good buddy. :D
Those pesky docs do take up a lot of time. :|
aye tell me about it mate! bloody docs lol
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
PrincieD
Addict
Addict
Posts: 858
Joined: Wed Aug 10, 2005 2:08 pm
Location: Yorkshire, England
Contact:

Re: ProGUI V1.30! User Interface Library (Major Update 1!)

Post by PrincieD »

ProGUI V1.30 Major Update 1 Released! (finally lol!) :shock: get it while it's hot! :D :P

Cheers for your patience guys, hope you like it :) ... now I wait for the flood of bug reports ;) lol

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Locked