What GUI Components exist?


(Martí Angelats i Ribera) #1

Hello everyone,
As some of you probably know, i’m doing a GUI library for FP. I want it to have every single GUI component that could be needed and i don’t want to forget any.

What GUI coponents exist? (i’ll start the list)

  • Button
  • Label
  • Toggle Button
  • Radio Button
  • Checkbox
  • Text Field
  • Slider
  • Progress Bar
  • Select

I also want to create some Popup Boxes like an Alert or a Combo Box, so i’m also interest in that kind of components.

Thanks in advanced for any reply.


(Zachary Lewis) #2

Look at Feathers.

Many of these are extremely similar. For example, what’s the difference between a toggle button and a checkbox, logically speaking?

Is a “select” the same as a dropdown menu?

http://feathersui.com/examples/components-explorer/


(Linck) #3

See also this wikipedia page for more GUI components that are not listed in @zachwlewis link.


(Abel Toy) #4

You can also take a look at the old Punk.UI todo list:

Some examples: numeric steppers, color picker, scrollbars (using sliders), tab navigator / accordion, etc.


(Martí Angelats i Ribera) #5

Thank you for all the anwers. I’ll try to make as more widgets as posible (after the first release if you want an specific widget/window/pop-up to be added just ask for it).


(Darrin) #6

Did you ever get a drop down component made for this? I could use it actually.

Darrin


(Martí Angelats i Ribera) #7

This project is paused right now becouse i’m doing the stage3D support. After finish that, i’ll continue with the FPGUI project.