[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

sample[kivy8] index


Tests to validate Kivy framework on py8 environment.

How to run this tests

This tests are designed to run on py8 system, evaluating the following expression
SwikiCodeRobot @> #(sample kivy8)


Sample pages

sample[kivy8] prologueinitial setup, detection of Kivy framework
sample[kivy8] 00 aButtonHello World
sample[kivy8] 01 CameraWidgets Camera
sample[kivy8] 02 twoPanesDemonstrates using kv language to create some simple buttons and a label, with each button modifying the label text.
*sample[kivy8] epilogue*

Index chunks

"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
].

References