https://github.com/mateusdigital/simple_clock
Simple Clock is a creative experiement by https://mateus.digital
https://github.com/mateusdigital/simple_clock
canvas creative-coding demoscene javascript
Last synced: about 1 year ago
JSON representation
Simple Clock is a creative experiement by https://mateus.digital
- Host: GitHub
- URL: https://github.com/mateusdigital/simple_clock
- Owner: mateusdigital
- License: gpl-3.0
- Created: 2023-02-23T22:52:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T16:44:48.000Z (over 2 years ago)
- Last Synced: 2024-03-05T17:54:34.754Z (over 2 years ago)
- Topics: canvas, creative-coding, demoscene, javascript
- Language: JavaScript
- Homepage: http://mateus.digital/simple_clock/
- Size: 241 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: COPYING.txt
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
# Simple Clock
**Made with <3 by [mateus.digital](https://mateus.digital).**
## Description:
Simple Clock is a very basic clock that I created to learn the Canvas drawing API.
You can [check it online](https://mateus.digital/simple_clock).
As usual, you are **very welcomed** to **share** and **hack** it.
## Building
```bash
git clone https://github.com/mateusdigital/simple_clock
cd simple_clock
./scripts/build-static.sh ## Builds the webpage for the project.
```
## License:
This software is released under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).
## Others:
- Email: hello@mateus.digital
- Website: https://mateus.digital
- Itch.io: https://mateusdigital.itch.io
- Linkedin: https://www.linkedin.com/in/mateusdigital
- Twitter: https://www.twitter.com/_mateusdigital
- Youtube: https://www.youtube.com/@_mateusdigital
There's more FLOSS things at [mateus.digital](https://mateus.digital) :)