github nacular/doodle v0.6.0
0.6.0

latest releases: v0.11.5, v0.11.4, v0.11.3...
4 years ago

Features

Desktop Support (Alpha)

Doodle now supports Desktop and leverages Skia for fast, accurate rendering. This means apps can target desktop via the JVM.
Support is still early and not ready for production. There are some missing features--like Accessibility, and others that
are partially implemented (i.e. drag-drop). However, overall support is sufficiently complete to begin testing with. So please
try this out and report bugs.

A key goal for Doodle is to provide as much cross-platform code sharing as possible. That's why Web and Desktop share the same
rendering model, and therefore widgets. All widgets written in common code can be used on both platforms.

  • Desktop and Web share the same rendering model and widgets
  • Apps written in common code can be fully shared between Web and Desktop

Kotlin 1.5.0 Support

Kotlin support has been moved from 1.4.x to 1.5.30.

APIs

Fixes | Improvements

  • New helper for turning rects and rounded rects into Paths
  • Fixed Web shadow bug
  • Fixed Web radial gradient rendering
  • Fixed StarRater shadow color

Dependencies

  • Kotlin -> 1.5.30
  • Coroutines -> 1.5.2
  • Gradle -> 7.1.1

Don't miss a new doodle release

NewReleases is sending notifications on new releases.