Xpanda
December 28, 2025 ยท View on GitHub
Xpanda is a tool that allows you to include code from external files into your shaders, while also trying to handle shader compatibility.
Author: kraifpatrik
Warning
This project is no longer actively maintained by the original author and is kept only for future reference!
Table of Contents
Building from source code
Requires Python 3!
git clone https://github.com/GameMakerDiscord/Xpanda
cd .\Xpanda
python.exe -m venv env
.\env\Scripts\Activate.ps1
pip.exe install -r requirements.txt
python.exe setup.py
It is recommended to add C:\path\to\Xpanda\dist into your PATH to be able to run Xpanda from anywhere.
Documentation and help
Online documentation for Xpanda can be found here. If you need further help with using Xpanda, you can find me on the BlueBurn Discord server here.
Projects using Xpanda
- BBMOD
- BBP
- CoreExtension
- ...