Skip to content

Instantly share code, notes, and snippets.

View BlueMushroom64's full-sized avatar

BlueMushroom64 BlueMushroom64

View GitHub Profile
@TheSoundDefense
TheSoundDefense / README.md
Last active February 3, 2026 06:49
Tutorial - how to create a LiveSplit component

Creating a LiveSplit component

Since LiveSplit's official documentation is a work in progress, and I couldn't find another guide for this anywhere else, I decided I would write my own. This will hopefully act as a good reference for getting started and making simple components, de-mystifying the process.

Things you will learn:

  • How to set up your Visual Studio project
  • How to set up the code structure of your component
  • How to create a simple InfoTextComponent (which displays a label on the left, and some text on the right)