Skip to content

Commit f4cac35

Browse files
committed
add rend3 and ktx2
1 parent 9d90378 commit f4cac35

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

content/news/026/index.md

+36
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,42 @@ As the godot-rust community keeps growing, the project can now be found
213213

214214
## Library Updates
215215

216+
### [ktx2](ktx2-github)
217+
218+
A revamped and refactored version of @F3kilo's ktx2-reader,
219+
this serves as a parsing library for the texture container format
220+
of ktx2. This format allows you to store textures in formats that
221+
GPU apis directly accept, without decoding costs. For more information,
222+
[read the docs](ktx2-docs).
223+
224+
ktx2 writing support will come a future release.
225+
226+
[ktx2-github]: https://github.com/BVE-Reborn/ktx2
227+
[ktx2-docs]: https://docs.rs/ktx2
228+
229+
### [rend3](rend3-github)
230+
231+
![rend3 sci-fi base scene](rend3-scifi.jpg)
232+
_rend3 rendering a complex scene_
233+
234+
rend3 is a new 3D rendering library that focuses on having an easy
235+
to user interface without sacrificing performance or customizability.
236+
It comes with PBR materials and render routine out of the box and utilizes
237+
GPU culling to enable incredible performance with such a simple API.
238+
239+
We have many fun things in the pipeline including a full custom shader
240+
system, both cpu and gpu side optimization, and more rendering features.
241+
242+
We have published [v0.1][rend3-crates] on crates.io
243+
([docs](rend3-docs) and [examples](rend3-examples)) and v0.2 is going
244+
to be coming out very soon.
245+
246+
[rend3-docs]: https://docs.rs/rend3
247+
[rend3-examples]: https://github.com/BVE-Reborn/rend3/tree/v0.1.2/examples
248+
[rend3-github]: https://github.com/BVE-Reborn/rend3
249+
[rend3-crates]: https://crates.io/crates/rend3
250+
251+
216252
## Popular Workgroup Issues in Github
217253

218254
<!-- Up to 10 links to interesting issues -->

content/news/026/rend3-scifi.jpg

562 KB
Loading

0 commit comments

Comments
 (0)