Skip to content

Commit 89876b0

Browse files
committed
Add a section about lyon 1.0.
1 parent df9c37b commit 89876b0

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

content/news/036/index.md

+21
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,27 @@ If needed, a section can be split into subsections with a "------" delimiter.
7676

7777
## Library Updates
7878

79+
### [Lyon]
80+
81+
![Variable width stroke in action](lyon.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+
98+
[Lyon]: https://github.com/nical/lyon
99+
79100
## Popular Workgroup Issues in Github
80101

81102
<!-- Up to 10 links to interesting issues -->

content/news/036/lyon.png

114 KB
Loading

0 commit comments

Comments
 (0)