Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 590a957

Browse filesBrowse files
N36: lyon 1.0 (rust-gamedev#1101)
Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com>
1 parent 04a822d commit 590a957
Copy full SHA for 590a957

File tree

2 files changed

+22
-0
lines changed
Filter options

2 files changed

+22
-0
lines changed

‎content/news/036/index.md

Copy file name to clipboardExpand all lines: content/news/036/index.md
+22Lines changed: 22 additions & 0 deletions
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 -->

‎content/news/036/lyon.png

Copy file name to clipboard
114 KB
Loading

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.