slimy

package module
v0.0.0-...-3e8fde6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 16, 2021 License: MIT Imports: 0 Imported by: 0

README

slimy

Discord

Slimy is a tool to find slime chunk clusters in Minecraft seeds. It can search on either the CPU or the GPU, and makes use of multithreading to speed up the CPU search.

Installation

Slimy is still in development and there are no full releases yet, however you can download the builds of the latest commit for Linux or Windows. Alternatively, it is quite easy to install Slimy from source code: install Go, GLFW and a C compiler, then run go get github.com/vktec/slimy/cmd/slimy.

System requirements

Requirements for CPU search are minimal, though performance will suffer on less powerful CPUs. GPU search requires support for OpenGL 4.2 or greater, with the GL_ARB_compute_shader and GL_ARB_shader_storage_buffer_object extensions. For reference, most integrated GPUs since 2013 (or 2012 on Linux) will support these features.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Result

type Result struct {
	X, Z  int32
	Count uint
}

func (Result) OrderBefore

func (a Result) OrderBefore(b Result, direction int) bool

type Searcher

type Searcher interface {
	Search(x0, z0, x1, z1 int32, threshold int, worldSeed int64) []Result
	Destroy()
}

Directories

Path Synopsis
cmd
Go implementation of Java random Not safe for concurrent use
Go implementation of Java random Not safe for concurrent use

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL