@@ -706,7 +706,7 @@ Highlights include:
706
706
[ weasel ] : https://github.com/Trisfald/weasel
707
707
[ weasel-v0-8 ] : https://github.com/Trisfald/weasel/releases/tag/v0.8.0
708
708
[ @Trisfald ] : https://github.com/Trisfald
709
-
709
+
710
710
### [ naia]
711
711
712
712
[ naia] (** n** etworking ** a** rchitecture for ** i** nteractive ** a** pplications)
@@ -879,6 +879,7 @@ Some of the highlights:
879
879
- A new platform crate has appeared:
880
880
[ luminance-sdl2] , which adds support for the sdl2 crate.
881
881
- [ luminance-webgl] and luminance-web-sys, to support the Web!
882
+ - A [ luminance-examples-web] crate is available to test with ` yarn ` easily.
882
883
- [ luminance-front] , which is a front crate to ease working with luminance types.
883
884
- The type system experience has been greatly improved. Most of the time,
884
885
you will not have to annotate types anymore — like Program or Tess.
@@ -888,9 +889,13 @@ Some of the highlights:
888
889
depth writes, separate RGB/alpha blending, etc. etc.
889
890
- Also, the [ luminance book] [ luminance-book ] got updated.
890
891
891
- A complete changes list and a migration guid can be found
892
+ A complete changes list and a migration guide can be found
892
893
[ in the CHANGELOG] [ luminance-v0-40-changelog ] .
893
894
895
+ luminance-0.41 got released a few days after to fix some type design problems with
896
+ the gates, and to enhance the error flow in graphics pipelines, revisited to be more
897
+ flexible and seamless.
898
+
894
899
Also, check out the
895
900
[ "The compile-time deinterleaving interface"] [ luminance-typesafe-deinterleaving ]
896
901
blog post that delves deep into this new feature.
@@ -905,6 +910,7 @@ _Discussions:
905
910
[ luminance-front ] : https://crates.io/crates/luminance-front
906
911
[ luminance-typesafe-deinterleaving ] : https://phaazon.net/blog/typesafe-deinterleaving
907
912
[ luminance-webgl ] : https://crates.io/crates/luminance-webgl
913
+ [ luminance-examples-web ] : https://github.com/phaazon/luminance-rs/tree/master/luminance-examples-web
908
914
[ luminance-sdl2 ] : https://crates.io/crates/luminance-sdl2
909
915
[ luminance-book ] : https://rust-tutorials.github.io/learn-luminance/
910
916
0 commit comments