Skip to content

A simple shotlist manager tailored for my Brickfilms.

Notifications You must be signed in to change notification settings

roschlau/brickshots

Repository files navigation

BrickShot

This is simple shotlist manager I use for planning and keeping track of the shots I need to animate for my brickfilms.

Core features:

  • List of shots divided into scenes
  • Automatic generation of a shotcode based on its position in the scene and the other shots around it
  • Manual locking/setting of shotcodes for shots that have been animated, with generated codes automatically adjusting
  • Keeping track of location, description, notes and animation status per shot

Development

Starting the dev server:

bun run dev

Running the tests:

bun test --watch

This will re-run the tests automatically with every file change. If you don't want that behavior, remove the --watch argument.

Build for deployment:

bun run build

About

A simple shotlist manager tailored for my Brickfilms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published