slint/sixtyfps_runtime/rendering_backends/gl
Simon Hausmann ad24802fed GL backend: Clean up HTML image loading code
Decouple the Texture from the HTML image loading logic and introduce an
ImageData state that represents just the DOM element.

This will make it possible later to also load the images without a canvas.
2021-06-01 08:29:39 +02:00
..
fonts Implement basic font fallbacks for WASM and macOS 2021-01-14 08:53:14 +01:00
Cargo.toml Use the new 0.2.0 release of femtovg 2021-05-28 20:26:37 +02:00
eventloop.rs Simplify wasm event loop invocation 2021-05-31 18:03:23 +02:00
fonts.rs GL backend: Move all font related code into the fonts module 2021-05-27 18:51:32 +02:00
graphics_window.rs Clean up GL resource handling 2021-06-01 08:29:39 +02:00
images.rs GL backend: Clean up HTML image loading code 2021-06-01 08:29:39 +02:00
lib.rs GL backend: Clean up HTML image loading code 2021-06-01 08:29:39 +02:00
svg.rs GL: Fix rendering of scaled SVG for which height > width 2021-02-16 10:42:13 +01:00