Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 686 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 686 Bytes

Analog Clock

This is a simple app that display time in a Analog Clock

analog_clock


The app is fully build in Rust. Was used:

  • Chrono → For getting time stuff (Hour, Minute, Seconds);
  • Raylib-rs → For Drawing, Updating

I Follow along this tutorial, (Programming with Nick): C++ & raylib Analog Clock Tutorial OOP - Programming with Nick

In general that was fun... The challange of watching a C++ Tutorial and like, translate to Rust... I learn a lot by doing this ^^