pixi-react

Write PIXI apps using React declarative style

MIT License

Downloads
55.6K
Stars
2.1K
Committers
56

Bot releases are hidden (Show)

pixi-react - v0.0.13

Published by inlet over 6 years ago

Fix typings and window compilation thanks to @xaviergonz

pixi-react - v0.0.12

Published by inlet over 6 years ago

Added

  • Teardown <Stage> components

Improved

  • Typescript Typings

Fixed

  • Syntactic sugar for PIXI builtin components for props image and draw gets updated
pixi-react - v0.0.9

Published by inlet over 6 years ago

Improved

Load development/production build based on process.env.NODE_ENV.

pixi-react - v0.0.6

Published by inlet over 6 years ago

Improved

Implement the prepareUpdate hook of the reconciler hostconfig.

pixi-react - v0.0.5

Published by inlet over 6 years ago

Added

  • Typings
  • Add contribution files

Removed

  • Shape type
pixi-react - v0.0.2

Published by inlet over 6 years ago

Add higher order component for providing the PIXI.Application:

import { withPixiApp } from '@inlet/react-pixi'

const Bunny = withPixiApp(({ app }) => {
  // app === PIXI.Application
  return ...
})
pixi-react - v0.0.1

Published by inlet over 6 years ago