;;; Applications -- these are some demonstration applications that we want to
;;;                 have compiled into the interpreter to evaluate efficiency.

(module scixdemo)

(include "../include/objects.sch")
(include "../include/lw-objects.sch")
(include "../include/msg-handler.sch")
(include "../include/masks.sch")
(include "../include/widgets.sch")

(include "tracker.sc")      	; Line tracks pointer. With a quit button.

(include "hello.sc")	        ; The now famous Hello World example.

(include "toggle.sc")		; Simple widget: three togglebuttons
				; with callbacks.

(include "graphic.sc")

(include "wheel.sc")

(include "bounce.sc")           ; A bouncing ball and a quit button.
