Skip to content

v0.0.4

Latest
Compare
Choose a tag to compare
@prontopablo prontopablo released this 03 Feb 22:00
· 3 commits to main since this release

Fourth release. Complete redesign, moving from shader() to filter(). This greatly reduces the code needed to use every effect except blend. Greatly improved examples. Fixed 'moasic' typo to 'mosaic'.

Please report any issues here.

Getting Started

To use FIP you can include it in your index.html file:

    <head>
    <!-- ...-->
    <script src="https://prontopablo.github.io/p5.FIP/assets/javascripts/p5.FIP.js"></script>
    <!-- ...-->
    </head>

Alternatively you can download the p5.FIP.js file and bring it into your project files:

    <head>
    <!-- ...-->
    <script src="p5.FIP.js"></script>
    <!-- ...-->
    </head>

The reference website can be found here.