| sample[kivy8] prologue | initial setup, detection of Kivy framework | 
| sample[kivy8] 00 aButton | Hello World | 
| sample[kivy8] 01 Camera | Widgets Camera | 
| sample[kivy8] 02 twoPanes | Demonstrates using kv language to create some simple buttons and a label, with each button modifying the label text. | 
| *sample[kivy8] epilogue* | 
"Evaluating first chunk of this test set"
(Smalltalk includesKey: #Smalltalk) ifFalse: [
    self print: 'Require s8 execution environment.'.
    self abort
].
(Smalltalk isRunningOn: #py) ifFalse: [
    self print: 'Require Python runtime.'.
    self abort
].
 |