Skip to content

Lightweight and flexible Vue 3 library for creating PixiJS applications.

License

Notifications You must be signed in to change notification settings

hairyf/vue3-pixi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
May 31, 2024
Jun 6, 2024
Jun 6, 2024
Jun 5, 2023
Jun 4, 2023
Dec 13, 2023
May 31, 2024
Jun 4, 2023
May 7, 2023
Jul 22, 2024
Jun 6, 2024
Jun 1, 2024
May 31, 2024
May 7, 2023
Jan 1, 2024
Jun 9, 2023

Repository files navigation

Vue 3 Pixi

Vue createRenderer for PixiJS


license license pixi version

View Documentation

Features
  • πŸ’š Lightweight and flexible Vue 3 library for creating PixiJS applications.
  • ✏️ Provides a Custom Vue Renderer that creates PixiJS objects instead of HTML elements.
  • πŸ“¦ Supports all PixiJS objects, such as Filter, Container, Sprite, Graphics, Text, etc
  • πŸ§‘β€πŸ’» Support specifying texture paths in templates to load texture objects
  • ✨ All events emitted by PixiJS objects are supported
  • πŸ—ƒοΈ Offers Loader component for bundling assets and Feature Rich Composition Utilities.
  • πŸ’« Create different transition effects in conjunction with Transition.

Installation

# with pnpm
pnpm add vue3-pixi

# with yarn
yarn add vue3-pixi

Try it Online

StackBlitz

Demos

Join Discord

Join Discord server https://discord.gg/7DUKnQpc3V

License

MIT License Β© 2023-PRESENT hairyf