{"id":15640266,"url":"https://github.com/transitive-bullshit/react-fluid-animation","last_synced_at":"2025-04-14T21:52:50.776Z","repository":{"id":45469081,"uuid":"161462793","full_name":"transitive-bullshit/react-fluid-animation","owner":"transitive-bullshit","description":"Fluid media animation for React powered by WebGL.","archived":false,"fork":false,"pushed_at":"2020-07-11T23:10:52.000Z","size":16071,"stargazers_count":89,"open_issues_count":6,"forks_count":37,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T10:01:53.536Z","etag":null,"topics":["fluid","fluid-simulation","react","webgl"],"latest_commit_sha":null,"homepage":"https://transitive-bullshit.github.io/react-fluid-animation/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/transitive-bullshit.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-12T09:18:35.000Z","updated_at":"2025-03-27T08:01:25.000Z","dependencies_parsed_at":"2022-07-15T01:46:51.959Z","dependency_job_id":null,"html_url":"https://github.com/transitive-bullshit/react-fluid-animation","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transitive-bullshit%2Freact-fluid-animation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transitive-bullshit%2Freact-fluid-animation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transitive-bullshit%2Freact-fluid-animation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/transitive-bullshit%2Freact-fluid-animation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/transitive-bullshit","download_url":"https://codeload.github.com/transitive-bullshit/react-fluid-animation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248968753,"owners_count":21191158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fluid","fluid-simulation","react","webgl"],"created_at":"2024-10-03T11:33:24.650Z","updated_at":"2025-04-14T21:52:50.757Z","avatar_url":"https://github.com/transitive-bullshit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-fluid-animation ([demo](https://transitive-bullshit.github.io/react-fluid-animation/))\n\n\u003e Fluid media simulation for React powered by WebGL.\n\n[![NPM](https://img.shields.io/npm/v/react-fluid-animation.svg)](https://www.npmjs.com/package/react-fluid-animation) [![Build Status](https://travis-ci.com/transitive-bullshit/react-fluid-animation.svg?branch=master)](https://travis-ci.com/transitive-bullshit/react-fluid-animation) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\n[![Demo](https://raw.githubusercontent.com/transitive-bullshit/react-fluid-animation/master/example/demo.gif)](https://transitive-bullshit.github.io/react-fluid-animation/)\n\nThis is a port of the WebGL fluid animation by [Pavel Dobryakov](https://github.com/PavelDoGreat/WebGL-Fluid-Simulation), which itself is a port of [GPU Gems Chapter 38](http://developer.download.nvidia.com/books/HTML/gpugems/gpugems_ch38.html). It provides a very fast, stable fluid simulation by iteratively solving the Navier-Stokes equations for incompressible flow.\n\n## Install\n\n```bash\nnpm install --save react-fluid-animation\n```\n\n## Usage\n\nCheck out the [demo](https://transitive-bullshit.github.io/react-fluid-animation/).\n\n```jsx\nimport React, { Component } from 'react'\n\nimport FluidAnimation from 'react-fluid-animation'\n\nexport default class App extends Component {\n  render () {\n    return (\n      \u003cFluidAnimation\n        style={{ height: '100vh' }}\n      /\u003e\n    )\n  }\n}\n\n```\n\n## Props\n\nTODO\n\n## Credits\n\n- [Pavel Dobryakov](https://github.com/PavelDoGreat/WebGL-Fluid-Simulation) - Original WebGL fluid experiment by Pavel Dobryakov. This project is a direct port and extension of Pavel's excellent work.\n- [GPU Gems Chapter 38](http://developer.download.nvidia.com/books/HTML/gpugems/gpugems_ch38.html) - Fast fluid dynamics simulation on the GPU.\n- [jwagner](https://github.com/jwagner/fluidwebgl) - Similar WebGL implementation.\n- [haxiomic](https://github.com/haxiomic/GPU-Fluid-Experiments) - Alternative WebGL fluid experiment.\n\n## License\n\nMIT © [Travis Fischer](https://github.com/transitive-bullshit)\n\nSupport my OSS work by \u003ca href=\"https://twitter.com/transitive_bs\"\u003efollowing me on twitter \u003cimg src=\"https://storage.googleapis.com/saasify-assets/twitter-logo.svg\" alt=\"twitter\" height=\"24px\" align=\"center\"\u003e\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftransitive-bullshit%2Freact-fluid-animation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftransitive-bullshit%2Freact-fluid-animation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftransitive-bullshit%2Freact-fluid-animation/lists"}