-
Notifications
You must be signed in to change notification settings - Fork 23
Home
Welcome to the PanelStudio wiki!
PanelStudio is designed to work in a wide variety of software, and the core library has no external dependencies, so it is not limit to Minecraft or any rendering system. To use PanelStudio, you must implement a couple of interfaces, which tell PanelStudio how your mod is structured and tells it how to render things. If you are modding Minecraft, the latter part is largely done for you in the PanelStudio-MC auxiliary library.
Since the way you use PanelStudio highly depends on your particular mod, there is not a simple step-by-step guide on how to use it. For a self-contained example (albeit not a complete utility mod), see the example mods included in this repository.
The tutorial is split into following articles: