A.D.A. Amiga Demoscene Archive

        Welcome guest!

  

  

  

log in with SceneID

  

Demos Amiga Demoscene Archive Forum / Parties / Revision 2011 (new easter party in germany)
 Page:  ««  1  2  3  4  5  »» 
Author Message
skan
Member
#1 - Posted: 28 Apr 2011 10:17
Reply Quote
I just have to quote the whole Bonkers' post along with shitloads of +1s!!! ;)
SoLO
Member
#2 - Posted: 28 Apr 2011 11:32
Reply Quote
I was a bit surprised too about the Skarla last demo's comments. They are not that bad actually, most people enjoyed the demo, but they didn't like the music, especially the vocal.
I still dont know why because i really like it, i like the vocal, it fits to the demo, but it seems it's a big deal for many people.
I am sure if it was the same song but with a woman's voice, they will think it sounds great ;)
sp_
Member
#3 - Posted: 28 Apr 2011 13:35
Reply Quote
Jamies Comeback was a nice Surprise. Does it run smooth on the real hardware?
jamie2010
Member
#4 - Posted: 28 Apr 2011 13:38
Reply Quote
Actually it's not really smooth on my 68060 at 50 mhz, most effects run in 3vbl, with 2 more weeks all screen could be run at 25 fps, but you know for this we need time.
sp_
Member
#5 - Posted: 28 Apr 2011 13:44
Reply Quote
hehe. with 25fps on 50mhz it will be massive :D I iked that you used the old objects from the older demos and rendered them all together in the same scene.. That is what I call Optimizing.. :D

I have to disassemble to see which tricks you used this time :D
jamie2010
Member
#6 - Posted: 28 Apr 2011 13:49
Reply Quote
Parallelization and prefetch are the tricks)
sp_
Member
#7 - Posted: 28 Apr 2011 14:02
Reply Quote
Are you using the FPU for perspective correcting? While interpolating 8-16 pixels?
jamie2010
Member
#8 - Posted: 28 Apr 2011 14:07
Reply Quote
yep always, i use the winden division trick for parallelize all fdiv.
sp_
Member
#9 - Posted: 28 Apr 2011 14:14
Reply Quote
That is beatiful. :D The King of optimize is back!
kiero
Member
#10 - Posted: 28 Apr 2011 14:56
Reply Quote
oh come on, parallelizing divs is easy;) and in perspectivecorrect rasterizer basicly essential.

btw, nice work on the engine. i never realy liked spanbuffer (or derivate) based renderers tho. they are too limiting imo.

hope you will not make it one production comeback too.
sp_
Member
#11 - Posted: 28 Apr 2011 15:21
Reply Quote
hehe. Jamie was the king of optimize in 1998. You are the king of 2011. (Or maybe it is Blueberry?)
To bad they don't produce Eurochart anymore.

anyway,

The old optimizer is giving you some challenges. :D
jamie2010
Member
#12 - Posted: 28 Apr 2011 15:31
Reply Quote
Parallelizing divs is easy, parallelizing all divs need more work and it will made a huge difference at the end. Btw stan's fluid or particle are easy too:)

Spanbuffer or coverage buffer in our case has some advantages and some inconvenients, our end scene must be faster without the occlusion part. If i choose this direction it's for the polygon material sorting before the renderer pass.

It was not a one production comeback, see you at Revision 2012.
sp_
Member
#13 - Posted: 28 Apr 2011 15:49
Reply Quote
I also liked the demo from Dekadence. The "shader like" GLOW filter made it look good. This is something you should try to implement Jamie. (Or just rip it from Britelite's EXE :)

It will give the 3d scenes 2011 look.
kiero
Member
#14 - Posted: 28 Apr 2011 15:56
Reply Quote
hehe, i never said fluids are hard. just lots of code uglification;) back to divisions i agree that they can be a pita. my texturemapper (except perspective correct one) has lame workaround by using lookups. never bothered to kill that. but i think i had integer divisions in transformations code till last year. paralelized fpu divisions gave both speedup and accuracy (mixed fpu and integer code). oh, and clipping code. maybe next year;)

about particles. there is one tricky/smart part in my particle rasterizer. it allows for big amounts of big and blended particles by utilizing simple trick (i wonder if everyone knew it before me). whole particle rasterizer is still in optimized C and it managed to render between 4 and 11(or was it 12)k particles in various effects (depending on how heavy rest of the effect is).

"It was not a one production comeback, see you at Revision 2012."

hopefully:)
jamie2010
Member
#15 - Posted: 28 Apr 2011 16:09
Reply Quote
You see my point, you're actually one or maybe the best coder on amiga scene and you don't use the amiga at full capacity. We use fpu-cpu in transformation for age now, add the prefetch and write all your vertex information in 16 bytes format and you will see a real boost. I tried to share edge computation but it was not a succes so i tried the cpu with a looked table(the very old way) and finally back to the fpu with the subpixel precision for avoid edge crack.

How you synchronized the particle effect on your music? Your synchro are really top.
britelite
Member
#16 - Posted: 28 Apr 2011 16:48
Reply Quote
sp_: or if someone asks nicely I can share the code for the glowfilter, when I've optimized it a bit more :)
jamie2010
Member
#17 - Posted: 28 Apr 2011 16:59
Reply Quote
Sp is ironic sometines:) I must optimize my slow radial blur too, process 2 pixel at once and it will be a lot faster.
kiero
Member
#18 - Posted: 28 Apr 2011 17:17
Reply Quote
@jamie:
sure. i have lots of places to optimize my code. my problem is i don't want to focus on one thing for too long. sure it would be nice to optimize 3d engine (or any other effect) more and more but instead i prefer to add something new. this leaves your code slower but adds more variety to the demos and helps to keep you interested in coding. different schools maybe;)

as for particles, it really is just timer/envelope based. takes time but we have envelope reloading at runtime, variables which can be tweaked without recompilation (http://wozniak-m.w.interia.pl/guigrab.jpg) and timeline rewinding, so having sound editor on second screen it is not that consuming:)
skan
Member
#19 - Posted: 28 Apr 2011 17:49
Reply Quote
@Kiero
Does it need 64mb this time again? Can't get it running here...
skan
Member
#20 - Posted: 28 Apr 2011 17:52
Reply Quote
@sp_

King of optimization? Blueberry, hands down. Or better: a weird Blueberry-StingRay hybrid!!! ;P
kiero
Member
#21 - Posted: 28 Apr 2011 18:00 - Edited
Reply Quote
@skan

[blah, edited].

i just cut down 1-2 mb so it might run. will prepare special binary for testing
skan
Member
#22 - Posted: 28 Apr 2011 18:28
Reply Quote
@kiero
Cool, thx! =)
kiero
Member
#23 - Posted: 28 Apr 2011 18:39
Reply Quote
ok, try this one:

http://wozniak-m.w.interia.pl/eld-sotd_lowmem.exe

it will be little bit slower but shouldn't require more than 32MB of memory. not tested on amiga so beware;)
skan
Member
#24 - Posted: 28 Apr 2011 19:53 - Edited
Reply Quote
@kiero

Thanks man, gonna test RIGHT NOW! ;D

You see, my odd setup is 48MB, but coders tend to consider either 32 or 64 megs only, goddammit!!! ;P

EDIT:

No way, it gurus badly quite soon while loading... :(
kiero
Member
#25 - Posted: 29 Apr 2011 01:27
Reply Quote
ok, it might be something else then. just tried it under uae with 32MB and it runs together with final release. mail me at kiero@theelude.eu so we won't polute forum anymore.
z5_
Member
#26 - Posted: 30 Apr 2011 13:04
Reply Quote
Anybody got any idea when the final versions of the demos will be released? At least Shake off the dust and Human Traffic are confirmed to get a final release. Can't wait to watch them.
Charlie
Member
#27 - Posted: 30 Apr 2011 22:13
Reply Quote
I finally found some time to post here. Thank you for all the Amiga entries at Revision 2011! And even if the demos where the best again, lets not forget the 64k intros and the oldschool 4k intros as well, thank you for all of them. Because of the quality of your entries, I can only say, it's been a real pleasure to serve as your Amiga compo orga again.

I hope you all, and everyone who couldn't make this year will be back for Revision 2012, to shake off the dust from the old Amigas again, and let the world know by causing some massive human traffic, it's not the swansong of the Amiga scene yet! :)
d0DgE
Member
#28 - Posted: 30 Apr 2011 23:54
Reply Quote
z5: the final version to our humble intro has been posted on pouet today

Charlie: BESTEST Skoda compo master ev4r \o/
z5_
Member
#29 - Posted: 2 May 2011 19:35
Reply Quote
The first batch of releases is added. I'll try to do the others tomorrow. Anyone can help on the correct credits for Spring Onion?

Also, if anyone has Winuae settings for Massive, that would be appreciated.
jamie2010
Member
#30 - Posted: 3 May 2011 01:01
Reply Quote
The demo doesn't work with latest version of winuae, try the winuae 2.2.0. I can send you my config, but it's a really standard configuration. Give me your mail and i will send you the config.
 Page:  ««  1  2  3  4  5  »» 

  Please log in to comment

  

  

  

 

A.D.A. Amiga Demoscene Archive, Version 3.0