Skip to content

Latest commit

 

History

History
87 lines (75 loc) · 4.78 KB

CHANGELOG.md

File metadata and controls

87 lines (75 loc) · 4.78 KB

Changelog

v0.3.1 (2024-08-23)

v0.3.0 (2024-08-23)

v0.2.0 (2024-03-08)

Features

Fixes

  • serde default all structs (232b697)
  • wasm-bindgen called on non-wasm targets (3aa437e)

v0.1.0 (2024-01-07)

Features

  • planet: add elevation and colors (6efd336)
  • terrain: add height exponent and resolution (09793f2)
  • add planet generation (6444ac1)
  • add terrain sea level and height exponent (0979da0)
  • add export for assets (386ea78)
  • add trunk and wasm (37b294b)
  • add wireframe, bloom, export for terrain (dc295f0)
  • add wireframe rendering for terrain (0c5ed53)
  • add terrain generation (b732d5f)
  • add alpha and blending (8b1d30d)
  • add color gradients (19a6a59)
  • offset ui (2d6d68f)
  • anti-aliasing and method/function selection (b251d9f)
  • add regions in egui (d5ca581)
  • add threshold region and update scale (e5c5a9b)
  • add noise functions (b9939e8)
  • add regions (fc13d1f)
  • add noise map bundle (41a4afd)
  • add offset to noise map (2316311)
  • add noise map marker component (6a93f69)
  • add noise map config (e6774f5)
  • add noise map generation (f723ff8)

Fixes