A SkiaSharp tutorial built using Jetpack Compose
The project mix Compose DrawScope and Skija NativeCanvas to create versions showing when we can use DrawScope directly or manage NativeCanvas that is more powerful.
- The project is in Compose Desktop but only Native Canvas calls changes between Android version and must work in same way
- All samples are just a rewrite showing how you can to draw using Jetpack Compose
- Optimization are not the goal here. If you find any performance issue please open an issues or pull requests are welcome
- Packages and files names don't follow oficial code style. They are named following the chapters and sections/samples sequence.