https://github.com/kyle-west/cistercian-clock
A clock rendered with Cistercian Numerals
https://github.com/kyle-west/cistercian-clock
cistercian webcomponents
Last synced: 3 months ago
JSON representation
A clock rendered with Cistercian Numerals
- Host: GitHub
- URL: https://github.com/kyle-west/cistercian-clock
- Owner: kyle-west
- Created: 2021-08-14T04:05:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T12:36:28.000Z (over 2 years ago)
- Last Synced: 2025-01-10T04:25:07.119Z (5 months ago)
- Topics: cistercian, webcomponents
- Language: JavaScript
- Homepage: https://kyle-west.github.io/cistercian-clock/
- Size: 536 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cistercian Clock
As part of a fascinating bit of history, [Cistercian Numerals](https://en.wikipedia.org/wiki/Cistercian_numerals) were used by monks in medieval times to record 4 digit numbers.
Once you know the pattern they are easy to read and make for cool looking graphics. So I decided as a proof of concept to make a clock that renders them.
## `wc-cistercian`
To better encapsulate the SVG rendering, I made a Web Component which is easy to consume
```html
```
I thought about making this consumable by other people... but I have my doubts that anyone would be interested. If you wish to use either the web component or svg or other part of this repo, please [submit an issue here](https://github.com/kyle-west/cistercian-clock/issues/new?title=Please%20Make%20This%20Shared&body=I%20would%20like%20to%20use%20the%20Web%20Component%20as%20a%20(bower%20|%20node)%20package.%20%3Cinsert%20reason%20why%20here%3E).
## Contact
Feel free to [start a discussion](https://github.com/kyle-west/cistercian-clock/discussions) or reach out to me on Twitter [@KyleWestCS](https://twitter.com/KyleWestCS).