@@ -475,6 +475,35 @@ and the history of processing shaders with Rust.
475
475
[ Rust LA Meetup ] : https://rustlang.la/
476
476
[ talk about Naga ] : https://vimeo.com/632377558
477
477
478
+ ### [ rend3] -0.2 Release
479
+
480
+ ![ rend3-scifi] ( rend3-scifi.jpg )
481
+ _ Improved shadows and rendering with rend3 0.2_
482
+
483
+ rend3 is a 3D rendering library that focuses on having an easy to use interface
484
+ without sacrificing performance or customizability.
485
+
486
+ As part of their monthly release schedule, the developers are excited to
487
+ announce the release of rend3-0.2. The most prominent change is the ability
488
+ to use fully customizable materials. Any combination of data and textures can
489
+ now be used as a material for custom render routines. This unties the user
490
+ from PBR-based materials.
491
+
492
+ Along with the customizability that comes with this change, the CPU time
493
+ required to render a complex scene is 7x less due to highly optimal data
494
+ structures. For more information see [ this talk] [ rend3-perf-talk ] at the Rust
495
+ graphics meetup.
496
+
497
+ The [ v0.2 version] [ rend3-crates ] was published on crates.io
498
+ ([ docs] [ rend3-docs ] and [ examples] [ rend3-examples ] ). The 0.3 release is
499
+ just a week away and further improves customizability.
500
+
501
+ [ rend3 ] : https://github.com/BVE-Reborn/rend3
502
+ [ rend3-perf-talk ] : https://www.youtube.com/watch?v=F0wGz5UJTrY
503
+ [ rend3-docs ] : https://docs.rs/rend3
504
+ [ rend3-examples ] : https://github.com/BVE-Reborn/rend3/tree/v0.2/examples
505
+ [ rend3-crates ] : https://crates.io/crates/rend3
506
+
478
507
### [ hecs_rapier] 0.11.0
479
508
480
509
[ hecs_rapier] is a physics engine for hecs ECS.
0 commit comments