Skip to content

soundtrails/stxViewer

Repository files navigation

.stx (soundtrail) Web Viewer

This is an open source, publicly available, really basic, .stx file viewer.

This version is released as-is as a starting point for the community. PRs are welcome.

Information about the .stx format

To view the sample

You can view the sample .stx using

serve .

(install "serve" using npm i -g serve)

Then open http://localhost:5000

(or use the run.bat included for a python server)

To try a different .stx with this viewer

To try your own .stx file in the viewer, add /?stUrl=[your stx url here] to the end of the url in your browser.

Or change index.html with your stx file url.

   if (soundtrail === null) soundtrail = "[your stx file or url here]";

TODO

  • Add polygon support

About

A web viewer for the `.stx` file format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published