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
- Host: GitHub
- URL: https://github.com/mcejp/procgenlib
- Owner: mcejp
- License: mit
- Created: 2022-02-23T17:58:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-08-04T18:47:35.000Z (6 months ago)
- Last Synced: 2025-09-12T14:53:28.985Z (5 months ago)
- Topics: diamond-square-algorithm, procedural-generation
- Language: Jupyter Notebook
- Homepage: https://mcejp.github.io/procgenlib/
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# procgenlib
[](https://pypi.org/project/procgenlib/)
[](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