Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Releases: matanlurey/mirage.dart

0.2.0

04 Aug 19:59
Compare
Choose a tag to compare

0.2.0

New features:

  • Added ScalarField, a 2-dimensional field of scalar values, typically built
    from patterns or noise functions, and buildPlaneMap, a utility function to
    build a flat plane from a ScalarField, useful for terrain generation.

Breaking changes:

  • Added <Plattern>.get2df, as an alternative to get2d that takes floating
    point coordinates, which is required for some use cases such the aformentioned
    buildPlaneMap. get2d still exists and is recommended for integer
    coordinates, and is automatically converted to get2df when needed.

Bug fixes:

  • Fixed a variety of small math bugs that are hard to describe in detail.

0.1.0+1

04 Aug 10:03
Compare
Choose a tag to compare

0.1.0+1

  • Update preview images in README.

0.1.0

04 Aug 09:56
Compare
Choose a tag to compare

0.1.0

  • Initial release.