I've got basic data modeling, structs to represent ShotLines, Tags, and TaggedElements.
What does this mean?
I've got basic data modeling, structs to represent ShotLines, Tags, and TaggedElements.
What does this mean?
So, when viewing the storyboards in #ShotLiner, you can see each board in a sidebar or floating next to each ShotLine...
So, when viewing the storyboards in #ShotLiner, you can see each board in a sidebar or floating next to each ShotLine...
In #ShotLiner, you'd be able to define Shots, which span some distance over the screenplay. From these, you could get a list of all the shots for the script in linear order, and the shot type per Shot (wide, medium, close, etc.) ...
In #ShotLiner, you'd be able to define Shots, which span some distance over the screenplay. From these, you could get a list of all the shots for the script in linear order, and the shot type per Shot (wide, medium, close, etc.) ...
Right now, I've just finished testing basic reports. That is, you can query the scenes, characters, locations, pages, and lines, and cross-filter...
Right now, I've just finished testing basic reports. That is, you can query the scenes, characters, locations, pages, and lines, and cross-filter...
I built this last year with a messy codebase. Now, I'm rewriting it from scratch.
I built this last year with a messy codebase. Now, I'm rewriting it from scratch.