A library for generating procedural image Forms in Pharo and Squeak
# 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.