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

Rainbooows! - Now With Term.clear() Animation!

Started by jesusthekiller, 13 August 2013 - 04:01 PM
jesusthekiller #1
Posted 13 August 2013 - 06:01 PM
Rainbooows!

Rainbows power for CC!





Ever wished that CC was a little bit more rainbowish? Well, this program will completely change your CC experience!


Screenshot:



Download: pastebin get eiWmSKAV rainbow


Version 2 out, adds term.clear() animation!
TheOddByte #2
Posted 13 August 2013 - 06:22 PM
Even though I'm not sure how this is useful, Rainboooows! :D/>
Nice! :)/>
+1 since rainbows are simply overly awesome! :3
jesusthekiller #3
Posted 13 August 2013 - 06:29 PM
I thought you will like it when I've looked at your avatar :P/>
Dave-ee Jones #4
Posted 14 August 2013 - 04:02 AM
AAHH!!! My eyes!!!

I cannot quote you on that since I cannot even see it… :P/>
TheOddByte #5
Posted 14 August 2013 - 08:06 AM
Just because of this uhmm..
I made a hacking theme kinda
Spoiler

local oldWrite = term.write
local oldClear = term.clear
local oldCursor = term.setCursorBlink
local oldVer = os.version

term.write = function(text)
  if term.isColor() then term.setTextColor(colors.lime); term.setBackgroundColor(colors.green);
end
 oldWrite(text)
end

term.setCursorBlink = function(boolean)
  if term.isColor() then term.setTextColor(colors.lime)
end

if boolean then oldCursor(true)

 else
 oldCursor(false)
 end
end

term.clear = function()
 if term.isColor() then term.setBackgroundColor(colors.green) oldClear() end
end

os.version = function()
 print("HackOS 9000.1")
end

term.clear()
term.setCursorPos(1,1)
print(os.version())
Overriding functions is fun isn't it? :P/>
Just typed this on my phone :D/>
jesusthekiller #6
Posted 14 August 2013 - 08:15 AM
Nice :D/>

You gave me idea for Rainbooows! v2 :D/>
TheOddByte #7
Posted 14 August 2013 - 08:21 AM
Can you give me a hint on what the idea was? :)/>
jesusthekiller #8
Posted 14 August 2013 - 08:30 AM
Version 2 out, adds term.clear() animation!
joshmanisdabomb #9
Posted 14 August 2013 - 09:05 AM
It's… beautiful…
On a side note, does anybody else get minor lag when they, for example, press and hold any key in the terminal or is it just my computer?
jesusthekiller #10
Posted 14 August 2013 - 11:29 AM
Thanks!

You are spamming "key" event, it will lag :)/>
UMayBleed #11
Posted 14 August 2013 - 12:09 PM
This may not be useful, but it's awesome!
jesusthekiller #12
Posted 14 August 2013 - 12:47 PM
Thanks :)/>
PinYin #13
Posted 15 August 2013 - 08:17 AM
Упрлс
nutcase84 #14
Posted 15 August 2013 - 08:38 AM
Sweet! It looks GROOVY!
Lyqyd #15
Posted 15 August 2013 - 10:30 AM
Упрлс

As this is an English-speaking forum, it is suggested that when posting in other languages, one provide a translation of the text of their post, even if it is only a Google Translate translation.