comment by rloaderror on 05 May 2022
Great mood in this with that awesome soundtrack and nice colour scheme. Is that zooming android in Ham mode?
comment by hellfire on 07 May 2022
rloaderror: Yes, it's a bilinear 220x180 HAM zoomer using a 10:10:10 (-----RRRRR-----GGGGG-----BBBBB) pixel format, so we can lerp RGB with a single mul and hide the inaccuracy in the dither ;)
comment by astuermer on 19 February 2023
A hell of a demo :)
But sometimes I get graphical distortions and/or corrupted sound when the rotating cube starts.
comment by hellfire on 08 March 2023
astuermer:
That sounds like the "stack" issue again (which we still haven't released a proper fix for).
Try to call "stack 10000" before running the demo.
comment by rloaderror on 12 March 2023
I added this magic to The Martini Effect to get more stack than the default.
static const char USED min_stack[] = "$STACK:102400";
Where USED is a compiler specific macro that prevents the unused string from getting removed..
comment by Toffeeman on 26 March 2023
The recent comments inspired me to watch again. Very cool demo with many nice effects.
Loved the zooming android part! What are the requirments to run the zoomer at full speed?
Please log in to add a comment!
User Votes: Average: 4.67 points (3 votes) |
Please log in to vote on this production!
|