An efficient graphical Minecraft seed finder and map viewer.
Go to file
Cubitect bbb368f30c Restructure resources + more
1) organized resources
2) added filter examples
3) fixed search tree not resetting correctly when starting a different searche
4) fixed incorrect biome availability when editing an existing layered condition
2022-02-19 23:03:23 +01:00
cubiomes@027cd6845a Restructure resources + more 2022-02-19 23:03:23 +01:00
rc Restructure resources + more 2022-02-19 23:03:23 +01:00
src Restructure resources + more 2022-02-19 23:03:23 +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 Restructure resources + more 2022-02-19 23:03:23 +01:00
LICENSE Create LICENSE 2021-01-04 15:18:08 +01:00
README.md Restructure resources + more 2022-02-19 23:03:23 +01: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.18.

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.

Non-PC platforms, such as macOS are not formally supported, but you can check this issue for help regarding unofficial builds.

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