This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
LDDestroier's profile picture

A basic 'screensaver' thing

Started by LDDestroier, 11 April 2016 - 02:29 PM
LDDestroier #1
Posted 11 April 2016 - 04:29 PM
I though it looked really cool. Much cooler than that thing I did that made lots of colors envelop the screen.

pastebin get RpfK4aHf sine
std pb RpfK4aHf sine

Screenshots:
Spoiler
Bye. #2
Posted 23 April 2016 - 08:37 PM
Cool animation!
Good work!
LDDestroier #3
Posted 23 April 2016 - 10:05 PM
Cool animation!
Good work!

Thanks! I put this in my Sinelock program, so it displays this animation while you're inputting your password.
Waitdev_ #4
Posted 15 May 2016 - 09:01 AM
woah, you really like screensavers, don't you? xD nice job!

edit: with blittle, this looks so cool but it's so laggy when you try it xD

Edited on 15 May 2016 - 07:15 AM
Bomb Bloke #5
Posted 15 May 2016 - 10:26 AM
There's a trick to it - you really want to set the BLittle window to "invisible" before starting to draw each frame, then set it to "visible" again once rendering is complete (eg, stick the toggles immediately before and after the doit() call). Cuts out a lot of the overhead. ;)/>
LDDestroier #6
Posted 15 May 2016 - 11:31 PM
There's a trick to it - you really want to set the BLittle window to "invisible" before starting to draw each frame, then set it to "visible" again once rendering is complete (eg, stick the toggles immediately before and after the doit() call). Cuts out a lot of the overhead. ;)/>
I modified it so it does that. And yes, I do love me some screensavers!
CrazedProgrammer #7
Posted 15 July 2016 - 12:34 AM
Very cool!