My christmas gift for the FreeBASIC community. [2013/14]

General discussion for topics related to the FreeBASIC project or its community.
Post Reply
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

My christmas gift for the FreeBASIC community. [2013/14]

Post by D.J.Peters »

My christmas gift for the FreeBASIC community. [2013]

The fltk 1.3.2 c wrapper is complete now, round about 1,850 sub's and functions. :-)
  • what you get:
  • image support: BMP GIF JPG PNG RGB PNM XBM XPM ...
  • 2D gfx commands and 3D via OpenGL
  • scaleable fonts useable for OpenGL also
  • printing on Linux and Windows
  • full UTF8 support
  • HTML viewer
  • user created widgets
  • widgets: windows single and double buffered, box, pushbuttons, radiobuttons, toglebuttons, lightbuttons, checkbuttons, sliders, spinners, dials, scrollbars, menubars, menus, popup menus, text inputs, int inputs, float inputs, clocks, treeviews, texteditor, textdisplay, tabs and so on.
  • dialogs: color chooser, file chooser, folder chooser, file browser, folder browser, choices, messages ...
Last edited by D.J.Peters on Dec 23, 2014 10:18, edited 8 times in total.
MOD
Posts: 555
Joined: Jun 11, 2009 20:15

Re: My christmas gift for the FreeBASIC community.

Post by MOD »

Great work! We could add a fltk emitter to the wxFBE designer. ;)
antarman
Posts: 80
Joined: Jun 12, 2006 9:27
Location: Russia, Krasnodar

Re: My christmas gift for the FreeBASIC community.

Post by antarman »

Thank you! You super!
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Re: My christmas gift for the FreeBASIC community.

Post by D.J.Peters »

MOD wrote:Great work! We could add a fltk emitter to the wxFBE designer. ;)
Or you can write fltkFBE ;)
I tested wxWidget 3.0.0 with C++ the runtime is 40 MB now. :-(
You can use it only with VisualStudio or the tdm-gcc-4.8.1package.

The fltk-c.dll dynamic Windows runtime is only 1.2 MB and libfltk-c.so only 1.4 MB.

By the way the class Fl_Text_Editor supports a second Fl_Text_Buffer primary for syntax highlighting.

...

Joshy
Last edited by D.J.Peters on May 12, 2015 5:50, edited 3 times in total.
oyster
Posts: 274
Joined: Oct 11, 2005 10:46

Re: My christmas gift for the FreeBASIC community.

Post by oyster »

Thanks
and is there any comparsion between FLTK and IUP?
Roland Chastain
Posts: 993
Joined: Nov 24, 2011 19:49
Location: France
Contact:

Re: My christmas gift for the FreeBASIC community.

Post by Roland Chastain »

Merry Christmas, D.J.Peters, and other forum members !
Verbum caro factum est, alleluia.
Et habitavit in nobis, alleluia.
Mihail_B
Posts: 273
Joined: Jan 29, 2008 11:20
Location: Romania
Contact:

Re: My christmas gift for the FreeBASIC community.

Post by Mihail_B »

Merry Chistmas to you too !
petan
Posts: 683
Joined: Feb 16, 2010 15:34
Location: Europe
Contact:

Re: My christmas gift for the FreeBASIC community.

Post by petan »

The greatest news of the year !!
FLTK became to be a cross-platform GUI for Freebasic. Wonderful.
Thanks a ton for your effort & work, Joshy !
Starting testing on linux minidistros...

Happy X-mas yuletide to all and a Happy New Year 2014 too !!!

Pete
ike
Posts: 387
Joined: Jan 17, 2011 18:59

Re: My christmas gift for the FreeBASIC community.

Post by ike »

felix dies Nativitatis
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

My christmas gift for the FreeBASIC community. [2014]

Post by D.J.Peters »

Unbelievable a year is gone however here are my gift for 2014.

Joshy

FLTK-C 1.3.3 Windows/Linux 32/64-bit about 2,000 sub's and functions. :-)
Post Reply