slint/sixtyfps_runtime/rendering_backends/gl
Simon Hausmann 992f990fa8 Allow for fitting paths into a given bounding rectangle
... by applying a transformation. This allows designing a path in some
other path design tool and then make it fit using bindings.
2020-07-13 15:41:11 +02:00
..
buffers.rs GL buffer handling cleanup 2020-05-20 10:50:49 +02:00
build.rs Use env::var_os instead of env::var 2020-06-05 13:45:37 +02:00
Cargo.toml Allow rendering primitives to break down into multiple GL primitives 2020-07-09 09:10:55 +02:00
fontcache.rs Add Text::font_family and font_pixel_size properties 2020-05-21 21:04:07 +02:00
lib.rs Allow for fitting paths into a given bounding rectangle 2020-07-13 15:41:11 +02:00
shader.rs Implement basic text rendering on the wasm port 2020-06-08 17:00:59 +02:00
text.rs Implement support for selecting the font family and pixel size in the GL renderer 2020-05-21 20:55:34 +02:00
texture.rs Upgrade to a new upstream glow version 2020-07-08 20:25:40 +02:00