Inertia

Results 12 comments of Inertia

It's crashing because it's trying to find a font file that only Cary has, for now you can check out my branch which fixes this until they merge the PR...

> ![Image](https://github.com/user-attachments/assets/aa15d1fc-7edb-4c5f-8656-0c472d5c80f1) I tried to open the thing with the text here but what is the actual step? Your command line is not in the right Directory. From that command...

If you type `py --version` into your command prompt, what does it say?

You can checkout my branch of the code, or, if you're not familiar with Git, paste the code below into jes_ui.py ```python import pygame from utils import arrayLerp, getUnit, hue_to_rgb,...

Niceee, enjoy!

> [@Inertia-Squared](https://github.com/Inertia-Squared) gives me this issue, prob just a dumb thing i messed up or smt > > ![Image](https://github.com/user-attachments/assets/ef70cbca-4fcb-4423-976b-1b357c10321e) Looks like you need to install pygame, just run ```pip install...

If you want to edit the file, just use a text editor, the python command is just for running the code. You need to run the jes.py script, any others...

Just trying to keep the default behaviour but add a fallback for those that don't have the font like myself, the intent was to make it non-invasive to the original...

@carykh a lot of people are opening issues due to this error, would it be ok to merge?

Yeah, unfortunately with the way the UI is programmed you're going to have a hard time scaling it without tweaking a lot of values manually. You might have better luck...