Chili Progressbar

Chili Progressbar

Discuss game development here, from a distinct game project to an accessible third-party mutator, down to the interaction and design of individual units if you like.

Moderator: Moderators

Post Reply
User avatar
ThinkSome
Posts: 387
Joined: 14 Jun 2015, 13:36

Chili Progressbar

Post by ThinkSome »

$Greetings,

Questions:

Is there a Progressbar widget with sliders implemented? That is, clicking on the progressbar should move a slider (like resource bars) and call OnChanged().

Is https://github.com/jk3064/chiliui still where Chili is developed? Last commit is from 2016.
gajop
Moderator
Posts: 3051
Joined: 05 Aug 2009, 20:42

Re: Chili Progressbar

Post by gajop »

Latest chili can be found here: https://github.com/gajop/chiliui

Progress bar is usually for display while the sliders are for interaction. Your idea is probably still possible though, but you may have to look into Chili source code to figure out how to achieve this.
User avatar
ThinkSome
Posts: 387
Joined: 14 Jun 2015, 13:36

Re: Chili Progressbar

Post by ThinkSome »

Found it... ZK has resource bars implemented by apparently overlaying several progressbars, one of which has MouseDown/Up: https://github.com/ZeroK-RTS/Zero-K/blo ... s.lua#L710
Google_Frog
Moderator
Posts: 2464
Joined: 12 Oct 2007, 09:24

Re: Chili Progressbar

Post by Google_Frog »

You don't need to overlay multiple progress bars. The economy panel does that because it is displaying a configurable level on top of a storage indicator.
User avatar
PicassoCT
Journeywar Developer & Mapper
Posts: 10450
Joined: 24 Jan 2006, 21:12

Re: Chili Progressbar

Post by PicassoCT »

While the engine migrates- would it be possible to add - icon models?
I found it pretty neat, to model icons in 3d- the only problem is to render them not as units.

Yes, yes, flat design etc. but you can do really cool animations with 3d icons- that are always sharp and clean whend rendered..
A well done dae is the svg of the icon world...
Post Reply

Return to “Game Development”