Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FormidableLabs/renature
A physics-based animation library for React focused on modeling natural world forces.
https://github.com/FormidableLabs/renature
animation physics react reasonml rescript typescript
Last synced: 3 months ago
JSON representation
A physics-based animation library for React focused on modeling natural world forces.
- Host: GitHub
- URL: https://github.com/FormidableLabs/renature
- Owner: FormidableLabs
- License: mit
- Archived: true
- Created: 2019-12-02T21:54:51.000Z (about 5 years ago)
- Default Branch: saturn
- Last Pushed: 2023-05-11T18:13:18.000Z (over 1 year ago)
- Last Synced: 2024-10-06T18:35:15.023Z (4 months ago)
- Topics: animation, physics, react, reasonml, rescript, typescript
- Language: TypeScript
- Homepage: https://formidable.com/open-source/renature/
- Size: 20.2 MB
- Stars: 604
- Watchers: 43
- Forks: 13
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-list - renature - based animation library for React focused on modeling natural world forces. | FormidableLabs | 556 | (TypeScript)
README
# `renature`
`renature` is a physics-based animation library for React focused on modeling natural world forces like gravity, friction, and fluid dynamics, exposed as a set of React hooks.
## ✨Features
- 🎣 A small set of declarative React hooks for animating with ease.
- 🌌 Support for non-traditional physics-based animations using gravity, friction, fluid resistance, and more.
- 🧮 Mathematically accurate and type-safe physics, powered by [ReScript](https://rescript-lang.org/).
- 🔁 Start, stop, delay, and loop animations with our Controller API.
- 0️⃣ A tiny animation library with zero dependencies!## 📃Documentation
`renature`'s documentation lives on our [docs site](https://formidable.com/open-source/renature/). Notice something inaccurate or confusing? Feel free [to open an issue](https://github.com/FormidableLabs/renature/issues) or [make a pull request](https://github.com/FormidableLabs/renature/pulls) to help improve the documentation for everyone! The source for our docs site lives in this repo in the [`docs`](/docs/README.md) folder.
## Maintenance Status
**Archived:** This project is no longer maintained by Formidable. We are no longer responding to issues or pull requests unless they relate to security concerns. We encourage interested developers to fork this project and make it their own!