Skip to content
lukflug edited this page May 30, 2022 · 6 revisions

Welcome to the PanelStudio wiki!

Introduction

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.

Tutorial

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:

Clone this wiki locally