Skip to content

Commit f6f4519

Browse files
authored
N29: rapid-qoi (#907)
1 parent 7d68fe2 commit f6f4519

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: content/news/029/index.md

+14
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,20 @@ _Discussions: [/r/rust]_
460460
[/r/rust]: https://reddit.com/r/rust/comments/r6mn0g/shard_020
461461
[Shard]: https://github.com/HindrikStegenga/Shard
462462

463+
### [rapid-qoi]
464+
465+
[rapid-qoi] by @zakarumych is an implementation of QOI format written in Rust.
466+
467+
QOI format can fit nicely as a replacement for PNG
468+
and other common loseless image formats
469+
for game engines given its simplicity and blazing fast encoding and decoding.
470+
471+
[rapid-qoi] has simple API, zero unsafe, zero dependencies,
472+
fast build times and high performance.
473+
It is compatible with finalized QOI spec publised in December.
474+
475+
[rapid-qoi]: https://github.com/zakarumych/rapid-qoi
476+
463477
## Popular Workgroup Issues in Github
464478

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

0 commit comments

Comments
 (0)