Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opensmock/cade
Cade is a library to build UI prototyping in Pharo
https://github.com/opensmock/cade
hmi ihm pharo smalltalk ui ux
Last synced: about 1 month ago
JSON representation
Cade is a library to build UI prototyping in Pharo
- Host: GitHub
- URL: https://github.com/opensmock/cade
- Owner: OpenSmock
- License: mit
- Created: 2022-07-07T10:11:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T08:31:10.000Z (over 2 years ago)
- Last Synced: 2023-05-16T15:31:18.882Z (over 1 year ago)
- Topics: hmi, ihm, pharo, smalltalk, ui, ux
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cade
![Slide 16_9 - 1](https://user-images.githubusercontent.com/49183340/177753931-c4c53bd5-86fe-4ef1-82ec-555ee276078e.png)
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 :
```smalltalk
Metacello new
baseline: 'Cade';
repository: 'github://OpenSmock/Cade';
load.
```Cade core :
```smalltalk
Metacello new
baseline: 'Cade Core';
repository: 'github://OpenSmock/Cade';
load.
```### Prerequisites
Smock toolbox ? TODO
## Credits
* **Pierre Laborde** - *Initial work and development* - [labordep](https://github.com/labordep)
* **Eric Le Pors** - *Initial work and development* - [ELePors](https://github.com/ELePors)
* **Yann Le Goff** - *Development* - [Nyan11](https://github.com/Nyan11)## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.