react-webgl-fluid-sim
TypeScript icon, indicating that this package has built-in type declarations

1.5.1-1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-webgl-fluid-sim

Weekly Downloads

8

Version

1.5.1-1

License

MIT

Unpacked Size

436 kB

Total Files

13

Last publish

Collaborators

  • noodleofdeath