Importing Pixi.js

Asked 2 years ago, Updated 2 years ago, 52 views

npm install pixi.js
I got Pixi in
I don't know where to start and what to do import Script src=.
Please let me know if there are any instructions for creating Hello World that are written in detail from the import method.

pixi.js

2022-09-30 11:23

2 Answers

There may be some confusing information on the web because the import area has changed a little in version 5.

GitHub is publishing a template project for PixiJS, so please check it out if you like.
https://github.com/zprodev/pixi-dev-template


2022-09-30 11:23

PixiJS documentation reads:

Learn

  • Website:Find out more about PixiJS on the official website.
  • Getting started: Check out @kittykattack's compatible tutorial.
  • Examples: Get stuck right in and play around with PixiJS code and features right here!
  • Docs:Get to know the PixiJS API by checking out the docs.
  • Wiki:Othermisctutorials and resources are on the Wiki.

As it says, this tutorial will be helpful for you, although it is in English.

https://github.com/kittykatattack/learningPixi


2022-09-30 11:23

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.