-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NaGraNoGenMo #40
Comments
First idea, pretty simple, is taking tweets with a certain hashtag that also have a certain grammatical pattern, extracting a phrase from those tweets, and then smashing them together with randomly selected grammar. Some sample output:
It's rough, but I think it has potential. I could make the grammar more elegant with some templates, for instance. |
Here's a small update. What I'm trying to create here is a Watchmen-like comic layout, so this is the basic 9 x 9 grid generated with Imagemagick. I'm sure I could tweak it for the various variations on paneling that show up throughout the comic. My next steps are:
|
No github repo? SON I AM DISSAPOINT. |
@MichaelPaulukonis I'm not that far along yet. I'm just using some Perl to pass commands to imagemagick for now, which I can share if you're interested... So first I crop them down to size like $fn = basename $file;
system("convert $file -resize \"1000x\" -crop 200x300+20+20 tmp/$fn"); Then I arrange them into a page like system("montage $pan -tile 3x -geometry +4+4 -border 2 -bordercolor #202020 img/page.jpg"); |
I have created a repo: https://github.com/zachwhalen/NaGraNoGenMo |
Uh. Are you aware of the other graphic novel generator? |
I'm interested in seeing how the different approaches to graphic novel generation compare. |
I'm definitely aware of the other project. I think our approaches are going to end up being pretty different, and of course it remains to be seen if I can get mine together at all. Greg is certainly a lot farther along than I am. |
Some progress to report. I can randomly generate some basic panel layouts, and the code gives me enough control where I could make a few specific special layouts like at the end of chapters for example. I've generated an empty Sample Chapter, and I've got my image source figured out. Next steps are to get the images into the panels and then finally add some text. |
Oooh, exciting! |
(not sarcasm) |
I'm looking forward to seeing how this comes along. My own project had some great output early on, and despite a lot of coding since then, the output looks roughly the same to an outside observer. BUT ITS SECRETLY BETTER! Eh, explaining a working process to outsiders is fraught with difficulties! |
Midnight is approaching. I'm not sure if it will be done generating by midnight, but it should be close. I've made several changes since the last update, and there are many things I wanted to do differently or better with this but I don't have time for any more tweaking. Here's a preview: https://dl.dropboxusercontent.com/u/3202079/nagro.pdf The full, final version will have 10 chapters of 25 pages each, assuming it actually runs to completion. As you'll see if you take a look at it, I decided to use ImageMagick's "-paint" command instead of "-sketch" because I like the colors. Also it's a lot faster than -sketch. If I had more time, the main thing I'd work on would be making the text a little cleaner and less repetitive. The generated novel includes some explanation of its processes, and I'll probably write a blog entry or README with some more detailed post mortem. |
Also worth noting: the final version improves several things from this preview, like the title generation. (Hopefully.) |
Looking forward to seeing it! |
@ikarth I believe this might be it? https://github.com/zachwhalen/NaGraNoGenMo/blob/master/output/book.pdf I like it... |
Oh, nice. |
Ok. Well after a lot of frustration with the text, I finally decided to omit the text altogether and make it a wordless graphic novel. The code in my repo is way out of date now, but I'll update it later or eventually. For now, please excuse my tardiness, and enjoy "THE SOMETHING, THE THANKSGIVING, AND THE NOTHING.": https://dl.dropboxusercontent.com/u/3202079/nagronogenmo.pdf Warning: it's about 105 mb. |
This is very cool On Tue Dec 02 2014 at 7:03:07 PM Zach Whalen [email protected]
|
FYI I've dumped all the page images into Reveal.js for easier scrutiny, browsing, whatever: http://zachwhalen.net/pg/granogen/ Enjoy! |
I have about three different ideas right now that I think I'll weave together into a single thing.
The text was updated successfully, but these errors were encountered: