Skip to content

MPEGGroup/mpeg-sdl-editor

Repository files navigation

mpeg-sdl-editor

version build license: MIT

ISO/IEC 14496-34 Syntactic Description Language (MPEG SDL) web based editor.

Hosted Instance

Go to: https://mpeggroup.github.io/mpeg-sdl-editor/

Development

Install dependencies:

bun install

Test:

bun test

Serve dev version:

bun html/index.html

Bundle:

bun run build

NOTE: The following tasks use Deno as it excels at these and Bun does not currently provide such functionality:

Format:

deno fmt

Lint:

deno lint src/ tests/

Functional Tests

Refer to functional_tests/README.md

License

MIT © Flowscripter