You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/news/046/index.md
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -75,17 +75,26 @@ If needed, a section can be split into subsections with a "------" delimiter.
75
75
76
76
## Library Updates
77
77
78
-
### Blit
78
+
### [blit]
79
79
80
-
[Blit](https://github.com/tversteeg/blit) is a GPL licensed library for quickly blitting 2D images on a pixel buffer.
80
+

81
81
82
+
[blit] is a GPL licensed library for quickly blitting 2D images on a pixel buffer.
82
83
After a long stale period development has resumed quite a bit in the last couple of months.
83
84
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].
86
88
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
0 commit comments