Skip to content

afarber/pixi-questions

Repository files navigation

pixi-questions

CI License: MIT

Small PixiJS projects for learning game development with JavaScript.

Quick Start

cd checkered-board-buttons
npm install
npm run dev

Development

# Run tests
npm run test:run

# Check formatting
npm run lint

# Auto-fix ESLint issues
npx eslint . --ext js,jsx --fix

Documentation

License

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

Projects

checkered-board-buttons with draggable rectangles, based on Pixi.js Tutorial for Absolute Beginners by Wael Yasmina:

screenshot

drag-tiles-3d-effect with draggable square rectangles and a 3D tilt effect

screenshot

drag-tiles-layout same as above, but using PixiJs layout

screenshot

playing-cards-2-planes playing cards created by Adrian Kennard displayed on 2 planes: UI and the table

screenshot

playing-cards-3d-effect with draggable PNG cards created by Adrian Kennard

screenshot

fastapi-websockets-chat a FastAPI, PixiJs, Websockets chat

screenshot

StackOverflow

My PixiJs-related questions at StackOverflow

About

Small projects for asking at Stackoverflow and Telegram

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published