Skip to content

Introduction

dill pixel is a game development framework built on top of the PixiJS rendering engine and provides a robust set of tools and libraries for creating 2D games. dill pixel is maintained and developed by Relish Studios and has been used to create a wide range of games, from simple educational games to complex interactive experiences.

dill pixel offers a number of useful features and libraries to help you build your game:

Assets

Define which assets belong to which scene for automated loading and unloading during scene transitions.

Learn more

Scenes

Seamlessly handles your game state and complex transitions between states.

Learn more

Layout and Flex container

Anchored positioning and an HTML-inspired flexbox container makes creating responsive UI layouts a snap.

Learn more

Audio

Configure multiple audio channels and queue audio files as they are triggered – optionally based on assigned priorities.

Learn more

Copy and Content

Manage all of your game’s content and copy in .json files, including support for multiple languages.

Learn more

Accessibility

Handle mouse, touch, and keyboard input – including sophisticated support for creating tab orders or finding the nearest interactive element for arrow key navigation.

Learn more