Skip to content

chillray/Svelte-Pixi-Project

 
 

Repository files navigation

Introduction

This Svelte project is created by using SvelteKit.

Run the application

If you're trying to run this application on your machine, please clone the repo and run the following codes:

# Install the required packages
npm install

# Start the server
npm run dev

Highly recommended to run this application on Google Chrome as it is only tested on Google Chrome

Important packages

PixiJS is used in this project for rendering the mini game. The version of PixiJS related packages are shown below:

"@pixi/graphics-extras": "^7.3.0",
"pixi.js": "^7.2.4"
"webfontloader": "^1.6.28"

Notes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 87.1%
  • CSS 5.3%
  • JavaScript 3.9%
  • HTML 1.9%
  • TypeScript 1.8%