Interested in advertising on Derpibooru? Click here for information!
Help fund the $15 daily operational cost of Derpibooru - support us financially!
Description
No description provided.
Source
not provided yet
Help fund the $15 daily operational cost of Derpibooru - support us financially!
No description provided.
I’m not the guy who made it, but it looks like it was drawn with the ncurses library with a loop over the available colors over each column in ROYGBIV order (except when drawing Rainbow Dash). You can achieve the diagonal rainbow with a shift of the index to the left at the start of each new row versus the memoized index of the first column of the previous row. There’s some glitching on the left edge, however, which seems to be from window wrapping.
I was saying it looks like toilet because toilet makes rainbow colored text: https://sequoia.github.io/blog/fun-with-toilet/ (Check out the second picture).
They’re terminal escape sequences. “^C” is ctrl-C, which typically aborts a running script. “^L” is ctrl-L, which in most shells clears the screen thereafter.
What’s command that you used to make that? (it looks like toilet, but I don’t know)