Tagged Questions
The demoscene tag has no wiki summary.
14
votes
14answers
851 views
How many real world developers are involved with the Demoscene?
I grew up learning to code based on what I've experienced with the demoscene. It seems to be a pretty sparse subculture in the US. How many developers watch or participate in the scene?
Teaser: If ...
7
votes
2answers
114 views
What is the “side scrolling hack” from old games?
I have heard that old arcade side scrolling games used a specific programming hack to enable performant side scrolling.
I understand that years ago the machines weren't powerful enough to repaint the ...
7
votes
3answers
521 views
How can I learn the insane art of 4K democoding?
I love the demoscene a lot, especially those small 4K exefiles. They don't have any dependencies except for the files already found in windows and they exhibit the awesome power of programming: 3D ...
5
votes
3answers
768 views
Demo (FX) Coding Tutorials?
I'm looking for a few good tutorials to get me started in demo coding. I have some background in CG but it's all rather theoretical.
There are many regular 3D programming tutorials, but I'm especially ...
3
votes
3answers
114 views
What languages or methods allow graphics & music demos to fit in 64kb EXEs?
How they do this , sorry maybe old or dumb question but what the hell 64kb compiled exe and such a visual art it's even match with music
http://www.scene.org/file.php?id=581018
they did it even ...
3
votes
2answers
225 views
kkrunchy - how to get rid of the tls data in a Delphi executable?
Just for fun and giggles I'm trying to create a 64k intro in delphi. One of the best executable packers for applications of this size is kkrunchy by Farbrausch. However, when I run it on an (otherwise ...
2
votes
1answer
91 views
What counts towards demo scene size restrictions? [closed]
So I wanna make a small (64k) demo--nothing super impressive, just for the coding experience. I've been wondering, what exactly counts towards a byte count? For example, I could embed Lua as a ...
2
votes
1answer
121 views
Realtime raytracing — Sult (Loonies, 4k Intro)
I'd like to know how were effects from Sult (link: http://www.youtube.com/watch?v=FWmv1ykGzis) achieved. How is it possible that this intro does realtime raytracing ?
1
vote
2answers
899 views
Animation effect in .NET?
Can someone point me to a C# open source implementaion with a simple image animations.
e.g. I feed the input image to animator, and the animation code produces a few dozen of images which if ...
0
votes
3answers
162 views
64kB demos, how do they work?
I've seen some programs showing amazing highly detailed 3d scenes with soundtracks, but what shocked me is that they are all smaller than 64kB! How do these programs work?
0
votes
1answer
125 views
compiling sstrip from ELFkickers for Ubuntu10.04 : asm/elf.h problems
I'm playing around with creating tiny executables under linux. My attention has come to a formerly used tool from Muppetlabs.com named sstrip from the ELFkickers collection ...
0
votes
2answers
1k views
Disassembler for Linux capable of disassembling old DOS .COM/.EXE files
My first question here, hopefully I'm not doing it wrong.
My problem is that I have a certain old DOS program which has quite much hacked the file format to the extreme to save space. (Yes, it's a ...