github nacular/doodle v0.3.0
0.3.0

latest releases: v0.11.5, v0.11.4, v0.11.3...
5 years ago
  • Files now supported in drag-drop
  • New elliptical clip path support in Canvas
canvas.clip(ellipse) {
    // render into clipped region
}
  • Scheduler is now shutdown when app is
  • New API in Behavior to control content direction mirroring
  • New behavior delegate to centralize common operations
  • Initial work on DSL: new view {} and container {} functions
val panel = view {
    render = {
        rect(...)
        text(...)
    }
}

val container = container {
    this += view {}
}
  • Improved ergonomics for adding/removing items to Display and Container
  • Changed Container from interface to concrete View, which replaces Box

Don't miss a new doodle release

NewReleases is sending notifications on new releases.