No description
Find a file
StratusFearMe21 9ab32ae1c3
Fix the is_run_visible calculation (#134)
* Fix the `is_run_visible` calculation

* Clarify variable names in the `is_run_visible` calculation

* Make the physical run_line scales `i32` instead of `f32`

* Make entire `start_y_physical` expression in `is_run_visible` calculation an `i32`
2025-03-09 00:59:36 +01:00
.github Use my own flavor of GitHub workflows 2025-03-08 23:46:54 +01:00
benches update example to use winit 0.30 (#105) 2025-03-09 00:50:23 +01:00
examples update example to use winit 0.30 (#105) 2025-03-09 00:50:23 +01:00
samples Prepare benchmarks + ~1.7x prepare perf improvement (#121) 2025-03-09 00:40:53 +01:00
src Fix the is_run_visible calculation (#134) 2025-03-09 00:59:36 +01:00
.gitignore Remove lock 2022-05-10 09:21:45 -02:30
Cargo.toml update example to use winit 0.30 (#105) 2025-03-09 00:50:23 +01:00
LICENSE-APACHE Initial commit 2022-05-09 10:19:10 -02:30
LICENSE-MIT Initial commit 2022-05-09 10:19:10 -02:30
LICENSE-ZLIB Initial commit 2022-05-09 10:19:10 -02:30
README.md Rename to cryoglyph 2025-03-09 00:02:29 +01:00

cryoglyph

Crates.io License Downloads Test Status Discord Server

Fast, simple 2D text rendering for wgpu.

What is this?

A fork of glyphon, mainly used by iced.

License

This project is licensed under either Apache License, Version 2.0, zlib License, or MIT License, at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache 2.0 license, shall be triple licensed as above, without any additional terms or conditions.