slint/internal/backends/gl
Simon Hausmann 67a2f0ce3f WIP: Make image decoding a feature of the core library
This includes the cache of decoded images, the HTMLImage element support
and the SVG rendering adapter.

The objective is that Image holds an ImageInner, which is not a path
anymore that the backend has to process, but instead always either
decoded image data, a pointer to a static texture or an SVG tree that
can be rendered to the desired size.
2022-07-20 12:57:37 +02:00
..
fonts Fix glyph embedding on Linux 2022-02-23 12:13:10 +01:00
LICENSES Fix LICENSES symlinks 2022-02-09 17:05:47 +01:00
Cargo.toml Add slint::Window::(set_)position 2022-07-08 18:37:01 +02:00
event_loop.rs Fix Bugs Introduced by GL Jitter on Resize Fix (#1397) 2022-07-15 10:03:03 +02:00
fonts.rs Add slint::Window::(set_)position 2022-07-08 18:37:01 +02:00
glcontext.rs janitor: silence compiler warning 2022-02-09 11:01:18 +01:00
glrenderer.rs WIP: Make image decoding a feature of the core library 2022-07-20 12:57:37 +02:00
glwindow.rs Fix Bugs Introduced by GL Jitter on Resize Fix (#1397) 2022-07-15 10:03:03 +02:00
images.rs WIP: Make image decoding a feature of the core library 2022-07-20 12:57:37 +02:00
lib.rs WIP: Make image decoding a feature of the core library 2022-07-20 12:57:37 +02:00
README.md Change the Url from sixtyfps.io to slint-ui.com 2022-02-08 08:52:46 +01:00
stylemetrics.rs janitor: Run cargo clippy --fix 2022-05-22 11:59:00 +02:00
svg.rs Add slint::Window::(set_)position 2022-07-08 18:37:01 +02:00
wasm_input_helper.rs wasm: fix tab and back tab 2022-04-22 13:58:37 +02:00

NOTE: This library is an internal crate of the Slint project. This crate should not be used directly by applications using Slint. You should use the slint crate instead.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.