Skip to content

A solar/lunar clock built with the Iced GUI framework in Rust.

License

Notifications You must be signed in to change notification settings

Mcmartelle/solunar_clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solunar Clock

A solar/lunar clock built with Iced.

alt text

To use, change the latitute and longitude variables in main.rs to your coordinates (Note that degrees to the West is negative).

let _latitude: f64 = 34.0522;
let _longitude: f64 = -118.2437;

Then run with cargo run --release

About

A solar/lunar clock built with the Iced GUI framework in Rust.

Resources

License

Stars

Watchers

Forks

Languages