Posts

Showing posts from February, 2008

Dose2 - Now in fullscreen splendor

I love the Dose2 [1] demo by mfx, but I always wanted it to run in a better resolution, as it is fully vectorial. So here it is, finally you can run it in 1600x1200 if you dare! Download the sources [2], compile and run! You can try the following command line options: -fullscreen : obviously, switch to fullscreen. -stretch : use the current resolution. -nofill : do not apply the magic xor - some kind of wireframe, search fillcopy() in main.c to see some f*cking clever code. -WIDTHxHEIGHT : choose resolution. WIDTH and HEIGHT can be any size. [1] http://pouet.net/prod.php?which=3289 [2] http://kassoulet.free.fr/files/dose2_2008-05-03.tar.gz (new, 2x faster version!) Ed: Now also on github . Ed2: Backbuffer was blitted two times, new version is 2x faster in big resolutions!