Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opensmock/opensmock
Workshop and utilities to make applications, specialy user interfaces (UI), in Pharo.
https://github.com/opensmock/opensmock
components framework hmi ihm open open-smock pharo prototyping smalltalk smock toolbox tools ui ux widgets
Last synced: 3 months ago
JSON representation
Workshop and utilities to make applications, specialy user interfaces (UI), in Pharo.
- Host: GitHub
- URL: https://github.com/opensmock/opensmock
- Owner: OpenSmock
- License: mit
- Created: 2021-01-27T17:35:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T12:41:43.000Z (3 months ago)
- Last Synced: 2024-10-25T13:49:58.355Z (3 months ago)
- Topics: components, framework, hmi, ihm, open, open-smock, pharo, prototyping, smalltalk, smock, toolbox, tools, ui, ux, widgets
- Language: Smalltalk
- Homepage:
- Size: 210 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License](https://img.shields.io/github/license/OpenSmock/OpenSmock.svg)](./LICENSE)
[![Pharo 11 CI](https://github.com/OpenSmock/OpenSmock/actions/workflows/Pharo11CI.yml/badge.svg)](https://github.com/OpenSmock/OpenSmock/actions/workflows/Pharo11CI.yml)
[![Pharo 12 CI](https://github.com/OpenSmock/OpenSmock/actions/workflows/Pharo12CI.yml/badge.svg)](https://github.com/OpenSmock/OpenSmock/actions/workflows/Pharo12CI.yml)
[![Pharo 13 CI](https://github.com/OpenSmock/OpenSmock/actions/workflows/Pharo13CI.yml/badge.svg)](https://github.com/OpenSmock/OpenSmock/actions/workflows/Pharo13CI.yml)# OpenSmock
Workshops and tools for developing applications, particularly user interfaces (UI), in Pharo.
## Getting Started
### Installing OpenSmock
To install all OpenSmock workshop on your Pharo image you can just execute the following script:
```smalltalk
Metacello new
baseline: 'OpenSmock';
repository: 'github://OpenSmock/OpenSmock:main/src';
load.
```To install only OpenSmock core packages (no major dependencies) on your Pharo image you can just execute the following script:
```smalltalk
Metacello new
baseline: 'OpenSmock';
repository: 'github://OpenSmock/OpenSmock:main/src';
load: 'Core'.
```### Dependencies
- [Molecule](https://github.com/OpenSmock/Molecule)
- [Bloc](https://github.com/pharo-graphics/bloc)## Credits
* **Pierre Laborde** - *Initial work* - [labordep](https://github.com/labordep)
* **Eric Le Pors** - *Initial work* - [ELePors](https://github.com/ELePors)
* **Brendan Landais** - *Development* - [LANDAISB](https://github.com/LANDAISB)## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.