Examples using IUP library and associated libs. To try, please load first package.lisp which will define the required packages.
Then, load the desired file. (Some examples execute immediately after load.)
Shows a dialog with slider and list, and how to beep the buzzer.
Simplest example, open a dialog with two buttons.
Execute (iup-examples.buttons:buttons)
Requires cd
tecgraf libraries, and lispnik/cd
system. Load iup-cd
.
-
Canvas
-
Image-view
-
The ltk demos
-
Plottest (also requires
iup-plot
) -
Sierpinski
-
Teapot (requires GL too)
Requires iup-controls
-
Cells
-
Matrix
Shows examples of file open dialog, message dialog, color picker, and a full scintilla text editor (!).
(iup-examples.dialogs:dialogs)
Requires iup-scintilla
iup-plot
demo
Pomodoro/kitchen timer
Doesn't work yet.
Doesn't work yet.
Tab panel example.
(iup-examples.tabs:tabs)
Requires system iup-web
Flashbar example, windows-only. Not ready yet.
Increases a counter in a textbox.
Showcases the date picker
Celsius to fahrenheit conversion done real-time upon change of a textbox.