Menu

FLUID-widget-bin

big-bass
Attachments
FLUID-GUI1.png (67668 bytes)
FLUID-GUI2.png (56511 bytes)
FLUID-GUI3.png (61261 bytes)
FLUID-GUI4.png (52576 bytes)
START_HERE.png (5306 bytes)
function_panel.cxx (59558 bytes)
remove_main.png (12752 bytes)

Here is my new GUI for fluid!

it was all coded in c++ so that it gets
auto compiled into the official fltk/fluid
download then extract source
https://www.fltk.org/pub/fltk/1.3.6/fltk-1.3.6-source.tar.gz

you just copy the new function_panel.cxx into the fluid folder in the source code
this overwrites the old original gui code

cp function_panel.cxx ./fltk-1.3.6/fluid/
cd fltk-1.3.6

./configure --enable-shared --enable-threads --enable-xdbe --enable-xft --enable-cairo --prefix=/usr
make clean
make 
sudo make install

Quick how to get started

step 1

select Function

Step 2

remove the make_window() by just deleting it leaving it blank
a default main will be made if you leave it blank

Step 3

select Window

Step 4

resize the window and start having fun
adding any widget you want

screen shots of widgets you can add
this way you see what widget you want
then click the button to the left of it

widgets 1

widgets 2

widgets 3

widgets 4


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.