pixi-react

Write PIXI apps using React declarative style

MIT License

Downloads
55.6K
Stars
2.1K
Committers
56

Bot releases are visible (Hide)

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