BBC BASIC for Windows
Programming >> Graphics and Games >> Spark
http://bb4w.conforums.com/index.cgi?board=graphics&action=display&num=1505829084
Spark
Post by David Williams on Sep 19th, 2017, 1:51pm
For a current project, I finally got around to trying to create a fake electrical spark effect, as seen in the excellent RISC OS game demo 'Scorpius' (skip to the 1:50 mark):
https://youtu.be/t4hfPKWM4Mk
Here's my attempt (EXE only):
http://www.proggies.uk/temp/spark.zip
That 'Scorpius' demo, by the way, is an amazing piece of programming. The game maintained a 25 fps frame rate throughout on a slow ARM2 processor, and aside from that superb electrical spark effect, there are also parts where a differential equation is being solved in real-time (!) - but can you spot where?
David.
--
Re: Spark
Post by michael on Sep 20th, 2017, 12:35am
Very nice work. That would make a cool screen type saver.