1.9.21 • Published 6 months ago

gtkiostream v1.9.21

Weekly downloads
2
License
GPL-2.0
Repository
github
Last release
6 months ago

= gtkIOStream =

Support this project by purchasing our hardware.

Trivialised Threading, GTK GUIs, Signal Processing, Neural Networks, Audio Processing, Octave interfacing ... and more !

= Description =

Create GTK+ interfaces using IOStream style code. Its simple and quick!

Also providing simple data plotting (similar to Matlab/Octave), ORB (Object Request Broker), and Neural Network computations.

You can create GTK+ GUIs in a few lines of code.

Labels<<"Thanks for reading"; (HBox<<Labels).show();

or even one line : (HBox() << (Labels()<<"Thanks for reading")).show();

Inline code destructs the classes, but leaves the widgets/callbacks operating. This is great for embedded memory saving code.

You can also plot like so : Plot figure; figure.plot(x, y, x.size());

= Some only depend on headers =

If you just want to use GTK GUI stuff, then no need to build the project, simply include the header files in your project.

If you want to make and install, then like so :

install some prerequisites : g++ automake libtool pkg-config ./configure make make install

If you wish to start, try this : g++ pkg-config --cflags gtk+-2.0 LabelsTest.C -o LabelsTest pkg-config --libs gtk+-2.0 ./LabelsTest

For Unix/Linux etc. Users :

Run the auto conf script : ./scripts/myAutoreconf.sh

Run configure : ./configure --prefix=/usr/local Run make : make Run make install : make install

That should install it in a suitable directory.

= The original repo (before git) lives on sf =

https://sourceforge.net/projects/gtkiostream/

Matt R. Flax <flatmax@>

1.9.21

6 months ago

1.9.20

8 months ago

1.9.19

8 months ago

1.9.18

2 years ago

1.9.17

2 years ago

1.9.16

2 years ago

1.9.15

2 years ago

1.9.14

2 years ago

1.9.13

2 years ago

1.9.12

2 years ago

1.9.11

3 years ago

1.9.10

3 years ago

1.9.9

3 years ago

1.9.8

3 years ago

1.9.7

3 years ago

1.9.6

3 years ago

1.9.5

3 years ago

1.9.4

3 years ago

1.9.3

3 years ago

1.9.2

3 years ago

1.9.1

3 years ago

1.9.0

3 years ago

1.8.0

4 years ago

1.7.0-j

5 years ago

1.7.0-i

5 years ago

1.7.0-g

5 years ago

1.7.0-f

5 years ago

1.7.0-h

5 years ago

1.7.0-d

5 years ago

1.7.0-b

5 years ago

1.7.0-a

5 years ago

1.7.0

5 years ago