@@ -626,6 +626,41 @@ performance when called repeatedly.
626626
627627[ hecs ] : https://github.com/Ralith/hecs
628628
629+ ### [ ktx2] ( ktx2-github )
630+
631+ A revamped and refactored version of @F3kilo 's ktx2-reader,
632+ this serves as a parsing library for the texture container format
633+ of ktx2. This format allows you to store textures in formats that
634+ GPU apis directly accept, without decoding costs. For more information,
635+ [ read the docs] ( ktx2-docs ) .
636+
637+ ktx2 writing support will come a future release.
638+
639+ [ ktx2-github ] : https://github.com/BVE-Reborn/ktx2
640+ [ ktx2-docs ] : https://docs.rs/ktx2
641+
642+ ### [ rend3] ( rend3-github )
643+
644+ ![ rend3 sci-fi base scene] ( rend3-scifi.jpg )
645+ _ rend3 rendering a complex scene_
646+
647+ rend3 is a new 3D rendering library that focuses on having an easy
648+ to user interface without sacrificing performance or customizability.
649+ It comes with PBR materials and render routine out of the box and utilizes
650+ GPU culling to enable incredible performance with such a simple API.
651+
652+ There're many fun things in the pipeline including a full custom shader
653+ system, both cpu and gpu side optimization, and more rendering features.
654+
655+ The [ v0.1 version] [ rend3-crates ] was published on crates.io
656+ ([ docs] ( rend3-docs ) and [ examples] ( rend3-examples ) ) and v0.2 is going
657+ to be coming out very soon.
658+
659+ [ rend3-docs ] : https://docs.rs/rend3
660+ [ rend3-examples ] : https://github.com/BVE-Reborn/rend3/tree/v0.1.2/examples
661+ [ rend3-github ] : https://github.com/BVE-Reborn/rend3
662+ [ rend3-crates ] : https://crates.io/crates/rend3
663+
629664## Popular Workgroup Issues in Github
630665
631666<!-- Up to 10 links to interesting issues -->
0 commit comments