Skip to content

Create games with a modern 2D rendering engine and your favorite JavaScript framework.

Notifications You must be signed in to change notification settings

DRincs-Productions/create-pixi-vn

Repository files navigation

Getting Started

pixi-vn-cover

You can start using Pixi’VN by initializing a new project.

Prerequisites

Before starting, you must have the following tools installed:

Project Initialization

To initialize a new project, you can use the following command:

# npm
npm create pixi-vn@latest

# yarn
yarn create pixi-vn

# pnpm
pnpm create pixi-vn

# bun
bun create pixi-vn

# bun
deno init --npm pixi-vn

The supported template presets are:

Visual Novel - React:

( More templates will be added in the future, see this issue for more information )

After the project is initialized, you can open the project directory with your text editor (VSCode is recommended) and start developing your visual novel.

Into all templates there is a README.md file with more information about the project.

About

Create games with a modern 2D rendering engine and your favorite JavaScript framework.

Resources

Stars

Watchers

Forks

Packages

No packages published