Differences
This shows you the differences between two versions of the page.
building_gui_with_glade_3 [2012/09/25 08:10] fjfabien added more section (1 external ref) |
building_gui_with_glade_3 [2012/12/28 11:02] (current) fjfabien [More] |
||
---|---|---|---|
Line 182: | Line 182: | ||
===== More ===== | ===== More ===== | ||
- | A complete application of drawing built with Glade3 at [[https://sourceforge.net/projects/lorenz/|Lorenz attractor]] | + | Complete demo programs available from [[http://sourceforge.net/projects/lorenz/files/|Sourceforge]] |
+ | |||
+ | * Lorenz chaotic attractor : Drawing demo with GTK timer loop. | ||
+ | * Julia set : GTK interface mixed with Ada tasking. | ||
+ | |||
+ | * For RAD, gate3 is an Ada code sketcher : you build the User Interface with glade3.8, and gate3 generates an Ada prototype that is a valid Ada code. | ||
+ |