anlumo / flutter_embedder

Flutter embedder written in Rust (WIP)
Apache License 2.0
70 stars 4 forks source link

Is the project still being maintained? #1

Open wumengewen opened 8 months ago

anlumo commented 8 months ago

As stated in the readme, everything is highly experimental in this repository, it's more a proof of concept. It's actually a prototype for a bigger (paid) project I plan to start in the next few months.

One of the major hurdles right now is that I want to integrate it with bevy, but since I could only do this in my spare time, bevy was too much of a moving target to be worth the time doing attempts. Nevertheless, in case you haven't seen, the bevy branch is much more recent (even though it doesn't actually contain bevy at this moment).

If you have any specific problems or requests, feel free to create issues for them!

wumengewen commented 8 months ago

Thank you for your reply. I am quite interested in this project, but I am not familiar with it at the moment. I will need to study this project thoroughly before I start working on it😂.

Quackdoc commented 7 months ago

Just wanted to state I came across this as I had major disappointment in the flutter perf on linux, and only on linux which seems to be an issue with the embedder since the elinux project didn't seem to share the same issues. I realize being a replacement for that is likely out of scope, but I am quite interested in experimenting with it in the if your next project will also be something open source!