An open API service indexing awesome lists of open source software.

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.

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).