-
Notifications
You must be signed in to change notification settings - Fork 21
Home
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!)
- 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)
- Clone repository or download zip.
- Make sure you have node installed. If not: nodejs.org and install.
- In terminal, in the storyboard-fountain directory run:
npm install
cd node-webkit-src
cd ..
- Make sure you have grunt-cli installed. If not: run:
npm install -g grunt-cli
grunt nodewebkit
open webkitbuilds/releases/storyboard-fountain/mac/storyboard-fountain.app
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!
Please create new issues in issues. You can also see the milestones for what we are looking to develop next.
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!