Skip to content

seleb/flickguy-hacks

Repository files navigation

flickguy-hacks

A collection of re-usable scripts for candle's flickguy.

demo

Contents

  • 📸 filters: adds post-processing filters to flickguys
  • 🖌 pressure: adds pressure sensitivity to paint tool

How to use

Each script has a short "HOW TO USE" section included in the comments. For steps which say to Copy-paste this script into a script tag in your flickguy, open your exported flickguy and scroll to the bottom of the file (at the time of writing, it looks like this):

</body></html>

then edit it to look like this:

<script>
  // and then paste your code here!
</script>

</body></html>