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
zx0 use demonstrated by compression of Background asset which is now a smaller INCBIN than the native uncompressed RAW asset.
It is decompressed into a BSS bitplanes area, which is ALLOC'ed at runtime making the executable file size considerably smaller.
Also improved assets workflow so that incremental updates can take place without reprocessing all assets
by E. Th. van den Oosterkamp, and used under his permissive license terms.
38
40
41
+
This demo also includes m68k asm `zx0` decompression code from [`salvador`](https://github.com/emmanuel-marty/salvador) by Emmanuel Marty, also used under permissive license terms.
42
+
39
43
The app was also developed in the equally excellent
extension for [Visual Studio Code](https://code.visualstudio.com/) (VSCode).
@@ -98,6 +102,22 @@ It is part of the [`netpbm`](https://netpbm.sourceforge.net/) toolkit.
98
102
sudo apt install netpbm
99
103
```
100
104
105
+
### salvador ###
106
+
[salvador](https://github.com/emmanuel-marty/salvador) is used to compress `*.raw` images into `*_raw.zx0` packed files in the `zx0` format to help save space.
0 commit comments