This package has been deprecated

Author message:

This package has been deprecated. Please use @pixi/react instead. See https://pixijs.io/pixi-react

@inlet/react-pixi
TypeScript icon, indicating that this package has built-in type declarations

6.8.0 • Public • Published

react-pixi

React Pixi

Simply the best way to write PIXI applications in React
Write PIXI applications using React declarative style 👌


release downloads ci tests license react version pixi version


ReactPixi is an open-source, production-ready library to render high performant PIXI applications in React.

Get started

Quick start

npm install pixi.js @inlet/react-pixi
import { Stage, Container, Sprite } from '@inlet/react-pixi'

export const MyComponent = () => (
  <Stage>
    <Sprite image="./my-image.png" x={100} y={100} />

    <Container x={500}>
      <Text text="Hello World" filter={[blurFilter]} />
    </Container>
  </Stage>
)

Docs

Check out our documentation for guides and a full API reference.

Or checkout our examples on codepen for inspiration.

Contribute

Want to contribute to ReactPixi? Our contributing guide has you covered.

License

ReactPixi is MIT licensed.

Meet fellow developers

You have an amazing feature in mind or just want to get in touch with other developers? Feel free to join our Slack channel.

Join us on Slack

Readme

Keywords

none

Package Sidebar

Install

npm i @inlet/react-pixi

Weekly Downloads

2,894

Version

6.8.0

License

MIT

Unpacked Size

24.4 MB

Total Files

44

Last publish

Collaborators

  • inlet