Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
- Mention WGPU backend
- Mention some prominent users
  • Loading branch information
tronical committed Jan 17, 2025
1 parent 0c29556 commit a6478a2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Run with `cargo run --example text`
* [x] Nearest font matching
* [x] Path hit testing
* [x] OpenGl ES2 backend
* [x] WGPU backend
* [x] Color fonts

## Not supported
Expand All @@ -60,6 +61,19 @@ Run with `cargo run --example text`
* [ ] Custom shaders
* [ ] 3D transforms

## Ecosystem

FemtoVG is used by these projects:

- pn-editor <https://gitlab.com/porky11/pn-editor>:
view, edit, and simulate petri nets
- Slint <https://slint.dev>:
A declarative GUI toolkit to build native user interfaces for embedded, desktop, and mobile application
- inlottie <https://github.com/mhfan/inlottie>:
lib/tool in Rust for Lottie (Bodymovin) Animation
- Mapvas <https://github.com/UdHo/mapvas>:
A map canvas showing OSM tiles with drawing functionality

## License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](docs/LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
Expand Down

0 comments on commit a6478a2

Please sign in to comment.