[glug-t] Octave-FLTK reaches 0.1
- From: Muthiah Annamalai <dearestchum@xxxxxxxxxxx>
- To: octave graphics <graphics@xxxxxxxxxx>, octave hlp <help@xxxxxxxxxx>, glug_t@xxxxxxxxxxxxx
- Date: Wed, 3 Aug 2005 11:14:26 -0700 (PDT)
Octave-FLTK project: Octave interface to FLTK library
Today [3rd August 200], Octave-FLTK is more in its
usable form : 0.1
Octave-FLTK is a language binding to FLTK toolkit
thats crossplatform and gives you a simple API for
working GUI's in C++. Now Octave-FLTK enables ou to
write FLTK code in Octave itself!
Features of Octave-FLTK
1. FLTK-1.1.6 library accessible from Octave-FLTK.
2. Widgets Inheritance works like in C++. [Ofcourse
creating new classes, is not possible], but calling
parent types, is made like in C++.
3. Widgets & Enumerations are accesible from C++
4. Callbacks are possible to Octave code
5. Many widgets for use now
6. API pattern, in final state.
7. 5 Examples in the ./test/ directory.
Download
Get 0.1 Octave-FLTK at
http://octave-gtk.sourceforge.net/octave-fltk/octave-fltk-0.1.tar.gz
Installation
0 Untar pacakge.
1. ./octave-fltk-0.1/src
2. make
3. cd ./octave-fltk-0.1/test/
4. #run any of the examples. [hello.m, button.m
labels.m etc]
Cheers
Muthu.
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
---------------------------------------------------------------
To unsubscribe send a mail to glug_t-request@xxxxxxxxxxxxx with
'unsubscribe' as subject.
Website: http://glugt.linuxisle.com
Other related posts:
- » [glug-t] Octave-FLTK reaches 0.1