Skip to content
Charles Forman edited this page May 24, 2014 · 4 revisions

Storyboard Fountain

Storyboard software that allows anyone to visualize a screenplay as fast they can draw stick figures. Even as they write the script, they can quickly visualize to test if a scene works, show animatics to others, and use it as an essential tool in the writing process. Storyboarding allows you to make your movie, without the cost of making a movie.


Download Storyboard Fountain (Mac v0.0.1)
(Not released yet!)

Features

  • Works directly with Fountain Screenplays.
  • Create storyboards associated inside your script. Images saved in a folder next to the script.
  • 3 different pen modes and multiple colors.
  • Record pitches and play back. (NOT WORKING YET)
  • Edit Fountain script inline without leaving app. (NOT WORKING YET)
  • Export pitches to send via link. (NOT WORKING YET)
  • Export pitches to Final Cut XML. (NOT WORKING YET)

Getting it running from source

  1. Clone repository or download zip.
  2. Make sure you have node installed. If not: nodejs.org and install.
  3. In terminal, in the storyboard-fountain directory run: npm install
  4. cd node-webkit-src
  5. cd ..
  6. Make sure you have grunt-cli installed. If not: run: npm install -g grunt-cli
  7. grunt nodewebkit
  8. open webkitbuilds/releases/storyboard-fountain/mac/storyboard-fountain.app

Developing

You can make changes to the code in node-webkit-src.

To easily run your changes: webkitbuilds/cache/mac/0.9.2/node-webkit.app/Contents/MacOS/node-webkit node-webkit-src/

You may also want to use chrome dev tools. To do this open node-webkit-src/package.json. Change this: "toolbar": true, And re-run to see the toolbar.

Feel free to submit pull requests!

Issues

Please create new issues in issues. You can also see the milestones for what we are looking to develop next.

Contributors

Storyboard Fountain was created by Charles Forman and significant work done by Chris Smoak (Putting it into node-webkit, node dev, player, etc.)

Contributors (in alphabetical order):

  • Charles Forman
  • Chris Smoak
  • Could be you!
Clone this wiki locally