v0.1.2
Links: Homepage - Issues - Documentation - Binaries (Windows and Linux)
Warning
Hesiod, currently in its developmental phase, is being released as a Free and Open Source Software (FOSS). The application is currently unstable and subject to frequent changes. Feel free to explore its capabilities, contribute to its development, and provide feedback to help shape its future iterations.
New nodes
- Clouds: CloudRandom, CloudRemapValues, CloudLattice, CLoudMerge
- Paths: PathDecasteljau
- Kernels: KernelPrim, HeightmapToKernel, KernelGabor
- Authoring: Stamping
- Primitive: Paraboloid, Rift, Crater, DiffusionLimitedAggregation
- Math: ConvolveSVD, RadialDisplacementToXy, FallOff
- Filters: RecastSag, Detrend, ShiftElevation, HydraulicBlur, Warp, WarpDownslope, FillTalus, Translate, Zoom
- Features: KmeansClustering2, KmeansClustering3
- Routing: Unpack
Python bindings
pyHighMap allows you to use (just a few) functionalities (for now) of HighMap directly in your Python projects. HighMap is the core solver of the Hesiod GUI.
pip3 install pyhighmap
Known issues
- graph node update can be very slow for large graphs due to the new Qt node editor (#160)
Full Changelog: v0.1.1...v0.1.2