https://github.com/tobiasbu/rhythmos
A simple rhythm tool for Unity
https://github.com/tobiasbu/rhythmos
audio games plugin rhythm rhythms tool unity unity-3d unity3d unity3d-plugin
Last synced: 7 months ago
JSON representation
A simple rhythm tool for Unity
- Host: GitHub
- URL: https://github.com/tobiasbu/rhythmos
- Owner: tobiasbu
- License: mit
- Created: 2021-06-08T20:06:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T20:12:23.000Z (about 4 years ago)
- Last Synced: 2023-05-20T12:36:05.128Z (over 2 years ago)
- Topics: audio, games, plugin, rhythm, rhythms, tool, unity, unity-3d, unity3d, unity3d-plugin
- Language: C#
- Homepage:
- Size: 5.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rhythmos-engine
_A simple rhythm tool for Unity_

## Table of contents
- [Quick start](#quick-start)
- [Development](#development)
- [About](#about)
- [License](#license)## Quick start
To start using Rhythmos Engine download the last builds below.
To access documentation [ click here](https://tobiasbu.github.io/rhythmos/index.html).
### Last releases
| Version | Supported Unity version |
| ------- | ----------------------- |
| [v1.3](https://github.com/tobiasbu/rhythmos-engine/releases/tag/v1.3) | >= 2020.3.13f1 |
| [v1.1](https://assetstore.unity.com/packages/tools/audio/rhythmos-engine-39835) | 3.6, 4.6.0f, 5 and 2017 |For installation instructions access the [Installation Guide here](https://tobiasbu.github.io/rhythmos/articles/downloads-installation-guide.html).
## Development
### Linux - Documentation
1. Install [Mono](https://www.mono-project.com/download/stable/) and [Nuget.exe](https://www.nuget.org/downloads).
2. Install DocFX:
```bash
mono nuget.exe install docfx.console
```3. Build documentation
```bash
mono PATH/TO/docfx.console/tools/docfx.exe Docs/docfx.json
# serve
mono PATH/TO/docfx.console/tools/docfx.exe Docs/docfx.json --serve
```## About
This project was created for "Games Project: Games Engines" class in 2015 at [Unisinos](http://www.unisinos.br/global/en/). It was especially made for my game Koko-Kuba. Since the asset is totally free I decided to make the code open-source.
I recently refactored all the code of this plugin and if you need a fix, update, feature, feel free to contribute to this repo. See the [roadmap](https://github.com/tobiasbu/rhythmos-engine/projects) for more information.
## License
Created by [Tobias Ulrich](https://github.com/tobiasbu) and license based in [MIT](https://github.com/tobiasbu/rhythmos-engine/blob/main/LICENSE).