Penfeld is an User-Interface (UI) definition model framework for Pharo. Main principe of Penfeld is to be apart of UI technologies or engine.
Penfeld provide instanciation of his model to some supported UI engine in Pharo (as Bloc, etc.) based on standard UI customization (as CSS, SVG, etc.).
Metacello new
baseline: 'Penfeld';
repository: 'github://OpenSmock/Penfeld/src';
load
Metacello new
baseline: 'PenfeldCore';
repository: 'github://OpenSmock/Penfeld/src';
load
Some examples are available supporting Bloc engine.
See Penfeld-Bloc
package, Examples
tag contains somes examples classes.
See Penfeld-Bloc-Tests
or execute PenExamplesViewer>>#open
.
- Alain Plantec - Initial work - plantec
- Nolwenn Fournier - Initial work - nolwennfournier
- Eric Le Pors - Initial work - ELePors
- Pierre Laborde - Initial work - labordep
- Steven Costiou - Initial work - StevenCostiou
- Glenn Cavarle - Pharo Stylesheet - GlennCavarle
This project is licensed under the MIT License.