2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,28 @@ first/third person games.
183
183
184
184
[ bevy_mod_wanderlust ] : https://crates.io/crates/bevy_mod_wanderlust
185
185
186
+ ### [ Lyon]
187
+
188
+ ![ Variable width stroke in action] ( lyon.png )
189
+
190
+ [ Lyon] ([ GitHub] ( https://github.com/nical/lyon ) ) by [ Nical] ( https://github.com/nical )
191
+ is a collection of crates providing various 2D vector graphics utilities, including
192
+ fast tessellation algorithms, easy to integrate in typical GPU accelerated rendering
193
+ engines.
194
+
195
+ Lyon made its symbolic [ ` 1.0.0 ` release] ( https://crates.io/crates/lyon/1.0.0 )
196
+ reflecting the stability of the project. Highlights in this release include:
197
+
198
+ - Initial support for variable line width in the stroke tessellator.
199
+ - An efficient algorithm to query positions at given distances along a path.
200
+ - Improved support for specifying custom endpoint attributes in paths and algorithms.
201
+ - And more. You can read the [ announcement blog post here] ( https://nical.github.io/posts/lyon-1-0.html ) .
202
+
203
+ _ Discussions: [ /r/rust] ( https://reddit.com/r/rust/comments/vwdxim/announcing_lyon_100 ) ,
204
+ [ Twitter] ( https://twitter.com/nicalsilva/status/1546424285442473987?s=20&t=S1fXSoh2zWHbfTImCGYpPQ ) _
205
+
206
+ [ Lyon ] : https://github.com/nical/lyon
207
+
186
208
## Popular Workgroup Issues in Github
187
209
188
210
<!-- Up to 10 links to interesting issues -->
0 commit comments