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 590a957

Browse files
nical17cupsofcoffee
andauthoredAug 6, 2022
N36: lyon 1.0 (#1101)
Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com>
1 parent 04a822d commit 590a957

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
 

Diff for: ‎content/news/036/index.md

+22
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,28 @@ first/third person games.
183183

184184
[bevy_mod_wanderlust]: https://crates.io/crates/bevy_mod_wanderlust
185185

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+
186208
## Popular Workgroup Issues in Github
187209

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

Diff for: ‎content/news/036/lyon.png

114 KB
Loading

0 commit comments

Comments
 (0)
Failed to load comments.