Does anyone know of any good web sites that are in English that have tutorials and source code examples for the wild graphics effects I've seen in 8 bit demos? I can find lots of web sites with general programming info but I'm looking for specific info on how to do 3D spline dots, warping, melting, stretching effects, polygons and other effects shown in these demos.
Special effects demo source code/tutorials web sites?
Started by Zaxxon, Feb 18 2004 9:47 PM
3 replies to this topic
#1
Posted Wed Feb 18, 2004 9:47 PM
#2
Posted Thu Feb 19, 2004 3:08 AM
zaxxon, mainly there arent much tutorials etc available....
most of the time you can search for basic PC infos & source codes (asm, pascal, c) on the web and there are a lot of tutorials for many effects same as you have mentioned...
the tricky part is then how to transfer that into our lovely 8bit machine and do it fast... once you know how to prepare the desired lookup tables you can transfer the concept of an effect...
f.e. transparency (alpha blending), zoom rotator, water/fire, warping, tunnel, wolf clone, 3d stuff, blurr, bump mapping, etc. etc. etc are all well known from PC/Amiga so you find tutorials there...(hurray google)
check out my links:
here is my source code of really unreal intro with twirling / burning lines:
(even the algorithm is being described...):
http://www.stud.uni-karlsruhe.de/~un55/Ata...ari8/demos.html
1st start regarding the so called "GTIA modes" (80x60)
http://www.s-direktn..._nadj/gtia.html
but nowadays you'll use "mode9++":
http://www.s-direktnet.de/homepages/k_nadj...dj/mode9++.html
unfortunalty a lot of demos are written in poland so a lot of tutorials are not in english... sad but true. you'll can check & search the net for this atari disc based magazines:
mega magazine from freddy offenga (asm tutorials) in english
barry mag from shadows (? not sure about that...polsih)
abbuc magazines (german)
energy fancine (by taquart...polish)
and a lot of other stuff like atari 3d stuff is available on the net as well...as far as i can remember satantronic has published their 3d thorus demo incl. source code... (not to mention of course the complete source code of numen demo...
)
i had many inspirations from amiga & PC demos, tutorials AND c64... get the "the fridge" http://www.ffd2.com/fridge/ and read through the heavily rewarded and usefull "c= hacking issues".
of couse you can not transfer 1:1 c64 code but the algorithms and concepts can be ported and the c hacking issues are in english...
f.e. the "fast multiply algorithms" method is used in several demos on atari (i haven't used that in my really unreal intro... that's why you have a 2 minutes precalculation time with the TQA logo at the beginning......sorry i am not a math guy...
)
i am sure dracon can add a lot more here and even our c64 guys like TMR.
most of the time you can search for basic PC infos & source codes (asm, pascal, c) on the web and there are a lot of tutorials for many effects same as you have mentioned...
the tricky part is then how to transfer that into our lovely 8bit machine and do it fast... once you know how to prepare the desired lookup tables you can transfer the concept of an effect...
f.e. transparency (alpha blending), zoom rotator, water/fire, warping, tunnel, wolf clone, 3d stuff, blurr, bump mapping, etc. etc. etc are all well known from PC/Amiga so you find tutorials there...(hurray google)
check out my links:
here is my source code of really unreal intro with twirling / burning lines:
(even the algorithm is being described...):
http://www.stud.uni-karlsruhe.de/~un55/Ata...ari8/demos.html
1st start regarding the so called "GTIA modes" (80x60)
http://www.s-direktn..._nadj/gtia.html
but nowadays you'll use "mode9++":
http://www.s-direktnet.de/homepages/k_nadj...dj/mode9++.html
unfortunalty a lot of demos are written in poland so a lot of tutorials are not in english... sad but true. you'll can check & search the net for this atari disc based magazines:
mega magazine from freddy offenga (asm tutorials) in english
barry mag from shadows (? not sure about that...polsih)
abbuc magazines (german)
energy fancine (by taquart...polish)
and a lot of other stuff like atari 3d stuff is available on the net as well...as far as i can remember satantronic has published their 3d thorus demo incl. source code... (not to mention of course the complete source code of numen demo...
i had many inspirations from amiga & PC demos, tutorials AND c64... get the "the fridge" http://www.ffd2.com/fridge/ and read through the heavily rewarded and usefull "c= hacking issues".
of couse you can not transfer 1:1 c64 code but the algorithms and concepts can be ported and the c hacking issues are in english...
f.e. the "fast multiply algorithms" method is used in several demos on atari (i haven't used that in my really unreal intro... that's why you have a 2 minutes precalculation time with the TQA logo at the beginning......sorry i am not a math guy...
i am sure dracon can add a lot more here and even our c64 guys like TMR.
#3
Posted Thu Feb 19, 2004 12:01 PM
Heaven/TQA said:
most of the time you can search for basic PC infos & source codes (asm, pascal, c) on the web
You should master assembler language at first, then look into various zines (MEGAMAGAZINE or Polish ones). Also, try to dissassemble and understand effects with using Freezer/QMEG monitor.
Then I recommend downloading and analysing our source code from NUMEN DEMO.
Maybe some coders will answer when you prepare a clear list of questions...
Heaven/TQA said:
"barymag" from shadows (? not sure about that...polsih)
>abbuc magazines (german)
I didn't find many dox on demos there, but... there was "RELOCATOR" program from gifted German demo-coder JACOMO LEOPARDI.
One of JACOMO's friend was also German coder - TLB. His website is here: http://www.nonamecrew.com/. Maybe you should contact him ?
Heaven/TQA said:
energy zine (by taquart...polish)
Heaven/TQA said:
i am sure dracon can add a lot more here and even our c64 guys like TMR.
And I hope that you, Zaxxon, will make some great demos in near future!!! There are not so many atari coders already....
But of course you should start from some more simple stuff...
#4
Posted Thu Feb 19, 2004 6:19 PM
My advice to most people who want to code demos is, as has been said, to start simple and build up - in fact, game code is easier than demo code and teaches the foundations needed so that might be one direction to consider...?
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users














