The demo scene does some pretty amazing things with 4096 bits.
Clicked a couple links and got to this presentation, but I still wasn’t able to figure out—what exactly are they producing that’s under 4k? Is it a media file with video and audio (and if so, what format is it in), or is it a small program that in turn produces a larger media file?
Clicked a couple links and got to this presentation, but I still wasn’t able to figure out—what exactly are they producing that’s under 4k? Is it a media file with video and audio (and if so, what format is it in), or is it a small program that in turn produces a larger media file?
They typically produce a program that, when run, plays video and audio in real time after a loading period.
So, I take it the uncompiled source would be what’s under 4k, rather than the resulting executable. Is that right?
It’s the executable size that counts, generally.
Ah, cool. Thanks!