FLTK logo

[fltk.general] [Fl_Flow] A new layout manager for FLTK

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.general  ]
 
Previous Message ]New Message | Reply ]Next Message ]

[Fl_Flow] A new layout manager for FLTK Karsten Pedersen Oct 28, 2021  
 
Hi all,

I have had a little bit of time to port a layout manager we use for an internal UI system to FLTK. It may seem a little weird to use at first but it allows for extremely quick layout and prototyping. It was originally designed to quickly hack together UIs for ever-changing scientific research tools. However it started to become a preferred layout system for everything because it was quick easy and maintainable.

So please do give it a go if you have time. Or at the very least have a skim through the tutorial on the main project page to see if it may be useful to you.

https://github.com/osen/Fl_Flow

A random list of features:

- Single .h file (include/FL/Fl_Flow.H, mostly to make it easy to try out)
- Works via instructions rather than absolute coordinates
- Resizes well due to the instruction nature
- Very flexible, it is rare you need nesting to achieve any desired layout
- Supports centering content
- No tools needed
- Well integrated into FLTK. Can mix and match with other layouts

I hope someone finds it useful. Personally I feel it makes GUI development fun again.

Karsten

--
You received this message because you are subscribed to the Google Groups "fltk.general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkgeneral+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkgeneral/b7b77337-cf27-45fd-b3a4-61bf22d89309n%40googlegroups.com.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.