[go: up one dir, main page]

Skip to content

feat: add VideoSource (#505)

This PR adds the VideoSource image source, to load a video on a ColorLayer.

The mechanism is very similar to StaticImageSource, but instead of a Texture, it generates a VideoTexture, and notifies the layer that a new frame is available to repaint the map.

TODO

  • Add basic tests

Closes #505

Edited by Sébastien Guimmara

Merge request reports

Loading