An efficient graphical Minecraft seed finder and map viewer.
Go to file
2021-11-20 19:44:41 +01:00
cubiomes@71ca41e171 Added 1.18 biome generation. 2021-11-20 19:44:41 +01:00
icons Features for update 1.10 2021-09-04 17:08:12 +02:00
rc Dark theme and more... 2021-06-30 23:22:28 +02:00
src Added 1.18 biome generation. 2021-11-20 19:44:41 +01:00
.gitignore Added 1.18 biome generation. 2021-11-20 19:44:41 +01:00
.gitmodules Initial commit. 2021-01-04 15:07:27 +01:00
cubiomes-viewer.pro Large biomes and custom salts 2021-07-18 15:35:22 +02:00
dark.qss Added mineshafts 2021-07-08 22:57:12 +02:00
icons.qrc Features for update 1.10 2021-09-04 17:08:12 +02:00
LICENSE Create LICENSE 2021-01-04 15:18:08 +01:00
README.md Added 1.18 biome generation. 2021-11-20 19:44:41 +01:00
style.qrc Dark theme and more... 2021-06-30 23:22:28 +02:00

Cubiomes Viewer

Cubiomes Viewer provides a graphical interface for the efficient and flexible seed-finding utilities provided by cubiomes and a map viewer for the Minecraft biomes and structure generation.

The tool is designed for high performance and supports Minecraft Java Edition main releases 1.0 - 1.17, and 1.18 (indev).

Download

Precompiled binaries can be found for Linux and Windows under Releases on github. The builds are statically linked against Qt and should run as-is on most newer distributions.

For the linux build you will probably have to add the executable flags to the binary (github seems to remove them upon upload).

For Arch linux users, the tool may be found in the AUR thanks to JakobDev.

Build from source

Install Qt5 development files

$ sudo apt install build-essential qt5-default

get sources

$ git clone --recursive https://github.com/Cubitect/cubiomes-viewer.git

prepare build directory

$ cd cubiomes-viewer
$ mkdir build
$ cd build

build cubiomes-viewer

$ qmake ..
$ make