You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get a grip around GPUI. Venturing into examples/ folder (https://github.com/zed-industries/zed/tree/main/crates/gpui/examples) I tried to check some of the samples. As such animation.py does not seem to cause any animation, just a black hello on green square. What I am reporting here is I suppose a bug of examples code.
Additionally trying different examples, this is the message I get:
Would be great if gpui (https://www.gpui.rs/#examples) deserved its own repository. It has its own website, but the only code seems to live as Zed's crate 🤔
gif viewer also seems to be missing some creates out of the box and not stated dependency, i.e.
28 | env_logger::init();
| ^^^^^^^^^^ use of undeclared crate or module `env_logger`
Overall my wish if if GPUI could be more self contained with workable sample code. Would be great to pick up on it
Environment
MacOS
If applicable, add mockups / screenshots to help explain present your vision of the feature
See text above.
If applicable, attach your Zed.log file to this issue.
Zed.log
The text was updated successfully, but these errors were encountered:
Agreed!
For a long time, the Rust community has lacked a powerful native GUI framework. I hope that GPUI can become the most powerful and general-purpose native GUI framework in Rust, just like Qt in C++.
As such animation.py does not seem to cause any animation, just a black hello on green square. What I am reporting here is I suppose a bug of examples code.
Check for existing issues
Describe the bug / provide steps to reproduce it
A few wishes:
I am trying to get a grip around GPUI. Venturing into
examples/
folder (https://github.com/zed-industries/zed/tree/main/crates/gpui/examples) I tried to check some of the samples. As suchanimation.py
does not seem to cause any animation, just a blackhello
on green square. What I am reporting here is I suppose a bug of examples code.Additionally trying different examples, this is the message I get:
Would be great if
gpui
(https://www.gpui.rs/#examples) deserved its own repository. It has its own website, but the only code seems to live as Zed's crate 🤔gif viewer also seems to be missing some creates out of the box and not stated dependency, i.e.
Environment
MacOS
If applicable, add mockups / screenshots to help explain present your vision of the feature
See text above.
If applicable, attach your Zed.log file to this issue.
Zed.log
The text was updated successfully, but these errors were encountered: