nixers
Color Script/Ascii Art contest - Printable Version
+- nixers (https://nixers.net)
+-- Forum: Development & Graphics (https://nixers.net/Forum-Development-Graphics)
+--- Forum: Unix Related Arts & Image Manipulation Software (https://nixers.net/Forum-Unix-Related-Arts-Image-Manipulation-Software)
+--- Thread: Color Script/Ascii Art contest (/Thread-Color-Script-Ascii-Art-contest)


Color Script/Ascii Art contest - venam - 23-06-2016

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!


RE: Color Script/Ascii Art contest - venam - 23-06-2016

This is my submission: https://github.com/venam/Ascii-Arts/blob/master/illumina.ascii

Here's a screenshot:

[Image: kTQx64l.png]


RE: Color Script/Ascii Art contest - josuah - 23-06-2016

@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



RE: Color Script/Ascii Art contest - venam - 23-06-2016

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!


RE: Color Script/Ascii Art contest - pranomostro - 23-06-2016

@sshbio:
That's a really good submission!

Wow.

So much art around here.


RE: Color Script/Ascii Art contest - z3bra - 23-06-2016

What would be better at showing a color palette, than a color palette?

[Image: wa9]


RE: Color Script/Ascii Art contest - venam - 27-06-2016

This didn't turn out the way I wanted.

Thanks sshbio for submitting.


RE: Color Script/Ascii Art contest - xero - 27-06-2016

i didnt have time to finish mine this weekend :/


RE: Color Script/Ascii Art contest - z3bra - 27-06-2016

Arf, my submission got ignored. I tried posting it from elinks..
There you go:

[Image: wf4]


RE: Color Script/Ascii Art contest - venam - 28-06-2016

(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!


RE: Color Script/Ascii Art contest - josuah - 28-06-2016

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...


RE: Color Script/Ascii Art contest - venam - 03-08-2016

I'm sorry I forgot about this contest.
If anyone still want to submit something it would be cool.


RE: Color Script/Ascii Art contest - josuah - 09-11-2016

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/14141cc96913647c4518bb646cb039e1

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:
.                                                                         _/" "/" /-| /"<   |/|/ /-| /"< _/"



RE: Color Script/Ascii Art contest - venam - 10-11-2016

(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.


RE: Color Script/Ascii Art contest - xero - 11-11-2016

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/blob/master/color-scripts/pukeskull

~/bin/rainbow-puke-skull

[Image: pukeskull.png]

*edit*
fix urls