Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daomephsta/moon-tracker

A Rust binary application for computing moon phases
https://github.com/daomephsta/moon-tracker

Last synced: 1 day ago
JSON representation

A Rust binary application for computing moon phases

Awesome Lists containing this project

README

        

# moon-tracker
moon-tracker is a simple application for calculating the phases of moons on a given day of the lunar cycle.
The names and cycle lengths of each moon are configurable in the config file.
It currently has a very crude (but useable) prompt-based terminal interface, which I intend to replace with
a GUI once Rust's GUI frameworks are mature enough.

The original version was written in Python, and never published to Github, this version has been rewritten in Rust as a learning exercise.