https://github.com/resir014/tmviz
Web-based controller visualisation widget for TrackMania.
https://github.com/resir014/tmviz
nextjs react streaming trackmania typescript
Last synced: about 1 year ago
JSON representation
Web-based controller visualisation widget for TrackMania.
- Host: GitHub
- URL: https://github.com/resir014/tmviz
- Owner: resir014
- License: mit
- Created: 2020-11-08T15:13:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T09:24:30.000Z (almost 3 years ago)
- Last Synced: 2025-05-03T23:45:56.290Z (about 1 year ago)
- Topics: nextjs, react, streaming, trackmania, typescript
- Language: TypeScript
- Homepage: https://tmviz.vercel.app
- Size: 617 KB
- Stars: 27
- Watchers: 2
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# TMViz
> Web-based controller visualisation widget for TrackMania.
**TMViz** is a lightweight, web-based controller visualisation widget for streaming apps like [OBS](https://obsproject.com/) or [XSplit](https://www.xsplit.com/). It is primarily created for [TrackMania](https://trackmania.com/), but it can be easily reconfigured to work with other racing games.
## Contributing
Pull Requests + other contributions welcome! Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file to get started.
You can also help the project by [submitting bug reports or feature requests](https://github.com/resir014/TMViz/issues/new/choose).
## Developing
A nodejs >= 12.0.0 setup with [yarn](https://yarnpkg.com/) is recommended.
```bash
# install dependencies
yarn
# serve with hot reload at localhost:3000
yarn dev
# build for production
yarn build
# run lint + type check
yarn validate
```
## Credits
Built with [Next.js](https://nextjs.org/).
## License
[MIT](LICENSE).