https://github.com/theusaf/template-pixi-game-engine
A game engine template using pixijs, gluon, and scripts to build executables
https://github.com/theusaf/template-pixi-game-engine
game-2d game-development game-engine gluon nodejs pixijs react tailwindcss template typescript web
Last synced: 7 months ago
JSON representation
A game engine template using pixijs, gluon, and scripts to build executables
- Host: GitHub
- URL: https://github.com/theusaf/template-pixi-game-engine
- Owner: theusaf
- License: mit
- Created: 2024-02-02T06:30:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-12T22:14:26.000Z (over 1 year ago)
- Last Synced: 2025-01-30T19:58:01.680Z (8 months ago)
- Topics: game-2d, game-development, game-engine, gluon, nodejs, pixijs, react, tailwindcss, template, typescript, web
- Language: Shell
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pixi.js "Engine" Template
This template is for a simple React application using pixi.js as the rendering engine. This allows for use of React components for UI and pixi.js for graphics and other features.
It also comes with a backend using Express.js and Gluon to host the web application without needing to bundle a Chromium browser in exports. This also enables the application to access things like filesystems and other native features.
Included are build scripts that will package the application into a zip with executable code. This does bundle nodejs and uses `pkg` to create executables, so it may be a bit heavy.
- Currently only builds for Windows (x64 and arm64)
## Where to start
For backend tasks, see the `backend` directory. Code there can access anything that Nodejs can use.
For frontend tasks, the `src` folder contains React code.