Color Script/Ascii Art contest - Unix Related Arts & Image Manipulation Software

Users browsing this thread: 1 Guest(s)
venam
Administrators
Hello fellow nixers,

In the spirit of the June events/projects I'm glad to introduce you with the color script contest.

The goal is simple you have to create one of those show off color script.

It would be preferable if it was a small colorful ascii art but we're good with anything artistic.

We accept submissions until Monday 27th June.

The voting will take place between the 27th and 28 June.



--HELPERS--
For those who have no idea of the ansi code to user I've prepared a little script that shows all the colors: foreground and background.

http://pub.iotek.org/p/P3l82wJ


Cheers!
venam
Administrators
This is my submission: https://github.com/venam/Ascii-Arts/blob...mina.ascii

Here's a screenshot:

[Image: kTQx64l.png]
josuah
Long time nixers
@venam:

Thank you p.iotek.org, w3m and ffmpeg/fbdump/fbgrab..., it is possible to screenshot, upload, post and view images in this TTY-only week.

I must say I wasn't expecting this kind of "art", because this really looks like you painted on a canvas with characters. I really like it!

I have one script waiting to be uploaded:

Code:
$ dna ATCG

|  O   O                                             *---*    
|  \\ /                                             /     \    
|    P           N.        NH2   |||||||   O       *       *  
|   / \       //   `.     /                 \\    / `.   ,'|  
|  O-  O     *       *---*                   *---N    `O'  *  
|     /       \     //   \\                 /     \       /    
|    *  ,O.    N---*       N   ||||||||   HN       *     O   O-
|    |,'   `. /     \     /                 \    //       \ /  
|    *       *       N===*                   *---*         P  
|     \     /                               //    \       / \\
|      *---*   Adenine                     O       *     O   O
|      |                                                 |    
|  O   O     *       O                               *---*    
|  \\ /       \    //                               /     \    
|    P         *---*                   *===N       *       *  
|   / \       //    \                 /     \     / `.   ,'|  
|  O-  O     *       NH   ||||||||   N       *---N    `O'  *  
|     /       \     /                 \\   //     \       /    
|    *  ,O.    N---*                   *---*       *     O   O-
|    |,'   `. /    \\                 /     `.   //       \ /  
|    *       *       O   |||||||   H2N        `N           P  
|     \     /                                             / \\
|      *---*   Thymine                                   O   O
|      |                                                 |
|  O   O             O   |||||||   H2N               *---*    
|  \\ /            //                 \             /     \    
|    P         *---*                   *===N       *       *  
|   / \       //   \\                 /     \     / `.   ,'|  
|  O-  O     *       N   ||||||||   HN       *---N    `O'  *  
|     /       \     /                 \    //     \       /    
|    *  ,O.    N---*                   *---*       *     O   O-
|    |,'   `. /     \                 //    `.   //       \ /  
|    *       *       NH2   |||||||   O        `N           P  
|     \     /                                             / \\
|      *---*   Cytosine                                  O   O
|      |                                                 |
|  O   O                                             *---*    
|  \\ /                                             /     \    
|    P           N.        O   |||||||   H2N       *       *  
|   / \       //   `.    //                 \     / `.   ,'|  
|  O-  O     *       *---*                   *---N    `O'  *  
|     /       \     //    \                 /     \       /    
|    *  ,O.    N---*       NH   ||||||||   N       *     O   O-
|    |,'   `. /     \     /                 \\   //       \ /  
|    *       *       N===*                   *---*         P  
|     \     /             \                 //            / \\
|      *---*   Guanine     NH2   |||||||   O             O   O
|      |                                                 |

It generates a molecule of DNA by pasting together the apropriate nucleotides.

[Image: cee.png]

PS: I had to rotate the screen to take the screenshot.

Code:
$ sudo su
# printf '3\n' > /sys/class/graphics/fbcon/rotate
venam
Administrators
Maybe I forgot to mention it but the output should show all the terminal colors.
It's a display of the theme so that makes sense.

Still excellent submission, I love it!
pranomostro
Long time nixers
@sshbio:
That's a really good submission!

Wow.

So much art around here.
z3bra
Grey Hair Nixers
What would be better at showing a color palette, than a color palette?

[Image: wa9]
venam
Administrators
This didn't turn out the way I wanted.

Thanks sshbio for submitting.
xero
Long time nixers
i didnt have time to finish mine this weekend :/
z3bra
Grey Hair Nixers
Arf, my submission got ignored. I tried posting it from elinks..
There you go:

[Image: wf4]
venam
Administrators
(23-06-2016, 04:25 PM)z3bra Wrote: What would be better at showing a color palette, than a color palette?
(27-06-2016, 05:11 PM)z3bra Wrote: [Image: wf4]
Ok... that was the joke.
Well done!
josuah
Long time nixers
I tried but this did not work, not enough colors.

z3bra's palette have plenty of colors, venam drew a canvas by melting those primary colors up to 256 colors (or is it your theme?), and if we are very good at it, we could go as high as 16 millions.

Pretty decent for art!

[EDIT] Yes, primary colors of the terminal, not the same as for painting or screens...
venam
Administrators
I'm sorry I forgot about this contest.
If anyone still want to submit something it would be cool.
josuah
Long time nixers
So here is my very late submission :P

It is still not valid, as it only displays one color at a time, but you can select which one you want, so you can cover the whole palette.

https://gist.github.com/josuah/14141cc96...646cb039e1

For help, type "lightsaber whatever".

[BONUS] Just share it as much as you want, but I only posted a link in this thread (no reddit): nixers first!

Code:
.                                                                         _/" "/" /-| /"<   |/|/ /-| /"< _/"
venam
Administrators
(09-11-2016, 05:50 PM)josuah Wrote: https://gist.github.com/josuah/14141cc96...646cb039e1
I like how it even retracts when you stop the script.
Well done.
xero
Long time nixers
i never really finished this, but i dont think i'm gonna work on it anymore, so here it is...

https://github.com/stark/Color-Scripts/b.../pukeskull

~/bin/rainbow-puke-skull

[Image: pukeskull.png]

*edit*
fix urls