Latest lunchtime project... matrix screensaver
comments?

Another
Install Font first
Screensaver
Same link, new version!
I've tested it pretty well, let me know if you find any bugs.
Next one will be directX 9

[Edited by Fosters - 6/10/2003 7:07:20 PM]

Another

Install Font first
Screensaver
Same link, new version!
I've tested it pretty well, let me know if you find any bugs.
Next one will be directX 9

[Edited by Fosters - 6/10/2003 7:07:20 PM]
Cheers chaps.
Daz, plain old VB, with a few APIs to speed up the animation
if you've got less than a 1500mhz, forget it - it's updating the matrix code as it drops and that's quite intensive.
I've written a 3d rotating matrix too. I'm going to incorporate it so that the code freezes on the screen and turns round showing that it's a 3d environment, not a 2d plane. I'll have to do that in DirectX tho.
Daz, plain old VB, with a few APIs to speed up the animation
if you've got less than a 1500mhz, forget it - it's updating the matrix code as it drops and that's quite intensive.
I've written a 3d rotating matrix too. I'm going to incorporate it so that the code freezes on the screen and turns round showing that it's a 3d environment, not a 2d plane. I'll have to do that in DirectX tho.
Trending Topics
I'll post it sunday - I'm in Daaarzet at the moment.
Here's a taster:
Public Type Trails
x as integer
y as integer
speed as long
LastTickCount as long
End Type
Public Type Circles
x as integer
y as integer
radius as long
LastTickCount as long
TimeToNextCircle as long
End Type
Should get you all started
Here's a taster:
Public Type Trails
x as integer
y as integer
speed as long
LastTickCount as long
End Type
Public Type Circles
x as integer
y as integer
radius as long
LastTickCount as long
TimeToNextCircle as long
End Type
Should get you all started
Nice 
What's the exploding letter bubbles thingy about though ? Never seen that before or is it on the second film ?
Also, only works on primary monitor
Otherwise, very nice.
Cheers
P.S. You have lunchtimes ?
Ian

What's the exploding letter bubbles thingy about though ? Never seen that before or is it on the second film ?
Also, only works on primary monitor

Otherwise, very nice.
Cheers
P.S. You have lunchtimes ?

Ian
Okay there's a new version now!
Click on 'Settings' to change the bits.
Download at the same link at the top of the thread
- As many code lines as you want
- screen interference too
Click on 'Settings' to change the bits.
Download at the same link at the top of the thread
- As many code lines as you want
- screen interference too
can someone on a good pc test it out please?
Have DL'ed the source (thanks for sharing) will have a nosy at it later and see what i can make of it.
Cheers.
John.






