github lapce/floem v0.2.0

17 hours ago

This release is the result of nearly a year of work and it contains many changes and fixes that greatly improve Floem.

Highlights

Floem Editor Integration

#296 by @MinusGix merged support for the Floem text editor which is the same text editor that powers Lapce!

image

Wasm Support

#527 by @timsueberkrueb merged experimental support for wasm support, enabling Floem apps to run in the browser!

This helps push Floem forward in it's goal of being a library that enables you to run your UI on any platform.

Keyframe Animations

#563 by @jrmoulton merged support for full keyframe animations

This complements the trasitions that @Zoxc built into the style system and allow for Floem to support modern dynamic UI's.

As part of the upgrade to animations in Floem, any custom easing function that implements the Easing trait can be used and this allowed for spring animations to be built in to Floem.

view-transition-new.mp4

Vello Renderer

#635 added support for Vello as a renderer. Support is behind a feature flag and it isn't yet the main renderer used for Floem but Vello is an exciting upgrade to the capabilities of the GPU renderer.

ECS - View implementation improvements

#432 by @dzhou121 reworked the storage of views and simplified the process of implementing a custom View.

Logo

@dzhou121 has designed a logo for Floem!

Other changes and fixes

There have been a ton of other changes and bug fixes. Check out the changelog to see all of the great contributions that made this release!

https://github.com/lapce/floem/blob/main/CHANGELOG.md

Thanks!

Thanks to everyone who contributed! You've helped make this an awesome update.

New Contributors

Don't miss a new floem release

NewReleases is sending notifications on new releases.