1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,25 @@ If needed, a section can be split into subsections with a "------" delimiter.
76
76
77
77
## Library Updates
78
78
79
+ ### [ Lyon]
80
+
81
+ ![ Variable width stroke in action] ( https://nical.github.io/images/variable-width-stroke/lyon-1-0.png )
82
+
83
+ [ Lyon] ([ GitHub] ( https://github.com/nical/lyon ) ) by [ Nical] ( https://github.com/nical )
84
+ is a collection of crates providing various 2D vector graphics utilities, including
85
+ fast tessellation algorithms, easy to integrate in typical GPU accelerated rendering
86
+ engines.
87
+
88
+ Lyon made its symbolic [ ` 1.0.0 ` release] ( https://crates.io/crates/lyon/1.0.0 )
89
+ reflecting the stability of the project. Highlights in this release include:
90
+ - Initial support for variable line width in the stroke tessellator.
91
+ - An efficient algorithm to query positions at given distances along a path.
92
+ - Improved support for specifying custom endpoint attributes in paths and algorithms.
93
+ - And more. You can read the [ announcement blog post here] ( https://nical.github.io/posts/lyon-1-0.html ) .
94
+
95
+ _ Discussions: [ /r/rust] ( https://reddit.com/r/rust/comments/vwdxim/announcing_lyon_100 ) ,
96
+ [ Twitter] ( https://twitter.com/nicalsilva/status/1546424285442473987?s=20&t=S1fXSoh2zWHbfTImCGYpPQ ) _
97
+
79
98
## Popular Workgroup Issues in Github
80
99
81
100
<!-- Up to 10 links to interesting issues -->
0 commit comments