8000 N46: Blit: Add img, fmt fixes · tversteeg/rust-gamedev.github.io@a36d2ca · GitHub
[go: up one dir, main page]

Skip to content

Commit a36d2ca

Browse files
committed
N46: Blit: Add img, fmt fixes
1 parent e2dc3e0 commit a36d2ca

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

content/news/046/blit.png

15.1 KB
Loading

content/news/046/index.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,26 @@ If needed, a section can be split into subsections with a "------" delimiter.
7575

7676
## Library Updates
7777

78-
### Blit
78+
### [blit]
7979

80-
[Blit](https://github.com/tversteeg/blit) is a GPL licensed library for quickly blitting 2D images on a pixel buffer.
80+
![blit example: blitting the full sprite](blit.png)
8181

82+
[blit] is a GPL licensed library for quickly blitting 2D images on a pixel buffer.
8283
After a long stale period development has resumed quite a bit in the last couple of months.
8384

84-
The previous big release, [v0.7.0](https://github.com/tversteeg/blit/releases/tag/v0.7.0), saw a big improvement in performance and API ergonomics.
85-
It also introduced interactive WebAssembly examples which can be seen here: https://tversteeg.nl/blit/showcase/
85+
The previous big release, [v0.7.0][blit-0-7], saw a big improvement in performance
86+
and API ergonomics. It also introduced interactive WebAssembly examples
87+
[which can be seen here][blit-web-show].
8688

87-
The latest big release, [v0.8.0](https://github.com/tversteeg/blit/releases/tag/v0.8.0), is a complete rewrite of the quite old and admittendly outdated API.
88-
A focus has been put on both ergonomics and performance. There's now many ways of drawing a subsection, tiling, masking and creating repeating slices of an image on a pixel buffer.
89+
The latest big release, [v0.8.0][blit-0-8], is a complete rewrite of the quite old
90+
and admittendly outdated API. A focus has been put on both ergonomics and performance.
91+
There's now many ways of drawing a subsection, tiling, masking and creating
92+
repeating slices of an image on a pixel buffer.
93+
94+
[blit]: https://github.com/tversteeg/blit
95+
[blit-0-7]: https://github.com/tversteeg/blit/releases/tag/v0.7.0
96+
[blit-0-8]: https://github.com/tversteeg/blit/releases/tag/v0.8.0
97+
[blit-web-show]: https://tversteeg.nl/blit/showcase
8998

9099
## Popular Workgroup Issues in Github
91100

0 commit comments

Comments
 (0)
0