Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/romellogoodman/flow-fields

A library for generating flow fields.
https://github.com/romellogoodman/flow-fields

Last synced: about 17 hours ago
JSON representation

A library for generating flow fields.

Awesome Lists containing this project

README

        

# flow-fields

A library for generating flow fields.

Resources for learning more about flow fields and noise:

- [Flow Field Are.na Board](https://www.are.na/romello-goodman/flow-fields-ddrqag_mr44)
- [Flow Fields by Tyler Hobbs](https://tylerxhobbs.com/essays/2020/flow-fields)
- [Noise by Varun Vachhar](https://varun.ca/noise/)

## Use

```js
const field = generateField({ count: 100, height: 1000, width: 1000 });
```

## Contributing

All contributors and all contributions both big and small are welcome in this project.

## Author

[Romello Goodman](https://www.romellogoodman.com/)