-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update to egui 0.20.0 #18
Comments
I attempted to apply the tao changes on top of equi-0.20.1. I got egui-winit to compile, but not eframe. This was based on the changes from this repo, which you can see in this PR: |
@wusyong, excited to see recent work on tauri-egui to use the Tauri v2 alphas! Any chance the egui version can be bumped too? https://crates.io/crates/egui-tao/0.22.0/dependencies is still stuck on https://crates.io/crates/egui/0.19.0 . The current version is now https://crates.io/crates/egui/0.22.0 . |
There was work going on here by @dklassic : but gtk3 dowsn't have vulcan context :( |
Looks like tauri-apps/egui#19 just needs to be reviewed and merged. |
We can see that https://crates.io/crates/eframe_tao/0.23.0/dependencies published on June 15th and has a dependency on egui ^0.22.0. |
Actually, don't close this just yet. |
@dklassic, is this still in progress? |
@wusyong took over the development a while ago and I think it is actually complete for a while now: https://github.com/tauri-apps/tauri-egui/tree/0.22 @wusyong: is there a reason for why you haven't opened a PR for tauri-egui 0.22? |
Oops sorry for the late reply. I would like to wait for tauri v2 published beta version. |
Thanks @wusyong. I'm really looking forward to this. I see the v2 roadmap was published on September 7th. |
This probably shouldn't have updated to Tauri v2 and just stuck to v1 since it's going to be at-least another year or two until v2 reaches beta, rc, or stable. This project is essentially abandoned until then, unless someone capable wants to make their own or continue it with a fork. I wish I hadn't decided to use this for my project because now it's stuck on an early version of Tauri v2 alpha and egui 0.22 for the forseable future. |
Agreed, but i think there was actually a somewhat good reason for it but can't remember exactly so maybe that's wishful thinking.
Who told you this? Beta is still planned for Q1 and literally right around the corner. Tauri is only missing one major change (large part of the work already done) and the audit of the inner libs (wry, tao) already begun...
Hmm, i would hope that just because we don't have resources for it ourselves doesn't mean we couldn't handle pull requests. But then again, with beta almost being here i i think it's worth to wait a bit longer.
(Ignoring the tauri version) Out of pure interest as a non-egui user, what do you need/want from the newer egui versions? |
Thanks for the update @FabianLars! I’m excited to see this land this quarter. |
Tauri v2 Beta released on February 2nd 🚀 https://beta.tauri.app/blog/tauri-2-0-0-beta/ A lot of new features and fixes have landed between egui 0.20.0 and the latest 0.26.2. I am really looking forward to the new integration. Is there still a possibility of an early beta landing this month? |
My current plan is to wait for the release of egui 0.27 and I'll try to catch it as fast as I can. Not sure if I'll do a 0.26 or 0.27 by then, we'll see. I'll try to move more swiftly this time around. |
Any updates now that egui 0.27.x is out? |
@dklassic is currently looking into it but it doesn't look a trivial change. |
Awesome to see the 2.0 Release Candidate! @dklassic, any luck with this or it too big a change? |
Thanks for tagging me, I've been working on porting on and off a while ago and it's probably best to share some thoughts about current state of porting The biggest issue to porting stems down to the now drastically different structuring of I think I'll attempt another push at it but we might need more help if we were to continue the |
egui 0.20.0 was released two weeks ago.
https://github.com/emilk/egui/releases/tag/0.20.0
I would really like to use the new version with tauri-egui.
The text was updated successfully, but these errors were encountered: