Cade is a library to build UI prototyping in Pharo. Cade provide two levels of UI design : the first level is the building of shapes (geometrics, images and texts) and the second level is the building of rich UI with widgets. Cade is implemented in Cincom VisualWorks since 2010 and also is implemented in Pharo since 2022.
-- Mettre vidéos Yann ici --
Pharo 9 and Pharo 10 :
Cade with Molecule architecture tools :
Metacello new
baseline: 'Cade';
repository: 'github://OpenSmock/Cade';
load.
Cade core :
Metacello new
baseline: 'Cade Core';
repository: 'github://OpenSmock/Cade';
load.
Smock toolbox ? TODO
- Pierre Laborde - Initial work and development - labordep
- Eric Le Pors - Initial work and development - ELePors
- Yann Le Goff - Development - Nyan11
This project is licensed under the MIT License - see the LICENSE file for details.