41 releases (12 breaking)

0.13.0 Jan 29, 2025
0.11.3 Dec 26, 2024
0.11.2 Nov 17, 2024
0.9.2 Jun 27, 2024
0.1.0 Sep 28, 2020

#18 in Graphics APIs

Download history 5971/week @ 2024-11-21 6744/week @ 2024-11-28 6448/week @ 2024-12-05 7772/week @ 2024-12-12 6191/week @ 2024-12-19 5374/week @ 2024-12-26 6506/week @ 2025-01-02 8617/week @ 2025-01-09 8404/week @ 2025-01-16 6488/week @ 2025-01-23 8513/week @ 2025-01-30 11912/week @ 2025-02-06 9442/week @ 2025-02-13 7620/week @ 2025-02-20 8543/week @ 2025-02-27 8688/week @ 2025-03-06

35,779 downloads per month
Used in 34 crates (16 directly)

MIT/Apache

395KB
9K SLoC

Crates.io API dependency status rust: 1.70 Discord

femtovg

GPU Antialiased 2D vector drawing library written in Rust.


Ported from https://github.com/memononen/nanovg

Most of the implementation is the same as the original C code with some bug fixes, some features added and several parts have been made more Rust-y. Rendering is done via one OpenGl (ES) 3.0+ backend.

Screenshots

Demo

demo Run with cargo run --example demo

Breakout

breakout Run with cargo run --example breakout

SVG

svg Run with cargo run --example svg

Text

text Run with cargo run --example text

Features

  • Anti-aliasing
  • Bézier paths filling and stroking
  • Solid color and image pattern fills and strokes
  • Gradients - box, linear and radial
  • Stroke width and miterlimit
  • Stroke caps: butt, round and square
  • Stroke joins: miter, round and bevel
  • Fill rules - EvenOdd/NonZero
  • Rectangle scissoring
  • Composition modes (SourceOver, SourceIn, SourceOut, Atop, etc..)
  • Global alpha
  • Text filling and stroking
  • Text shaping
  • Text alignment: (left center right), (top, middle, alphabetic, bottom)
  • Nearest font matching
  • Path hit testing
  • OpenGl ES2 backend
  • WGPU backend
  • Color fonts

Not supported

  • Stroke dashing
  • Path scissoring
  • Custom shaders
  • 3D transforms

Ecosystem

FemtoVG is used by these projects:

License

Licensed under either of

Fonts used in examples:

Dependencies

~7–43MB
~628K SLoC