Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielgamage/data-lathe
a set of utility functions for remapping and reshaping data (esp normalized), inspired by DSP and shader development
https://github.com/danielgamage/data-lathe
data-transformation normalized-data
Last synced: 12 days ago
JSON representation
a set of utility functions for remapping and reshaping data (esp normalized), inspired by DSP and shader development
- Host: GitHub
- URL: https://github.com/danielgamage/data-lathe
- Owner: danielgamage
- License: mit
- Created: 2022-08-19T03:06:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T00:23:12.000Z (4 months ago)
- Last Synced: 2024-11-01T11:34:41.927Z (19 days ago)
- Topics: data-transformation, normalized-data
- Language: JavaScript
- Homepage: https://lathe-rust.vercel.app
- Size: 2.59 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Lathe
A collection of pure javascript functions for reshaping normalized data for visualization, DSP, generative art, and more.
## Installation
```
npm i data-lathe
```## Usage
Try out the minimal example on [Observable](https://observablehq.com/@danielgamage/data-lathe), and check the docs on [the docs site](https://lathe-rust.vercel.app/)