moons 0.0.2

Moon celestial simulation crate for the MilkyWay SolarSystem workspace
Documentation
# Moon

> **Part of the [Celestial]https://celestial4498-prog.github.io/Celestial/ project.**

[![GitHub](https://img.shields.io/badge/GitHub-Moons-blue?logo=github)](https://github.com/celestial4498-prog/Moons)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/celestial4498-prog/Moons/blob/main/LICENSE)

Moon is Earth's natural satellite — the primary celestial simulation crate in the MilkyWay SolarSystem workspace.

## Repository

- **Source**: <https://github.com/celestial4498-prog/Moons>
- **Issues**: <https://github.com/celestial4498-prog/Moons/issues>

## Status

This crate is stable and close to publish-ready.

## Features

- Environment and exosphere simulation
- Surface and terrain modeling
- Orbital and tidal mechanics (Earth system)
- Radiation and observation scenarios
- Mission and resource survey helpers
- Geodata, lighting, and temporal systems
- Rendering pipeline with PBR materials

## Modules

| Module | Description |
|---|---|
| `environment` | Surface dust, radiation, thermal modeling |
| `exosphere` | Atmospheric species, charging, escape |
| `geodata` | Coordinates, elevation DEM, landing sites, regions |
| `geology` | Craters, erosion, mountains, regolith, volcanism |
| `interactions` | Earth gravitational influence, tides, orbital dynamics |
| `lighting` | Eclipses, earthshine, solar position |
| `missions` | Landers, orbiters, relay communications |
| `observation` | Deep-space comms, earth view, navigation |
| `physics` | Orbit, rotation, collisions, tidal mechanics |
| `rendering` | Dust, PBR materials, GPU shaders |
| `resources` | Minerals, regolith, water ice / volatiles |
| `surface` | Heightmaps, geological mapping, surface zones |
| `temporal` | Calendar, epoch, time-scale conversions |
| `terrain` | LOD mesh generation, texturing |

## Development

Run checks locally:

```bash
cargo fmt
cargo clippy --all-targets --all-features
cargo test
```

## License

MIT — See [LICENSE](LICENSE) for details.