-
I'm trying to get a deep understanding of Skia's powerful image filter pipeline, but I'm having some trouble.
I read the nice [SkiaSharp image filter introduction](https://docs.microsoft.com/en-us/…
-
If I run `flutter test -j10` on my 20-core machine, everything's fine; it takes about 3 minutes, could be faster, but it runs fine.
If I run `flutter test -j60`, it works fine at first, and then af…
Hixie updated
8 months ago
-
Platform: macOS ARM + latest Rust
Reproduction code: https://github.com/showier-drastic/slint-rust-bug-demo
I have written code to do a simple layout, where the font size of numbers …
-
Like other windowing toolkits, a split pane is useful to have resizeable areas of the window that hold other widgets, similar to Qt's QSplitter or ImGui splitter behavior.
-
### Description
I'm attempting to switch my app from hermes to v8 on android since v8 is 4-5x faster than hermes for me. I must be tripping over some nasty hermes perf corner case. In doing so I disc…
-
Introduced in https://github.com/flutter/flutter/pull/150940
https://flutter-flutter-perf.skia.org/e/?keys=X1a6f32f856f0314a8209f5f217db41fb&selected=commit%3D41380%26name%3D%252Carch%253Dintel%252…
-
By default, SkiaSharp aims for the fastest resizing, not the best. There are quality levels, but it pretty much is a low, medium and high type of level.
There was a discussion on skia-discuss about…
-
The drawing API (#17) is still quite bad. Existing features:
- Draw simple filled text
- Draw text with text formatting
- Draw images
- Draw rectangular shapes (rect, frame)
- Draw rounded shap…
-
``` rust
extern crate azure;
extern crate euclid;
use azure::azure_hl::DrawTarget;
use azure::azure_hl::BackendType;
use azure::azure_hl::SurfaceFormat;
use euclid::Size2D;
fn main() {
let tar…
-
I seem to be having an issue with compiling Aseprite on my Mac. I'm inside the build directory on the Terminal, and I keep running the following command:
`cmake \
-DCMAKE_BUILD_TYPE=RelWithDebIn…