pkhead / rained

Rain World level editor
Other
3 stars 1 forks source link

Rained

Fancy Logoe

Another Rain World level editor. Currently in development.

Please note that the "main" branch is ahead of the latest release. If you want to access the repository at the time of a certain release, use the Git tags system.

Features

Read this document for more information on how to use Rained.

Building

NOTE: Due to the Raylib-cs library, on Windows, Rained requires the Microsoft Visual Studio C++ runtime package to run. Thus, if Rained fails to open a window on launch, it's probably because you have it missing. The package can be installed here.

.NET CLI

Clone with Git:

git clone --recursive https://github.com/pkhead/rained
cd rained

Set up Drizzle

cd src/Drizzle
dotnet run --project Drizzle.Transpiler

Back to the root directory, build and run Rained

dotnet build
dotnet run --project src/Rained/Rained.csproj

Upon first startup, you can configure where your Data folder is located. If you chose to download and install it, Rained will download and extract this repository.

Contributing

Report bugs and other complaints by creating an issue or pinging @chromosoze in the Rain World Discord server. DM requests also work, but it's likely that it'll take me a while to notice them as I don't pinged for it.

Pull requests are welcome.