easytext

Crates.ioeasytext
lib.rseasytext
version0.0.3
sourcesrc
created_at2024-08-08 17:08:25.264287
updated_at2024-08-08 17:22:59.934552
descriptionA dead simple, easy-to-use and basic text rendering library for wgpu.
homepage
repositoryhttps://github.com/alexdesander/easytext
max_upload_size
id1329770
size118,505
Alexdesander (alexdesander)

documentation

README

easytext

A dead simple, easy-to-use, and basic text rendering library for wgpu.

Basically a more basic glyphon "alternative" that doesn't use cosmic-text. https://github.com/grovesNL/glyphon

Features

  • Easy-to-use API for text rendering
  • Supports most fonts
  • Very performant

Limitations

  • Very basic
  • No color (yet)

Installation

Add the following to your Cargo.toml:

[dependencies]
easytext = "0.0.1"

ATTRIBUTION

The m5x7.ttf font included is made by Daniel Linssen. https://managore.itch.io/m5x7

Commit count: 0

cargo fmt