Skip to content

Latest commit

 

History

History
76 lines (61 loc) · 3.08 KB

README.md

File metadata and controls

76 lines (61 loc) · 3.08 KB

Pybiomes

An unfinished port of Cubiomes, by Cubitect et. al., to Python 3.10+.

This library is not intended for "formal" seedfinding: a program written in C, CUDA, or even as a Cubiomes Viewer session file will run incomparably faster than the same program written in Python. However, this library does have use as

  • an introduction for anyone interested in seedfinding but who isn't familiar with other languages, and as
  • an exercise for myself in writing a full type-safe Python package. (This project also allows me to refactor certain Cubiomes constructs that I personally wish had been implemented differently.)

It should be emphasized that this is not an exact clone of the library: there are multiple syntactical and semantical differences between this library and the original library, and one should also not expect this library to necessarily be regularly updated whenever Cubiomes is.