An open API service indexing awesome lists of open source software.

https://github.com/mcejp/procgenlib

Utilities for procedural generation
https://github.com/mcejp/procgenlib

diamond-square-algorithm procedural-generation

Last synced: 5 months ago
JSON representation

Utilities for procedural generation

Awesome Lists containing this project

README

          

# procgenlib

[![PyPI version](https://badge.fury.io/py/procgenlib.svg)](https://pypi.org/project/procgenlib/)
[![GitHub Pages](https://img.shields.io/badge/docs-GitHub%20Pages-blue)](https://mcejp.github.io/procgenlib/)

## Useful commands

### Test

python -m pytest

### Format check

black --diff **.py

### Type check

mypy procgenlib

### Regenerate docs

sphinx-build doc doc/_build