Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7658497

Browse files
committedJul 29, 2022
Add a section about lyon 1.0.
1 parent df9c37b commit 7658497

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
 

‎content/news/036/index.md

+19
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,25 @@ 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](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+
7998
## Popular Workgroup Issues in Github
8099

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

0 commit comments

Comments
 (0)
Failed to load comments.