-
Hey I currently have a canvas Program stored in my Application, but self gets moved when I try to access it in the PaneGrid's function. Is there any way I can view my canvas in a PaneGrid?
```
f…
-
First of all, congrats on a fully working Rust game, even running seamlessly in any browser, including mobile 👏
I don’t know exactly how you’re doing it but you appear to be using a browser-native…
-
Clicking the 'next' button does nothing but print this console error
```
dodrio/change-list.js:90 Uncaught TypeError: Cannot read property 'firstChild' of null
at Array.pushFirstChild (dodrio/c…
-
When I try to visualize a memory-mapped image, the application does not render it
Below there is a simple minimal test to better explain my problem
*Cargo.toml*
```toml
[dependencies]
iced …
-
To make IRC GUI application, I use iced lib expecially download_progress example.
https://github.com/hecrj/iced/blob/master/examples/download_progress/src/download.rs
I've already made IRC GUI Rea…
ghost updated
3 years ago
-
Hey, I've downloaded tour source code with the following Cargo.toml
```rs
[dependencies]
iced = {git = "https://github.com/hecrj/iced", version = "0.2"}
iced_web = "0.3"
env_logger = "0.8"
doten…
-
Short info header:
It seems that repeated growing of a texture 2d array can be reinterpreted as a cube texture array, which can cause failures on systems that don't support cube texture arrays (e.g.,…
-
**Bug Description**
Running `ws_nexus_integration param.config` w/ the following `params.config` config:
```
[Nexus Settings]
NexusBaseUrl=http://nexus.host:8080
NexusAuthToken=
NexusUser=RE…
-
I tried `cargo +nightly build --package gain --release` and got error:
```rust
error[E0046]: not all trait items implemented, missing: `ui_param_notify`
--> gain/src/lib.rs:74:1
|
74 | imp…
-
Implement simple desktop gui using Iced-rs that plugs into our `Resume` struct