hairyf / vue3-pixi

Lightweight and flexible Vue 3 library for creating PixiJS applications.

Home Page:https://vue3-pixi.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License

MIT License Β© 2023-PRESENT hairyf

About

Lightweight and flexible Vue 3 library for creating PixiJS applications.

https://vue3-pixi.vercel.app/

License:MIT License


Languages

Language:TypeScript 99.9%Language:Vue 0.1%