HeavenStudio/README.md

50 lines
2.9 KiB
Markdown
Raw Normal View History

# Heaven Studio
2021-12-28 14:48:11 +00:00
(WIP) A tool to create playable Rhythm Heaven custom remixes, with many customization options.
2021-12-19 04:14:19 +00:00
2022-02-12 21:43:42 +00:00
<p>
2022-02-22 00:15:24 +00:00
<a href="https://discord.gg/2kdZ8kFyEN">
<img src="https://img.shields.io/discord/945450048832040980?color=5865F2&label=Heaven%20Studio&logo=discord&logoColor=white" alt="Discord">
2022-02-12 21:43:42 +00:00
</a>
</p>
2022-01-28 07:16:48 +00:00
2022-02-12 21:46:49 +00:00
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
2023-12-26 06:05:18 +00:00
[itch.io Page](https://rheavenstudio.itch.io/heaven-studio)
2022-06-30 04:49:02 +00:00
[Documentation](https://rheavenstudio.github.io/)
2023-01-13 22:19:35 +00:00
2023-12-26 06:05:18 +00:00
![image](https://github.com/RHeavenStudio/HeavenStudio/assets/43734252/c32ef9a3-2fd1-40df-b088-968950b2adab)
2021-12-28 14:48:51 +00:00
2021-12-28 14:48:11 +00:00
## Prebuilt Binaries
2024-01-16 02:03:39 +00:00
Full releases are published on our [itch.io page](https://rheavenstudio.itch.io/heaven-studio). GitHub Actions creates experimental builds on each commmit, but minimal support will be provided.
2024-01-28 03:49:50 +00:00
### Alpha builds
These builds target future patches / minor releases and thus do not include some of the features from Nightly.
2024-01-16 02:03:09 +00:00
- [Windows](https://nightly.link/RHeavenStudio/HeavenStudio/workflows/build/release_1_patches/StandaloneWindows64-build.zip)
- [Linux](https://nightly.link/RHeavenStudio/HeavenStudio/workflows/build/release_1_patches/StandaloneLinux64-build.zip)
- [MacOS](https://nightly.link/RHeavenStudio/HeavenStudio/workflows/build/release_1_patches/StandaloneOSX-build.zip)
### Nightly builds
2024-01-28 03:49:50 +00:00
These builds include experimental new features that target future major releases.
- [Windows](https://nightly.link/RHeavenStudio/HeavenStudio/workflows/build/master/StandaloneWindows64-build.zip)
- [Linux](https://nightly.link/RHeavenStudio/HeavenStudio/workflows/build/master/StandaloneLinux64-build.zip)
- [MacOS](https://nightly.link/RHeavenStudio/HeavenStudio/workflows/build/master/StandaloneOSX-build.zip)
#### Important Notes:
2023-04-20 17:44:10 +00:00
- On MacOS and Linux builds you may [experience bugs with audio-related tasks](https://github.com/RHeavenStudio/HeavenStudio/issues/72), but in most cases Heaven Studio works perfectly.
2021-12-28 14:48:11 +00:00
## Self-Building
2023-04-02 02:46:17 +00:00
Heaven Studio is made in [Unity 2021.3.21](https://unity.com/releases/editor/whats-new/2021.3.21),
and programmed with [Visual Studio Code](https://code.visualstudio.com/).
2021-12-21 00:29:34 +00:00
Build Instructions: [BUILD.md](https://github.com/megaminerjenny/HeavenStudio/blob/master/BUILD.md) (or the more maintained [documentation page](https://rheavenstudio.github.io/docs-contributing/setup/introduction))
2022-02-03 00:35:22 +00:00
## Other information
Rhythm Heaven is the intellectual property of Nintendo. This program is NOT endorsed nor sponsored in any way by Nintendo. All used properties of Nintendo (such as names, audio, graphics, etc.) in this software are not intended to maliciously infringe trademark rights. All other trademarks and assets are property of their respective owners. This is a free community project available for others to use and contribute to, without charge. Source code is licensed under the MIT license.