Skip to content

Newsletter 12: Fix some typos and add content about luminance. #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions content/posts/newsletter-012/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ Highlights include:
[weasel]: https://github.com/Trisfald/weasel
[weasel-v0-8]: https://github.com/Trisfald/weasel/releases/tag/v0.8.0
[@Trisfald]: https://github.com/Trisfald

### [naia]

[naia] (**n**etworking **a**rchitecture for **i**nteractive **a**pplications)
Expand Down Expand Up @@ -879,6 +879,7 @@ Some of the highlights:
- A new platform crate has appeared:
[luminance-sdl2], which adds support for the sdl2 crate.
- [luminance-webgl] and luminance-web-sys, to support the Web!
- A [luminance-examples-web] crate is available to test with `yarn` easily.
- [luminance-front], which is a front crate to ease working with luminance types.
- The type system experience has been greatly improved. Most of the time,
you will not have to annotate types anymore — like Program or Tess.
Expand All @@ -888,9 +889,13 @@ Some of the highlights:
depth writes, separate RGB/alpha blending, etc. etc.
- Also, the [luminance book][luminance-book] got updated.

A complete changes list and a migration guid can be found
A complete changes list and a migration guide can be found
[in the CHANGELOG][luminance-v0-40-changelog].

luminance-0.41 got released a few days after to fix some type design problems with
the gates, and to enhance the error flow in graphics pipelines, revisited to be more
flexible and seamless.

Also, check out the
["The compile-time deinterleaving interface"][luminance-typesafe-deinterleaving]
blog post that delves deep into this new feature.
Expand All @@ -905,6 +910,7 @@ _Discussions:
[luminance-front]: https://crates.io/crates/luminance-front
[luminance-typesafe-deinterleaving]: https://phaazon.net/blog/typesafe-deinterleaving
[luminance-webgl]: https://crates.io/crates/luminance-webgl
[luminance-examples-web]: https://github.com/phaazon/luminance-rs/tree/master/luminance-examples-web
[luminance-sdl2]: https://crates.io/crates/luminance-sdl2
[luminance-book]: https://rust-tutorials.github.io/learn-luminance/

Expand Down