Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nolze/mmmapper
A lyric projection mapper for reality and virtuality
https://github.com/nolze/mmmapper
pixijs projection-mapping svelte textalive threejs webgl
Last synced: about 2 months ago
JSON representation
A lyric projection mapper for reality and virtuality
- Host: GitHub
- URL: https://github.com/nolze/mmmapper
- Owner: nolze
- Created: 2020-11-03T07:07:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T12:16:17.000Z (about 4 years ago)
- Last Synced: 2023-03-11T17:11:15.097Z (almost 2 years ago)
- Topics: pixijs, projection-mapping, svelte, textalive, threejs, webgl
- Language: Svelte
- Homepage: https://mmmapper.github.io
- Size: 2.44 MB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mmmapper
> A lyric projection mapper for reality and virtuality.
**What is mmmapper?** mmmapper is a projection mapping software that works in combination with TextAlive to create expressions based on music information. It is a "virtual-real hybrid" software, which you can enjoy not only in the virtual space, but also in the real space with a projector.
**mmmapper とは?** mmmapper は TextAlive と連携して音楽情報に基づく表現を行えるプロジェクションマッピングソフトウェアです。
「仮想と現実のハイブリッド」がコンセプトで、仮想空間内でだけでなく、プロジェクターを接続すれば実際に投影して楽しむことができます。## Contents
- [Demo](#demo)
- [Screenshots](#screenshots)
- [Related](#related)
- [Development](#development)
- [Todo](#todo)
- [License](#license)## Demo
## Screenshots
![screenshot 1](assets/screenshot1.png)
![screenshot 2](assets/screenshot2.png)
## Related
- [@mmmapper/components](https://mmmapper.github.io/mmmapper-components/): A libary of components and elements for mmmapper. (WIP)
## Development
Using [svite](https://github.com/dominikg/svite). Run locally:
```
npm install
npm run dev
```Build:
```
svite build --base && npm run build:workers
```## Todo
* [x] Free screen edit
* [ ] Free stage edit/import
* [x] Support i18n
* [ ] Any songs
* [ ] Support other projector aspect ratios## License
MPL-2.0 (planned). TextAlive App API is licensed under [TextAlive App API License](https://github.com/TextAliveJp/textalive-app-api/blob/master/LICENSE.md).