https://github.com/mattjennings/svelte-pixi
Create PixiJS apps with Svelte
https://github.com/mattjennings/svelte-pixi
Last synced: about 1 month ago
JSON representation
Create PixiJS apps with Svelte
- Host: GitHub
- URL: https://github.com/mattjennings/svelte-pixi
- Owner: mattjennings
- License: mit
- Created: 2019-09-29T22:31:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T18:09:54.000Z (3 months ago)
- Last Synced: 2025-05-06T13:50:27.617Z (about 1 month ago)
- Language: Svelte
- Homepage: https://svelte-pixi.com
- Size: 3.69 MB
- Stars: 138
- Watchers: 5
- Forks: 14
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SveltePixi
Create [PixiJS](https://www.pixijs.com) apps with Svelte.
[View Documentation](https://svelte-pixi.mattjennin.gs)
## Contributing
### Development
This repo requires the use of [pnpm](https://pnpm.js.org/en/). You can [install pnpm](https://pnpm.io/installation) with:
```bash
npm i -g pnpm
```Then simply run:
```
pnpm install
pnpm run dev
```This will start up the documentation website.
### Linting
GitHub actions will enforce code quality according to the prettier, eslint, and typescript configuration.
### Tests
TODO