Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.97 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.97 KB
Statements Branches Functions Lines
Statements Branches Functions Lines

pixijs-adventure

https://img.shields.io/github/issues-raw/ssbarbee/pixijs-adventure

PixiJS Learning Project

This project is a part of my journey to learn PixiJS, a powerful 2D rendering engine for the web. I'm following the tutorial provided at PixiJS Elementals to enhance my PixiJS skills. It is written in Typescript!

Getting Started

  1. Clone this repository to your local machine.
  2. Open the project in your favorite code editor.
  3. Follow the steps in the tutorial mentioned above to learn PixiJS.

Prerequisites

Before you start, make sure you have the following installed:

  • node.js and yarn
  • Any modern web browser

Hosted demo

https://ssbarbee.github.io/pixijs-adventure

Usage

  1. Run yarn to install project dependencies.
  2. Start the development server with yarn start.
  3. Visit http://localhost:1234 in your browser to see your PixiJS project in action.

Credits and tutorials

License

This project is licensed under the MIT License - see the LICENSE file for details.