Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silversquirl/slimy-go
Slime cluster finding at S P E E D
https://github.com/silversquirl/slimy-go
Last synced: 22 days ago
JSON representation
Slime cluster finding at S P E E D
- Host: GitHub
- URL: https://github.com/silversquirl/slimy-go
- Owner: silversquirl
- License: mit
- Created: 2020-07-13T09:40:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T10:20:38.000Z (almost 3 years ago)
- Last Synced: 2023-07-11T05:46:07.190Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 651 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slimy
[![Discord](https://img.shields.io/badge/chat%20on-discord-7289DA?logo=discord)](https://discord.gg/zEnfMVJqe6)
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`.[Linux]: https://ci.vktec.org.uk/slimy/main/files/slimy-linux-amd64
[Windows]: https://ci.vktec.org.uk/slimy/main/files/slimy-windows-amd64.exe
[Go]: https://golang.org/## 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.