chrislo27/RSDE


The RHRE SFX Database Editor https://github.com/chrislo27/RhythmHeavenRemixEditor

Download


Step 1. Add the JitPack repository to your build file

Add it in your root settings.gradle at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url 'https://jitpack.io' }
		}
	}

Add it in your settings.gradle.kts at the end of repositories:

	dependencyResolutionManagement {
		repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
		repositories {
			mavenCentral()
			maven { url = uri("https://jitpack.io") }
		}
	}

Add to pom.xml

	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

Add it in your build.sbt at the end of resolvers:

 
    resolvers += "jitpack" at "https://jitpack.io"
        
    

Add it in your project.clj at the end of repositories:

 
    :repositories [["jitpack" "https://jitpack.io"]]
        
    

Step 2. Add the dependency

	dependencies {
		implementation 'com.github.chrislo27:rsde:1.1.5'
	}
	dependencies {
		implementation("com.github.chrislo27:rsde:1.1.5")
	}
	<dependency>
	    <groupId>com.github.chrislo27</groupId>
	    <artifactId>rsde</artifactId>
	    <version>1.1.5</version>
	</dependency>

                            
    libraryDependencies += "com.github.chrislo27" % "rsde" % "1.1.5"
        
        

                            
    :dependencies [[com.github.chrislo27/rsde "1.1.5"]]
        
        

Readme


<img align="right" src="gui/src/main/resources/icon/256.png" height="256" width="256">

RHRE SFX Database Editor

RSDE is a GUI SFX Database editor for RHRE.

This project has been archived. (2020-10-25)

Downloads License Donate to the project maintainer

Requirements

Other information

Rhythm Heaven is not my property -- it is the property of Nintendo.<br> This program is NOT endorsed or sponsored in any way by Nintendo.<br> All used properties of Nintendo (such as names, audio, graphics, etc.) in this software are not intended to maliciously infringe trademark rights.<br> This is a community project and this is available for others to use however they like (abiding by the code's Apache-2.0 license), for free.

† Donations are only made to the project maintainer, @chrislo27.

RSDE logo designed by GlitchyPSIX.<br>