Skip to content

andywillis/spotmaps

Repository files navigation

Spotmaps (2022)

Introduction

Spotmaps, based on Brendan Dawes' Cinema Redux, is an on-going project to map the colour narratives of different films.

Films are processed through a Python/OpenCV pipeline: each frame's colour is sampled, and a spot of average colour is produced from the combination of one second's frames.

Spots are laid out 60 per line to represent one minute of film time. The length of the image represents the number of minutes in the film.

This is revised version of the original project rewritten with Preact.

Coverage of the original project:

Sample output of Disney's "The Black Hole" from 1979

The Black Hole, 1979

Main tools

  • Preact
  • Open-props
  • Recoil
  • React Router
  • Vite

Visit

https://spotmaps.onrender.com/.

Local development installation

  • Install pnpm
  • Clone the repo
  • Rename the cloned repo
  • cd to the folder
  • pnpm install
  • pnpm run dev

Licence

CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0