This project is me learning vulkan-rs which using rust as language to use vulkan api.
Below shows the process of constructing a alphabet. I first construct the world with rusttype crate which consume .ttf file type as input. After some scaling and sampleing, the cache size of 1000x1000px will be allocated and copy the buffer into it.
$ cargo install
$ cargo run [--release]
Currently, there's no CLI or other way to esay modify the text size, color, position. You need to modify fn queue_text() directly.
