explaingit

itsspin/spinips

Analysis updated 2026-05-18

4PythonAudience · generalComplexity · 2/5Setup · easy

TLDR

A visual overhaul for the classic MMO EverQuest that replaces the game's old interface with a modern dark theme, plus a companion app that reads game logs to track combat performance.

Mindmap

mindmap
  root((repo))
    What it does
      Reskins game UI
      Dark theme design
      Bottom screen layout
    Tech stack
      Python
      Windows
      Texture generators
    Use cases
      Customize EverQuest look
      Track combat stats
      Edit layout offline
    Audience
      EverQuest players
      MMO UI fans
    Components
      UI skin
      Loremaster app
      SpinUI Studio editor

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Replace EverQuest's aging interface with a modern dark-themed skin.

USE CASE 2

Track your combat performance with a damage meter that reads game logs.

USE CASE 3

Customize your UI layout offline before applying it in-game.

USE CASE 4

Switch between layouts optimized for different monitor sizes.

What is it built with?

PythonWindows

How does it compare?

itsspin/spinips1038lab/agnes-ai3eyedtiger/video2vrcemote
Stars444
LanguagePythonPythonPython
Setup difficultyeasyeasyeasy
Complexity2/52/51/5
Audiencegeneralvibe codervibe coder

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

In plain English

SpinUI Reloaded is a visual overhaul for EverQuest Legends, the classic fantasy MMORPG. It replaces the game's aging interface with a modern, dark-themed look called "Obsidian, Venom and Ember." The project is built by a player known as Spin and includes both a full UI skin and a companion application called Loremaster that reads game logs to track combat performance. The whole package targets Windows and runs on standard Python libraries. The UI skin reskins every window in the game: inventory, merchant, tradeskills, guild, raid, and more. Colors follow a consistent palette. Window backgrounds use dark obsidian shades, outlines appear in gunmetal gray, and accents use ember gold for important states like experience gain and venom teal for active selections and casting. Health, mana, and endurance bars use red, blue, and amber respectively, so each gauge reads clearly at a glance. The creator drew inspiration from popular WoW addons like ELVUI and Details!, translating those design ideas into EverQuest's older skinning system. The layout places all critical information in a band across the bottom of the screen, keeping the center clear so you can see the game world. The project ships with layouts for three monitor sizes: standard 2560x1440, ultrawide 3440x1440, and 4K at 3840x2160. An installer detects your resolution and applies the matching layout. You can also pick between three chat arrangements labeled combat focus, social focus, and hybrid, depending on how you prefer your chat windows organized. SpinUI Studio is a separate offline editor included in the release. It lets you adjust the layout, toggle window visibility, and change accent colors without being in the game. Loremaster is the companion application, and it parses your game log files in real time to provide a damage meter, encounter tracking, session analysis, and an item reference panel called Lore Lens. It does not inject anything into the game itself, it only reads logs. The repository also includes the generator scripts that built the textures and layouts, so the whole project is reproducible and modifiable.

Copy-paste prompts

Prompt 1
How do I install SpinUI Reloaded on EverQuest and pick the right layout for my monitor size?
Prompt 2
Show me how to use Loremaster to read my EverQuest log files and display a damage meter.
Prompt 3
How do I use SpinUI Studio to change accent colors and toggle window visibility without launching the game?
Prompt 4
What chat layout should I pick between combat focus, social focus, and hybrid for my playstyle?
Prompt 5
How do I run the generator scripts to rebuild textures and layouts from scratch?

Frequently asked questions

What is spinips?

A visual overhaul for the classic MMO EverQuest that replaces the game's old interface with a modern dark theme, plus a companion app that reads game logs to track combat performance.

What language is spinips written in?

Mainly Python. The stack also includes Python, Windows.

How hard is spinips to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is spinips for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.