201
edits
| Ashin.mandal (talk | contribs) | Ashin.mandal (talk | contribs)  No edit summary | ||
| Line 2: | Line 2: | ||
| An experiment with Processing and Python to generate a simple looping animation. | An experiment with Processing and Python to generate a simple looping animation. | ||
| The code: | '''The code:''' | ||
| <source lang="python"> | <source lang="python"> | ||
| """ | """ | ||
| Line 103: | Line 103: | ||
| == 8bitify - an image based twitter bot == | == 8bitify - an image based twitter bot == | ||
| 8bitify is a twitter bot that takes the image and text that you tweet to him and turns it into an 8bit console cut scene. | 8bitify is a twitter bot that takes the image and text that you tweet to him and turns it into an 8bit console cut scene. | ||
| '''Example Tweet:'''  | |||
| [[File:Ashin_8bitify_input.png]] | |||
| [[File:Ashin_8bitify_output.png]] | |||
| Tweet to [https://twitter.com/8bitify @8bitify] now to get your 8 bit cut scene! | Tweet to [https://twitter.com/8bitify @8bitify] now to get your 8 bit cut scene! | ||
| The code for the filter: | '''The code for the filter:''' | ||
| <source lang="python"> | <source lang="python"> | ||
| """ | """ | ||
edits