1.5.1-1 • Published 2 years ago

react-webgl-fluid-sim v1.5.1-1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-webgl-fluid-sim

Implements the WebGL-Fluid-Simulation by PavelDoGreat as a reusable React component

NPM JavaScript Style Guide

Install

npm install --save react-webgl-fluid-sim

Usage

import React, { Component } from 'react'

import WebGLFluidSim from 'react-webgl-fluid-sim'
import 'react-webgl-fluid-sim/dist/index.css'

class Example extends Component {
  render() {
    return <WebGLFluidSim fixed />
  }
}

License

MIT © NoodleOfDeath

1.5.1-1

2 years ago

1.5.1-0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago