flutter_embedder

Flutter embedder written in Rust (WIP) (by anlumo)

Flutter_embedder Alternatives

Similar projects and alternatives to flutter_embedder

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better flutter_embedder alternative or higher similarity.

flutter_embedder reviews and mentions

Posts with mentions or reviews of flutter_embedder. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-06.
  • Bevy 0.10
    9 projects | /r/rust | 6 Mar 2023
    I'm actually working on this as a side project (here).
  • Rust GUI framework
    16 projects | /r/rust | 8 Feb 2023
    I personally settled on Flutter. It's a modern declarative UI framework by Google that was designed for mobile apps, but it can also do desktop and web these days. It can be used as a library using its embedder API that can render to Vulkan, Metal and OpenGL. So, it can be embedded in a wgpu context (here's my prototype for that based on wgpu/Vulkan and winit). Flutter uses Dart for UI programming, which is fine for me, since a lot of iteration is necessary for that, and Flutter allows Dart code to be hot reloaded during development (so you just have to save your file and the running application is updated automatically, keeping all of its state intact). Rust wouldn't be able to do that at the moment. Web support is trivial, because Flutter Web allows integrating HTML elements between its UI layers. I can simply insert a canvas there and link that to wgpu.
  • Will Impeller fix performance in Platform views on iOS?
    3 projects | /r/FlutterDev | 31 Dec 2022
    I've started writing my own Flutter shell here that runs on all desktop and mobile systems Flutter supports without any platform-specific code paths. The trick is that I'm delegating the responsibility for platform-specific code to a generic library (winit in this case) and so keep it out of my codebase.
  • How can transfer a framebuffer that the Vulkan application draws to Electron application?
    2 projects | /r/vulkan | 5 Oct 2022
    What I'm currently looking into is using Flutter for UI drawing instead of web tech. It has a built-in compositing API that allows interleaving native drawing with its surfaces and has a Vulkan renderer. The only downside is that you have to write a shell for it that maps the native platform to its APIs, which is very underdocumented and needs a lot of code, for example for handling keyboard input. Here's my progress so far. It comes with shells for all of its supported platforms, but they all use OpenGL or Metal (for iOS/macOS).
  • Use Rust (WASM) on web, besides phones & desktops, empowering productivity, reliability and performance
    2 projects | /r/FlutterDev | 7 Sep 2022
    I need to check out how well this combines with my Rust-based Flutter shell.
  • What's everyone working on this week (35/2022)?
    8 projects | /r/rust | 28 Aug 2022
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 28 Mar 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic flutter_embedder repo stats
10
64
0.0
9 months ago
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com