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 6979f63

Browse files
cwfitzgerald17cupsofcoffee
andauthoredNov 7, 2021
N27: Add rend3 (#844)
Co-authored-by: Joe Clay <[email protected]>
1 parent 03c614d commit 6979f63

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
 

‎content/news/027/index.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,35 @@ and the history of processing shaders with Rust.
475475
[Rust LA Meetup]: https://rustlang.la/
476476
[talk about Naga]: https://vimeo.com/632377558
477477

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+
478507
### [hecs_rapier] 0.11.0
479508

480509
[hecs_rapier] is a physics engine for hecs ECS.

‎content/news/027/rend3-scifi.jpg

451 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.