-
On my (not ancient, not modern) machine, shader compilation under DX12 takes on the order of seconds and is by far the bottleneck of startup time for simple applications. This is with threaded compila…
-
I can't compile vello anymore on 1.76 stable for very strange reasons related to `lazy_static`, see https://github.com/console-rs/dialoguer/issues/306
`dialoguer` is less maintained, less stars, et…
-
Focus on hardware rendering even for simple apps, by the Rust community in general, seems overkill. I'm a noob but can you make softbuffer as a backend?
-
[Current version is 0.6](https://crates.io/crates/raw-window-handle/versions), while Vello is currently using 0.5 which causes issues when trying to use winit 0.29+.
-
The `RendererOptions` struct has an additional `timestamp_period` member due to https://github.com/linebender/vello/pull/304:
https://github.com/linebender/vello/blob/6d57093cc275589843766b8c89879…
bzm3r updated
8 months ago
-
The simple example doesn't run on web, it panicks expecting there to be at least 1 GPU canvas.
Do we expect all examples to work with web?
-
Example file:
![image](https://github.com/RazrFalcon/resvg/assets/48108917/5180ea2f-4395-4b40-a0e0-03daf9dad39f)
```svg
```
The button highlight gets parsed as if it ha…
-
When I run the `hello_xilem` or `mason` examples from 30c838b4004c999225194f9521c7999e19e3017b, I get this error when closing the window:
```
thread 'main' panicked at ~/.cargo/registry/src/index.…
-
Have you considered publishing Peniko to crates.io? Since crates.io does not support Git dependencies, publishing Peniko would enable crates that depend on Peniko to publish as well.
-
Great Project !
I have some questions:
1. What crate did you use to render this project into Canvas?
2. How to monitor key presses on the keyboard?Are there any crates here that can monitor the …