Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - xen

Pages: [1]
1
@Hotshot:
Thanx!  :)
I've used 6510 and 680x0 ASM many years ago. Then switched to C/C++, and lately doing some AS3 (flash), mainly for the purposes of recreating old C64 intros (like this one). But I guess language is not as important as is the logic behind it. :)

@jace_stknights:
Thank you for your answer. Yes, that was one of the ideas I had, but figured it would be a bit complicated and tiresome rendering precalc font 180x for each char and would end up eating too much space anyway, but that certainly is one of the ways of doing it. Some time ago I tried scanning through RAM while running Hardwired to see any gfx data resembling rotated chars (that would suggest precaclulating this), but found only 2d font and some parts of the twist effect without chars applied to them. This is how I figured it must be some other trick they must have used. But never tried looking for and disassembling the actual code as I suck at MC68k ML.

Anyways, thanx for your answer.

2
Remember the classic Amiga demo Hardwired by Crionics+Silents? Remember that awesome looking twist scroller?

I've always wondered how they did it. Was it some vector font deformed as i.e. rubber vectors?
Was it a form of classic vertical twister bar with font bitmap used as some sort of masking?

Any ideas of how that effect was achieved?


Pages: [1]