An open API service indexing awesome lists of open source software.

https://github.com/cyberdex/pixi-experiments

PixiJS performance experiments
https://github.com/cyberdex/pixi-experiments

Last synced: 11 months ago
JSON representation

PixiJS performance experiments

Awesome Lists containing this project

README

          



PixiJS
0%"/>


Project for palying with pixi performance




PixiJS

##
### Technologies used:
   [](https://github.com/pixijs/pixijs) - a rendering library built for the web.

   [](https://github.com/pixijs/ui) - commonly used UI components aplications based on PixiJS.

   [](https://github.com/pixijs/layout) - library for for simple and fast implementation of responsive user interfaces using PixiPS.

##
### Prerequisites

To run this project, you need to have `Node.js` and `npm` installed on your system.

##
### Setup and run the game

```sh
# Install dependencies
npm install

# Start the project
npm start
```
##
### Building the game

```sh
# Compile the game into a bundle, which can be found in `dist/`
npm run build
```

---

> Author [@CyberDex](https://github.com/CyberDex)