TypeScript port of Mine Little Pony Mson.
This monorepo is powered by Turbo and pnpm workspaces.
This repo contains source code for:
- mson-core - core package for parsing MSON format
- mson-three - package for creating Three.js objects
- demo - demo app
To run this project locally, you need to install pnpm and clone this repo. After installing, run pnpm i
and then pnpm run dev
.
The packages are available as NPM packages. Refer to corresponding readme to learn more.