Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Download Information to README #364

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
![Frame 21799](https://github.com/M-U-C-K-A/WorldPainter/assets/96072629/41ebb073-3513-466a-8a15-3ab3770ef1f5)
# WorldPainter
[![Made by](https://img.shields.io/badge/Made%20by-Captain--Chaos-blueviolet)](https://github.com/Captain-Chaos)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

WorldPainter is an interactive map generator for Minecraft. It allows you to "paint" landscapes using similar tools as a regular paint program. Sculpt and mould the terrain, paint materials, trees, snow and ice, etc. onto it, and much more.

Expand All @@ -8,4 +11,29 @@ WorldPainter is open source software, licensed under the GPL version 3. This mea

## Building

WorldPainter is a Maven project and easy to build from the command line with Maven, or using your favourite IDE. However there are some missing dependencies which are not in Maven Central which you will have to install locally first. See the [BUILDING](BUILDING.md) file for details.
WorldPainter is a Maven project and easy to build from the command line with Maven, or using your favourite IDE. However there are some missing dependencies which are not in Maven Central which you will have to install locally first. See the [BUILDING](BUILDING.md) file for details.

## Download

To download WorldPainter, please visit the [official website](https://www.worldpainter.net/). Below are the available versions:

| OS | Architecture | WorldPainter | Java |
|---------------------|----------------|--------------------------------------------------------|--------------------------------------------------------|
| Windows | 64-bit | [Download installer (.exe)](https://www.worldpainter.org/files/worldpainter_2.21.3.exe) | [64-bit Java 17 LTS](https://www.java.com) |
| | 32-bit | [Download installer (.exe)](https://www.worldpainter.org/files/worldpainter_32_2.21.3.exe) | [32-bit Java 8](https://www.java.com) |
| Mac OS X | Intel | [Download installer (.dmg)](https://www.worldpainter.org/files/worldpainter_2.21.3.dmg) | [Intel Java 17 LTS](https://www.java.com) |
| | Arm (M1/M2) | | [Arm Java 17 LTS](https://www.java.com) |
| Linux/UNIX | Debian | [Download DEB package](https://www.worldpainter.org/files/worldpainter_2.21.3.deb) | |
| | Red Hat | [Download RPM package](https://www.worldpainter.org/files/worldpainter_2.21.3.rpm) | |
| | Other | [Download installer (.sh)](https://www.worldpainter.org/files/worldpainter_2.21.3.sh) | |


> [!WARNING]
> Download the proper version of Java [here](https://www.java.com/), if required. You may already have it, so try it without first.



## Contributors


[![Contributors](https://contrib.rocks/image?repo=Captain-Chaos/WorldPainter)](https://github.com/Captain-Chaos/WorldPainter/graphs/contributors)