Daniel Byron

Posts tagged with

Porting an HTML/PixiJS game to Android

Read this post on Medium I recently wanted to port some of my PixiJS games to standalone Android apps and couldn’t find any guide on how to do so. The process itself isn’t complicated, but requires some Android knowledge that not every HTML game dev is going to have. So this is my attempt to document how I port my game, in the hopes that it helps others. This assumes you have your game as a standalone build (built using something like webpack) and doesn’t rely on any external dependencies or links.

Page 1 of 1