Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rumyra/vizmodules
Module that returns a map for grid coordinates, based on different settings
https://github.com/rumyra/vizmodules
Last synced: 2 days ago
JSON representation
Module that returns a map for grid coordinates, based on different settings
- Host: GitHub
- URL: https://github.com/rumyra/vizmodules
- Owner: Rumyra
- Created: 2022-02-18T17:58:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T14:10:12.000Z (8 months ago)
- Last Synced: 2024-04-14T12:15:26.834Z (7 months ago)
- Language: JavaScript
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VizModules
A set of JS modules to use for graphics, with the [Canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API).
[See them running and read the docs on the website here](https://rumyra.github.io/VizModules/)
- [VizGrid](https://github.com/Rumyra/VizModules/tree/main/VizGrid): Creates grids. Returns a map of grid coordinates based on settings.
- [View the docs](VizGrid)
- [See the example](VizGrid/example)- [VizCanvas](https://github.com/Rumyra/VizModules/tree/main/VizCanvas): Sets up a full screen canvas, with added features.
- [View the docs](VizCanvas)
- [See the example](VizCanvas/example)- [VizPalette](https://github.com/Rumyra/VizModules/tree/main/VizPalette): Returns a colour palette (array of hex strings) based on input.
- [View the docs](VizPalette)
- [See the example](VizPalette/example)- [VizTile](https://github.com/Rumyra/VizModules/tree/main/VizTile): Creates a 'tile' made of shapes to draw.
- [View the docs](VizTile)
- [See the example](VizTile/example)> Copyright Ruth John 2022