@@ -745,20 +745,20 @@ performance when called repeatedly.
745
745
746
746
[ hecs ] : https://github.com/Ralith/hecs
747
747
748
- ### [ ktx2] ( ktx2-github )
748
+ ### [ ktx2] [ ktx2-github ]
749
749
750
750
A revamped and refactored version of @F3kilo 's ktx2-reader,
751
751
this serves as a parsing library for the texture container format
752
752
of ktx2. This format allows you to store textures in formats that
753
753
GPU apis directly accept, without decoding costs. For more information,
754
- [ read the docs] ( ktx2-docs ) .
754
+ [ read the docs] [ ktx2-docs ] .
755
755
756
756
ktx2 writing support will come a future release.
757
757
758
758
[ ktx2-github ] : https://github.com/BVE-Reborn/ktx2
759
759
[ ktx2-docs ] : https://docs.rs/ktx2
760
760
761
- ### [ rend3] ( rend3-github )
761
+ ### [ rend3] [ rend3-github ]
762
762
763
763
![ rend3 sci-fi base scene] ( rend3-scifi.jpg )
764
764
_ rend3 rendering a complex scene_
@@ -772,7 +772,7 @@ There're many fun things in the pipeline including a full custom shader
772
772
system, both cpu and gpu side optimization, and more rendering features.
773
773
774
774
The [ v0.1 version] [ rend3-crates ] was published on crates.io
775
- ([ docs] ( rend3-docs ) and [ examples] ( rend3-examples ) ) and v0.2 is going
775
+ ([ docs] [ rend3-docs ] and [ examples] [ rend3-examples ] ) and v0.2 is going
776
776
to be coming out very soon.
777
777
778
778
[ rend3-docs ] : https://docs.rs/rend3
0 commit comments