Skip to content

OpenSmock/Cade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Cade

Slide 16_9 - 1

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.

Overview

-- Mettre vidéos Yann ici --

Getting Started

Installing Cade

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.

Prerequisites

Smock toolbox ? TODO

Credits

  • Pierre Laborde - Initial work and development - labordep
  • Eric Le Pors - Initial work and development - ELePors
  • Yann Le Goff - Development - Nyan11

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Cade is a library to build UI prototyping in Pharo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published