2f67245cde
In the port to Pinia, the behavior of the `loadTour()` method was accidentally broken because it was implemented as a somewhat tricky `MutationAction` — the state items `tourRunTime` and `tourStopStartTimes` were not actually getting set, which was causing the tour timeline scrubber not to work at all. The fix is nice and straightforward in the Pinia framework. |
||
---|---|---|
.. | ||
src | ||
.eslintrc.js | ||
CHANGELOG.md | ||
README.md | ||
package.json | ||
tsconfig.json | ||
vue.config.js |
README.md
@wwtelescope/engine-pinia
The @wwtelescope/engine-pinia package wraps the core rendering engine of the WorldWide Telescope (WWT) stack (@wwtelescope/engine) into a plugin for the Pinia state management library. It is the basis for WWT-powered web apps such as the WWT embed and the WWT Embed Creator UI. Learn more about WWT here.
For more information, see the main README of the wwt-webgl-engine repository, which contains the source for this package.