demoscene Questions
7
Solved
I'm involved in one of those challenges where you try to produce the smallest possible binary, so I'm building my program without the C or C++ run-time libraries (RTL). I don't link to the DLL vers...
Chimkent asked 30/5, 2010 at 14:16
5
When I watch demoscene videos on youtube the author's often boast of how their filesizes are 64kb or less, some as few as just 4kb. When I compile even a very basic program in C++ the executable is...
2
OVERVIEW
I'm trying to figure out how to traverse directed cyclic graphs using some sort of DFS iterative algorithm. Here's a little mcve version of what I currently got implemented (it doesn't de...
Jehial asked 10/9, 2016 at 15:34
3
Solved
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?
4
Solved
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 ...
4
Solved
How is it possible that in a 64kb compiled exe, these programs can generate such crazy visuals, complete with matching music?
An example: Ars Nova By Phantom Lord (YouTube video of the demo runnin...
Boyt asked 7/6, 2011 at 7:9
1
Context:
Watch: http://www.youtube.com/watch?v=AWcbj7ksqwE
I'm familiar with OpenGL / GLSL / C++ / C
I've done some audio programming.
Never mind trying to compress it down to 64k or 4k fo...
Dykes asked 26/5, 2012 at 23:0
4
Solved
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 programmin...
Sublieutenant asked 13/5, 2009 at 16:49
4
Solved
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 especia...
Disloyalty asked 20/5, 2009 at 18:29
1
© 2022 - 2024 — McMap. All rights reserved.