A place to discuss things that aren't specific to any one creator or game.
Forum rules
Ren'Py specific questions should be posted in the Ren'Py Questions and Annoucements forum, not here.
-
SusanTheCat
- Miko-Class Veteran
- Posts: 952
- Joined: Mon Dec 13, 2010 9:30 am
- Location: New Brunswick, Canada
-
Contact:
#1
Post
by SusanTheCat » Sun Apr 03, 2011 1:16 am
Anybody here played with GraphViz? I've been trying it out and it looks like an easy (for me) way to flowchart.
I did up a chart for my NaNo in about 30 min (including learning how to run the program.
Spoiler Alert!
I just starting using this. I like it because it is text:
Code: Select all
start->with_friends->at_home_first_night;
start->dinner_with_jason->at_home_first_night;
at_home_first_night->
second_day_at_work->
george_and_his_game->
third_day_at_work->scene_at_home->fourth_day_at_work;
third_day_at_work->home_with_jason->fourth_day_at_work;
fourth_day_at_work->
exploding_painting->
after_with_jason->to_one;
And I can likely create a dot to ren'py translator.
Anyway, just seeing if anyone else has played with it and what your thoughts are.
Susan
" It's not at all important to get it right the first time. It's vitally important to get it right the last time. "
— Andrew Hunt and David Thomas
-
Blue Lemma
- Forum Founder
- Posts: 2005
- Joined: Sat Jan 25, 2003 2:32 pm
- Completed: ToL, Shoujo Attack!, Lemma Ten
- Projects: [RETIRED FROM FORUM ADMINISTRATION - CONTACT PYTOM WITH ISSUES]
-
Contact:
#2
Post
by Blue Lemma » Sun Apr 03, 2011 2:35 am
It's funny to see GraphViz here... I did a paper for my Graph Theory class about using it to graph different branching media! I did some Choose Your Own Adventure books, some RPGs, and some VNs to compare. I should dig that out...
“Among those who dislike oppression are many who like to oppress.”
- Napoleon Bonaparte
I've retired from forum administration. I do not add people to the "adult" group, deactivate accounts, nor any other administrative task. Please direct admin/mod issues to PyTom or the other mods : )
-
CDRW
- Newbie
- Posts: 8
- Joined: Sat Apr 02, 2011 6:41 pm
-
Contact:
#3
Post
by CDRW » Sun Apr 03, 2011 2:37 pm
This looks really awesome. I've been looking for a convenient way to graph out my VN.
-
delta-ion
- Newbie
- Posts: 22
- Joined: Wed Mar 17, 2010 7:08 pm
- Projects: in progress: unnamed project
-
Contact:
#4
Post
by delta-ion » Sun Apr 03, 2011 5:09 pm
That program looks interesting. I think I'll give it a try.
-
Artemiy
- Newbie
- Posts: 7
- Joined: Fri May 21, 2010 3:28 pm
-
Contact:
#5
Post
by Artemiy » Tue Apr 05, 2011 1:06 pm
...I don't even know if it's surprising that I've just recently used it for a university-related task...
-
SusanTheCat
- Miko-Class Veteran
- Posts: 952
- Joined: Mon Dec 13, 2010 9:30 am
- Location: New Brunswick, Canada
-
Contact:
#6
Post
by SusanTheCat » Thu Apr 07, 2011 2:10 pm
I found on online tool for those who want to play with GraphViz and are a little daunted by it.
http://graphviz-dev.appspot.com/
Susan
" It's not at all important to get it right the first time. It's vitally important to get it right the last time. "
— Andrew Hunt and David Thomas
-
Greeny
- Miko-Class Veteran
- Posts: 921
- Joined: Sun Dec 20, 2009 10:15 am
- Completed: The Loop, The Madness
- Projects: In Orbit, TBA
- Organization: Gliese Productions
- Location: Cantankerous Castle
-
Contact:
#7
Post
by Greeny » Thu Apr 07, 2011 2:17 pm
I prefer yEd, I like to drag and drop stuff. And have spaces in my boxes.
There's also generally more freedom to arrange stuff.
-
SusanTheCat
- Miko-Class Veteran
- Posts: 952
- Joined: Mon Dec 13, 2010 9:30 am
- Location: New Brunswick, Canada
-
Contact:
#8
Post
by SusanTheCat » Thu Apr 07, 2011 2:25 pm
Oooooo -- best of both worlds:
Fast text entry of GraphViz dot format to drag and drop of yEd
Python file that converts dot format to yEd
http://www.mydarc.de/dl9obn/programming ... /dottoxml/
Susan
" It's not at all important to get it right the first time. It's vitally important to get it right the last time. "
— Andrew Hunt and David Thomas
Users browsing this forum: No registered users