form-procedural-library

Description

A library for generating procedural image Forms in Pharo and Squeak

Details

Source
GitHub
Dialect
pharo (25% confidence)
License
MIT
Forks
1
Created
Oct. 12, 2021
Updated
Aug. 30, 2022

README excerpt

# Form Procedural Library
A library for generating forms with procedural textures.

## Loading in Pharo:

This library can be loaded in Pharo with by running the following in Playground:

```smalltalk
Metacello new
   baseline: 'FormProceduralLibrary';
   repository: 'github://desromech/form-procedural-library';
   load
```

See the **FPLBasicProceduralSamples** class for examples on how to use this API.
← Back to results