[Media] I'm making a new open source font editor with gtk-rs. I just managed to make non-linear curves with my Bézier path tool for the first time!

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • fontmake

    Compile fonts from sources (UFO, Glyphs) to binary (OpenType, TrueType).

  • this is a production quality compiler from ufo to otf/ttf: https://github.com/googlefonts/fontmake

  • glyphsLib

    A bridge from Glyphs source files (.glyphs) to UFOs

  • I already use glyphsLib, another googlefonts python3 library, to import .glyphs files and convert them to UFOv3 with the pyo3 crate (python3 bindings). It's very straightforward to do this stuff this way if there aren't rust crates that do what you want already

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • BezierInfo-2

    The development repo for the Primer on Bézier curves, https://pomax.github.io/bezierinfo

  • Btw, for Bezier math this is a great resource: https://pomax.github.io/bezierinfo/

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts