Page 3 of 3

Re: Front end GUI for uqlx

Posted: Fri Feb 28, 2025 12:59 am
by ql_freak
dilwyn wrote: Thu Jun 13, 2024 5:30 pm What advantages would the GUI give the emulator user? Bearing in mind I've never used uQLx and never looked at Jonathan's GUI.
That's your problem ;‑)

You never have used uQLx. It's really great! It runs with WSL and WSL2 and a Windows X11-server, e.g. XMing, perfectly also on Windows (XP+) and you have the advantage of Minerva: E.g.: Load BASIC-program without line numbers:

Code: Select all

AUTO 100:MERGE'FILENAME_bas'
And you have loaded it WITH line numbers.

Re: Front end GUI for uqlx

Posted: Fri Feb 28, 2025 1:16 am
by ql_freak
SimonGreenaway wrote: Wed Oct 30, 2024 11:09 am Have you tried my version?

https://github.com/SimonGreenaway/sQLux ... me-ov-file

Screenshot from 2024-10-30 11-06-31.png
I think, this one looks interesting.

Re: Front end GUI for uqlx

Posted: Fri Apr 04, 2025 5:52 pm
by desin
Version 2
SQLUX GUI.png
sg.zip
(2.84 KiB) Downloaded 23 times
for Linux
dependencies : bash,yad
restrictions :
MDV1/2 point to directories
FLP1/2 point to FLP.img files
WIN1/2 point to .win containers
WIN7/8 point to native directories
important !
sqlux.ini resides in /home/
you have to rename the existing sqlux.ini
execute with :
bash sg.sh

Hope it helps
Markus