/ppp

Primary LanguageDart

Painting Pretty Pixels

flutter slides of my session on different ways to paint pixels in flutter.

Summary

  1. Widgets
  2. Custom Paint
  3. RenderObject
  4. Shaders
  5. Rive
  6. Lottie
  7. Flame
  8. FlutterFlow

Resources

Flutter

  1. Kickstart Flutter: Getting started with Flutter for beginners.
  2. Flutter and Shaders with author of Umbra.
  3. The Book of Shaders: Everything about GLSL and shaders.
  4. Introducing Rive.
  5. Hands-on Rive Tutorial.
  6. Rive Examples.

Fractals

  1. 3Blue1Brown.
  2. TED talk by Benoit Mandelbrot: about Fractals and Roughness.
  3. Wikipedia: because why not.