JSPM

  • Created
  • Published
  • Downloads 667
  • Score
    100M100P100Q105752F
  • License GPL-3.0

Pixi'VN is a npm package that provides various features for creating visual novels.

Package Exports

  • @drincs/pixi-vn
  • @drincs/pixi-vn/dist/index.js
  • @drincs/pixi-vn/dist/index.mjs

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@drincs/pixi-vn) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Pixi'VN - PixiJS Visual Novel Engine

Pixi'VN is a npm package that provides various features for creating visual novels.

Pixi'VN has functions to manage story steps, saving and loading, variable storage, dialogues, and character creation.

Pixi'VN is based on Pixi.js, a modern 2D rendering engine, expanding the features by adding a save and load system, and functions to simplify the addition of images and animations.

In addition to managing the Pixi.js "Canvas", Pixi'VN offers the possibility of adding an HTML Element with the same dimensions as the "Canvas" to add interactions with the user. This allows the use of systems such as React, Vue, Angular, etc. to create much more complex interfaces with excellent performance.

Wiki

For more information, visit the Web Page