Files
simple64/simple64-gui
Logan McNaughton 00d51eda32 update gui
2023-09-07 21:34:25 -06:00
..
2023-09-04 12:56:43 -06:00
2023-08-29 14:00:31 -06:00
2022-10-30 13:30:42 -06:00
2023-09-03 19:07:28 -06:00
2023-09-03 19:59:50 -06:00
2022-10-05 15:56:52 -06:00
2022-08-31 11:24:48 -06:00
2023-09-04 12:56:43 -06:00
2023-09-04 12:56:43 -06:00
2023-09-07 21:34:25 -06:00
2023-09-03 19:07:28 -06:00
2023-07-31 15:55:28 -06:00
2022-10-05 13:39:38 -06:00
2022-08-31 11:24:48 -06:00
2022-08-31 11:24:48 -06:00
2022-08-31 11:24:48 -06:00
2022-08-31 11:24:48 -06:00
2023-09-07 21:34:25 -06:00
2023-09-04 12:56:43 -06:00
2023-09-03 19:07:28 -06:00
2023-09-03 19:07:28 -06:00
2023-09-03 19:07:28 -06:00
2023-07-31 15:55:28 -06:00
2022-10-05 13:39:38 -06:00
2022-10-05 13:39:38 -06:00
2022-08-31 11:24:48 -06:00
2023-09-03 19:07:28 -06:00
2023-08-01 21:11:50 -06:00
2023-08-14 08:31:23 -06:00
2023-08-14 08:31:23 -06:00
2022-08-31 11:24:48 -06:00
2022-10-05 13:39:38 -06:00
2023-09-03 19:07:28 -06:00
2023-09-03 19:07:28 -06:00

simple64-gui

simple64-gui is written in Qt6.

You can try this out by downloading simple64.

It is free/libre software under license GPLv3.0. Enjoy and happy hacking!

Dependencies

  • Qt6
  • SDL2
  • 7za binary must be installed on your system for 7z/zip support

Building (tested on GNU/Linux and MinGW)

git clone https://github.com/simple64/simple64-gui.git
cd simple64-gui
mkdir build
cd build
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ..
VERBOSE=1 cmake --build .

Then you can run ./simple64-gui.