State management
Seamlessly handles your game state and complex transitions between states.
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:
State management
Seamlessly handles your game state and complex transitions between states.
Spine
Support for using Spine animations in your games.
Layout and Flex container
Anchored positioning and an HTML-inspired flexbox container makes creating responsive UI layouts a snap.
Physics
Copy manager
Manage all of your game’s content and copy in .json files, including support for multiple languages.
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.
Asset map
Define which assets belong to which game state for automated loading and unloading during game transitions.
Web events
Ensures your game can respond to visibility changes or resize events from the browser window.