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
- Host: GitHub
- URL: https://github.com/cyberdex/pixi-experiments
- Owner: CyberDex
- Created: 2023-04-01T07:42:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T14:09:20.000Z (over 2 years ago)
- Last Synced: 2025-01-08T12:35:57.470Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://cyberdex.github.io/pixi-experiments/
- Size: 6.24 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
0%"/>
Project for palying with pixi performance
##
### 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)
