Skip to content

Introduction

What is dill pixel?

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.

Key features

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

State management

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

Copy manager

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

Learn more

Input manager

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

Audio

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

Learn more

Asset map

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

Learn more

Web events

Ensures your game can respond to visibility changes or resize events from the browser window.

Learn more

Explore