Post AAO6hGDsdpSD5GDEZM by karolbelina@merveilles.town
(DIR) More posts by karolbelina@merveilles.town
(DIR) Post #AAO6hGDsdpSD5GDEZM by karolbelina@merveilles.town
2021-08-16T15:49:46Z
3 likes, 4 repeats
https://www.youtube.com/watch?v=YfCyzwASzJ4Bad Apple!! for #uxn. someone had to do it eventuallyyou can get the `.tal` file and check out the whole process here https://github.com/karolbelina/bad-apple-uxn#theWorkshop
(DIR) Post #AAO6hHquaCGm8bTv2u by karolbelina@merveilles.town
2021-08-16T15:50:39Z
0 likes, 0 repeats
the assembled binary size is around 63k bytes. it contains the rendering code and the compressed video data810 1bit 42x32px frames compressed with RLE fits nicely in the 64kb minus 256b limit. turns out RLE is especially nice with only two colors. there's also ~1.5k to spare, anybody willing to squeeze in the audio? lol
(DIR) Post #AAO6hJMUyF88orGev2 by karolbelina@merveilles.town
2021-08-16T15:51:08Z
0 likes, 0 repeats
if you're having synchronization issues when playing the video along with the original Bad Apple video, you can tweak the `FRAME-TIME` constant in the uxntal file, or if you need more precision you can fiddle with the `SDL_Delay` function in the uxnemu source code (that's what i did for the yt video, it was still laggy as hell at the beginning, but after trying for like 2 hours i decided i dont care)