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: 20 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T00:23:12.000Z (over 1 year ago)
- Last Synced: 2025-03-29T00:33:53.865Z (about 1 year ago)
- Topics: data-transformation, normalized-data
- Language: JavaScript
- Homepage: https://lathe-rust.vercel.app
- Size: 2.59 MB
- Stars: 5
- Watchers: 1
- 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/)