Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eiskalteschatten/spider-web-js
An example of how to draw a spider web using JavaScript and the HTML 5 canvas tag.
https://github.com/eiskalteschatten/spider-web-js
canvas canvas2d
Last synced: 26 days ago
JSON representation
An example of how to draw a spider web using JavaScript and the HTML 5 canvas tag.
- Host: GitHub
- URL: https://github.com/eiskalteschatten/spider-web-js
- Owner: eiskalteschatten
- License: gpl-3.0
- Created: 2022-11-07T13:33:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T15:46:36.000Z (about 2 years ago)
- Last Synced: 2024-11-02T15:42:16.883Z (2 months ago)
- Topics: canvas, canvas2d
- Language: JavaScript
- Homepage: https://www.alexseifert.com
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# spider-web-js
This project is a small example of how to draw a spider web using JavaScript and the HTML 5 canvas tag. It supports a variable number of branches as well as light and dark modes.
To run it, clone the repository and open `index.html` in your favorite browser.
Here are a couple of screenshots:
![Dark Mode with 9 Branches](https://github.com/eiskalteschatten/spider-web-js/blob/main/screenshots/dark-mode-9-branches.jpg?raw=true)
*Dark Mode with 9 Branches*![Light Mode with 7 Branches](https://github.com/eiskalteschatten/spider-web-js/blob/main/screenshots/light-mode-7-branches.jpg?raw=true)
*Light Mode with 7 Branches*---
Alex Seifert - https://www.alexseifert.com