Metadata-Version: 2.4
Name: forest_gen
Version: 0.3.4
Author-email: Tomasz Chady <tomasz.chady@gmail.com>, Jakub Markil <jakub.markil1@gmail.com>, Patryk Olszewski <patryk.olszewski@vip.onet.pl>, Oskar Winiarski <oskarwiniarski09@gmail.com>
License-Expression: GPL-3.0-only
Project-URL: Repository, https://github.com/GrafCzterech/forest_gen
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=2.0.0
Requires-Dist: opensimplex==0.4.5.1
Requires-Dist: scipy>=1.0.0
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Provides-Extra: vis
Requires-Dist: matplotlib; extra == "vis"
Requires-Dist: ipykernel; extra == "vis"
Provides-Extra: export
Requires-Dist: pillow; extra == "export"
Dynamic: license-file

# forest_gen

Showcase forest scene generation module utilizing
[stripe_kit](https://github.com/GrafCzterech/STRIPE-kit). It's rather generic,
should allow you to generate all kinds of forests, but it is entirely focused
on generating forests.

The core functionality, to be used with `stripe_kit` is isolated as
`forest_gen`. Trying to import that module without running IsaacLab will result
in an error. The auxiliary logic for forest generation is isolated as
`forest_gen_utils`, and feel free to import it in non-IsaacLab environments.
