Audio (102) Datatype (15) Demo (56) Development (248) Document (63) Driver (19) Emulation (62) Game (531) Graphics (229) Library (22) Network (63) Office (22) Utility (265) Video (18)
Total files: 1715
Full index file Recent index file
Part of aros exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] Bad Apple Demo for AROS
I've been playing around into getting Bad Apple animation squeezed into few
bytes.
Challenge came to me after reading some posts on french forums :
- https://www.amigaimpact.org/forums/topic/bad-apple/
- https://www.amigafrance.com/forums/topic/bad-apple/
I've managed to squeeze the animation down to ~800kB at original FPS (30)
The animation is vectorized and can be scaled easily without to much quality
loss.
There is a XM module laying around here
https://modarchive.org/index.php?request=view_by_moduleid&query=178526 that is
only 130kB.
Unfortunatelly I haven't found yet a good replay routine that doesn't use too
much place (a small program using mikmod library is >300kB).
The current player is using Aros Zune and is only 45kB is size, it can be
reduced quite much as miniz that is used for additional compression is embedding
also compression routines that are not required.
The source is included, and additional information is in the readme file.
Also the images and intermediated files are/will be available on sourceforge
(https://sourceforge.net/p/zunetools/code/HEAD/tree/)
Yannick
20240208: recompiled to remove dependency on internal C libraries
|