From 07ef091ae1a8ffdf1cd9cfd54cb1f3edcdd5b1ee Mon Sep 17 00:00:00 2001 From: leca Date: Fri, 1 Dec 2023 14:31:10 +0300 Subject: [PATCH] Readme changes --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da7412c..121d4b3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ -# spiral_calendar +# Spiral calendar -Sprial-looking calendar jfl \ No newline at end of file + This application helps you to see the time in a different way. This app (I consider it's a calendar) represents time as an infinite spiral, where each segment equals one year + +Implemented: +* Generating spiral from segments +* Rotating camera around spiral +* Zoom-in and out + +Planned: +* Dividing spiral to 365 or 366 segments to represent days of years +* Adding flags on the spiral (to represent events on days +* Decorations on the spiral (small houses, trees, grass, etc..) that will match season of year. \ No newline at end of file