Presentations

Description

Creating presentations from Pharo, using Bloc

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Stars
4
Created
Sept. 11, 2018
Updated
June 3, 2025

Categories

UI / Graphics

README excerpt

# Presentations
Creating presentations from Pharo, using Bloc

## Installation

In a Pharo 7 image (with a recent VM), do

```smalltalk
Metacello new
   baseline: 'Presentations';
   repository: 'github://StephanEggermont/Presentations';
   load
```

← Back to results