Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeanchristophemorinperso/otio-wasm
OpenTimelineIO SVG renderer in your browser
https://github.com/jeanchristophemorinperso/otio-wasm
emscripten opentimelineio otio wasm
Last synced: 30 days ago
JSON representation
OpenTimelineIO SVG renderer in your browser
- Host: GitHub
- URL: https://github.com/jeanchristophemorinperso/otio-wasm
- Owner: JeanChristopheMorinPerso
- License: apache-2.0
- Created: 2022-05-30T23:53:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T22:23:36.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T04:05:33.161Z (over 1 year ago)
- Topics: emscripten, opentimelineio, otio, wasm
- Language: Python
- Homepage: https://jcmorin.dev/otio-wasm/
- Size: 4.31 MB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# otio-wasm
OpenTimelineIO SVG renderer in your browser.This repository is an experiment to get [OpenTimelineIO](https://github.com/AcademySoftwareFoundation/Opentimelineio)
in a web page using WebAssembly.It's using [Pyodide](https://pyodide.org/en/stable/index.html) to compile a WebAssembly wheel that can then be
imported frmo javascript using Pyodide.You can try it at https://jcmorin.dev/otio-wasm/.