Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.txt | 2023-07-05 | 1.3 kB | |
lorenz-gtk3.zip | 2017-02-09 | 80.8 kB | |
lorenz-gtk3-win32-exe.zip | 2017-01-04 | 11.1 MB | |
check_gtkada.zip | 2016-12-19 | 7.3 kB | |
gate3_04_b.zip | 2013-12-17 | 89.6 kB | |
opengl_legacy.zip | 2013-09-19 | 126.8 kB | |
penguin_win_exe.zip | 2013-04-27 | 6.3 MB | |
randomdata.zip | 2013-01-07 | 9.7 kB | |
gate3_04.zip | 2013-01-07 | 83.0 kB | |
lorenz_src_04.zip | 2013-01-04 | 14.2 kB | |
julia_v01a.zip | 2012-12-23 | 82.5 kB | |
pcre_src.zip | 2012-10-18 | 11.1 kB | |
demo_lorenz_win32_exe.zip | 2012-09-24 | 5.5 MB | |
Totals: 13 Items | 23.4 MB | 1 |
Ada Contributions Lorenz : a demo/tutorial of Ada, GTK+ and Glade3 Julia : complete demo/tutorial of Ada, GTK+ and Glade3, with Ada tasking. Pcre : a thin Ada binding to PCRE == Copyright == The programs are licensed under the MIT license. == check gtkada == A script to test and diagnose your GtkAda installation. Requires Ada05 and Gtk3 Date : November 2016 == Lorenz description == Lorenz is a GTK drawing animation that plots the Lorenz chaotic oscillator. The implementation uses the Ada05 language and GtK+ for maximum portability. Date : September 2012 == Julia description == Julia plots a fractal set (see snapshot). This app uses Ada tasking together with various GTk widgets : combobox, butttons and notebook. Works with GTK 2.24 and Glade 3.8 Date : December 2012 == Pcre description == Thin Ada binding to the Perl Compatible Regular Expression. Code is 100% Ada, avoiding a C wrapper. Date : October 2012 The Gtk version used is 2.24, the version of GtkAda for 2012 == OpenGL demos with GtkAda (Gtk2 only) == The demos are 2 lessons from the famous NeHe site and the the penguin demo taken from testgtk. penguin_win_exe.zip is a self contained exe for Windows with all the necessary DLLs. The source files are in opengl_legacy.zip (update sept 2013)