Third-Party Licenses
ChunkScan uses the following open source libraries and resources. We are grateful to their authors.
cubiomes
Minecraft biome and structure generation library used for seed analysis.
MIT License
Copyright (c) 2020 Cubitect
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Silkscreen Font
Pixel-style display font used throughout the website.
Copyright 2021 The Silkscreen Project Authors (https://github.com/googlefonts/silkscreen)
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is available with a FAQ at: https://openfontlicense.org
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide development
of collaborative font projects, to support the font creation efforts of academic
and linguistic communities, and to provide a free and open framework in which
fonts may be shared and improved in partnership with others.
The OFL allows the licensed fonts to be used, studied, modified and redistributed
freely as long as they are not sold by themselves. The fonts, including any
derivative works, can be bundled, embedded, redistributed and/or sold with any
software provided that any reserved names are not used by derivative works.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining a copy of
the Font Software, to use, study, copy, merge, embed, modify, redistribute, and
sell modified and unmodified copies of the Font Software, subject to the
conditions of this license.
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
Vue.js
Progressive JavaScript framework used for the frontend application.
FastAPI
Modern Python web framework used for the API and server-rendered pages.
Jinja2
Template engine used for server-rendered HTML pages.
Pydantic
Data validation library used for API request/response models.
psycopg2
PostgreSQL database adapter for Python.
Pika
Python AMQP client library for RabbitMQ messaging.
NumPy
Numerical computing library used for biome region analysis.
SciPy
Scientific computing library used for biome flood-fill analysis.
Pillow
Python imaging library used for map generation.
Uvicorn
ASGI server used to run the Python API.
librabbitmq-c
C client library for AMQP messaging with RabbitMQ.
json-c
C library for JSON serialization used in the seed scanner.