Index | Archives | About me | Atom > Category: lyon, rust ¦ Atom

Lyon 1.0

I am happy to finally announce the symbolic release of lyon 1.0.0.

lyon is a Rust crate providing a number of functionalities related to vector graphics and rendering them using polygon tessellation. The most interesting and complex piece is lyon_tessellation's fill tessellator which produces a triangle mesh …


A new tessellator

This post is about lyon, a rust crate to tessellate arbitrary 2D shapes into triangle meshes that can be easily rendered on the GPU.

crate doc

About a year ago, in the lyon in 2018 post on this blog, I mentioned that I was working on a complete rewrite of lyon's central …


Lyon in 2018

crate doc

About a year ago I published "Introduction to lyon: 2D vector graphics rendering on the GPU in rust" on this blog. Lyon was in version 0.8.8 back then and I recently published 0.13.0.

In 2018 my activity on the project has varied depending on the time …


RustFest Paris - Part 2 - Path rendering challenges

This is the second part of a series about the talk I gave at RustFest Paris about lyon, a crate that helps you render vector graphics on the GPU in Rust.

The recordings can be found here or on YouTube if you prefer.

Previous episode:

The problem …


RustFest Paris - Part 1 - Intro

RustFest organizer: "Are you ready?"

Me: "Almost."

(reinstalling Xorg on my laptop 20 minutes before the talk because the window manager would not start)

I gave a talk about lyon at RustFest Paris.

The recordings are already online, so you can watch it here or on YouTube if you prefer …


Introduction to lyon: 2D vector graphics rendering on the GPU in rust

crate doc

Lyon is a side-project that I have been working on for quite a while. The goal is to play with rendering 2D vector graphics on the GPU, and it's been a lot of fun so far. I haven't talked a lot about it online (except for a couple of reddit …

© Nicolas Silva.