Simon Hausmann
Simon Hausmann
The read link in the README should be easy to fix. The blog post we could change as well, but maybe for that one it's worth setting up a redirect....
The intended workflow could be something like this: A project exists with `app-window.slint` that exports a `MainWindow` component with a bunch of callbacks and for example a `main.py` that contains...
I've started working on this and it's going well. The plan right now is two-fold: 1. Make the slint-compiler available via PyPI, so that one can invoke `uvx slint-compiler -o...
There are a couple of other things that you could try, which might help us narrow it down: 1) Does it get better if you run with `SLINT_BACKEND=winit-software`? (not a...
Fascinating. Thanks for the new update. Could you try `SLINT_BACKEND=winit` while also setting `WAYLAND_DEBUG=1` ? It should still be slow, but there should be a lot of output and perhaps...
> > Works-for-me(TM), which unfortunately also means I am not able to help very much:-( > > Can you run a profiler and check where it spends all the time?...
``` Checking for "C:\\Program Files\\LLVM\\bin\\clang-cl.exe" Checking for "C:\\LLVM\\bin\\clang-cl.exe" Checking for "C:\\Users\\22400\\scoop\\apps\\llvm\\current\\bin\\clang-cl.exe" thread 'main' panicked at D:\Interpreter\Rust\cargo\registry\src\index.crates.io-6f17d22bba15001f\skia-bindings-0.75.0\build_support\platform\windows.rs:32:13: Unable to locate LLVM installation ``` This is the heart of the error message....
I haven't seen this error before. For me `skia_use_freetype_woff2` is declared in `skia-bindings/skia/third_party/freetype2/BUILD.gn`. I suspect that something with the source checkout didn't work. Perhaps this is a different manifestation of...
Apologies, that wasn't very clear. Maybe try this: 1. Create a directory `c:\cargo_home` 2. Set the `CARGO_HOME` environment variable to `c:\cargo_home` 3. Build again
Ahh, thanks, _that_ link brings forward what I think is the actual error. > error: unable to create file reference/opt/shaders-msl/comp/argument-buffers-runtime-array-buffer.argument.device-argument-buffer.argument-tier-1.msl2.comp: Filename too long > ninja: error: FindFirstFileExA(../../../../../../../../../../c:/users/runneradmin/.cargo/registry/src/index.crates.io-6f17d22bba15001f/skia-bindings-0.75.0/skia/modules/skparagraph/src): The filename, directory...