Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daomephsta/moon-tracker
- Owner: Daomephsta
- License: mit
- Created: 2019-01-20T05:51:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T21:28:00.000Z (about 1 year ago)
- Last Synced: 2023-10-09T22:29:38.310Z (about 1 year ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.