-
Notifications
You must be signed in to change notification settings - Fork 23
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
not opening #28
Comments
can you show the output of |
I'm guessing this is related to |
Same on intel laptop (nixos, sway):
|
can you comment and uncomment these lines and see if it helps?
|
I have to do this on my nixos laptop with intel graphics, I haven't yet fixed |
diff --git a/Cargo.toml b/Cargo.toml
index 97f2900..49ed728 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,8 +14,8 @@ crate-type = ["lib", "cdylib"]
[dependencies]
#egui-android = { git = "https://github.com/jb55/egui-android.git" }
egui = "0.27.2"
-eframe = { version = "0.27.2", default-features = false, features = [ "glow", "wgpu", "android-native-activity" ] }
-#eframe = { version = "0.27.2", default-features = false, features = [ "glow", "android-native-activity" ] }
+#eframe = { version = "0.27.2", default-features = false, features = [ "glow", "wgpu", "android-native-activity" ] }
+eframe = { version = "0.27.2", default-features = false, features = [ "glow", "android-native-activity" ] }
#eframe = "0.22.0"
egui_extras = { version = "0.27.2", features = ["all_loaders"] }
ehttp = "0.2.0"
No luck with the diff |
very weird... must be a wayland issue? I have not tested with wayland. |
Ok then I will try X11 next. BTW I noticed that egui supports web (Wasm and WebGL), is it possible for notedeck? |
Still no luck on X11, in a new nixos vm, with the commit 0e0e5d0: See: https://gist.github.com/hellodword/e368c8e07f4a661c4ed0281d117fc61d |
On Wed, May 15, 2024 at 10:59:00PM GMT, hellodword wrote:
Still no luck on X11, in a new nixos vm, with the commit 0e0e5d0:
See: https://gist.github.com/hellodword/e368c8e07f4a661c4ed0281d117fc61d
can you run other egui demos in the egui repo?
|
Good idea, I'll try it tomorrow |
It seems that I've fixed it on Sway, I'll push the changes (wayland) to #57 |
On Thu, May 16, 2024 at 07:19:56PM GMT, hellodword wrote:
It seems that I've fixed it on Sway, I'll push the changes (wayland) to #57
awesome, thank you!
|
There are some wgpu issues that are fixed in egui-master, so let's switch to that. This fixes notedeck so that it runs on both my intel graphics laptop and amdgpu desktop. Fixes: #28 Fixes: #42 Fixes: #141 Signed-off-by: William Casarin <[email protected]>
There are some wgpu issues that are fixed in egui-master, so let's switch to that. This fixes notedeck so that it runs on both my intel graphics laptop and amdgpu desktop. Fixes: #28 Fixes: #42 Fixes: #141 Signed-off-by: William Casarin <[email protected]>
wgpu has been updated, let me know if you still run into issues on wayland |
I think there is a still a wayland issue |
nm tested it on debian and seems to be fine now |
I built with wgpu and thought that was the issue then removed wgpu from config toml and it's using glow but still closes immediately with no errors and no window
running on debian 12
The text was updated successfully, but these errors were encountered: