pop-os / cosmic-text

Pure Rust multi-line text handling
https://pop-os.github.io/cosmic-text/cosmic_text/
Apache License 2.0
1.53k stars 89 forks source link

Identify projects using cosmic-text #177

Open jackpot51 opened 10 months ago

jackpot51 commented 10 months ago

It would be nice to be able to look at other projects using cosmic-text. I will probably add a list to the README once I have collected enough.

jackpot51 commented 10 months ago

lapce appears to use a forked cosmic-text for the floem UI library

jackpot51 commented 10 months ago

iced uses version 0.9 of cosmic-text

jackpot51 commented 10 months ago

bevy has a PR open for cosmic-text integration, using version 0.8

notgull commented 10 months ago

theo uses cosmic-text for text rendering.

mmstick commented 10 months ago

bevy-cosmic-edit exists for unofficial bevy support.

CryZe commented 10 months ago

livesplit-core as the default text engine of its renderer.

nicoburns commented 10 months ago

vizia is using cosmic text for it's text support. Discord link https://discord.gg/A8rXJF2J

EDIT: Vizia has since switched it's text support to be based on Skia's SkParagraph.

mmstick commented 10 months ago

glyphon uses version 0.9

mmstick commented 10 months ago

rusty-spine uses version 0.9

nicoburns commented 10 months ago

inlyne (markdown preview app) is using a fork of cosmic text

ecton commented 6 months ago

cushy and its wgpu-based rendering library Kludgine are both using v0.10 (and hope to never switch text rendering libraries again! :laughing:)

noverby commented 5 months ago

The Zed developers are considering using cosmic-text: https://github.com/zed-industries/zed/issues/7015

noverby commented 4 months ago

Zed merged a PR with cosmic-text support: https://github.com/zed-industries/zed/pull/7539