aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 143a02628f2becfe20cf361849d07e8b99bc8e23 (plain)
1
2
3
4
5
6
7
8
# Solar Map

A fast and lightweight V module that reads astronomical dataset records from CSV, encodes them into a portable fixed-size binary format, and renders the spatial distribution to a 24-bit BMP image.

## Features

- **Fast Memory Dump**: Serializes and deserializes spatial objects (`SpaceBody`) using a custom 64-byte binary layout.
- **Non-Linear Visual Rendering**: Renders positional data into a 24-bit BMP bitmap with square-root distance scaling to clearly separate both inner and outer space bodies.