We need a GUI
Opened this issue · 2 comments
Tylersuard commented
Our users are complaining about having to use a command line. Can we create a graphic user interface, with buttons for them to click?
GEOEGII555 commented
This depends on the users' devices.
- For Microsoft(R) Windows(R) Server(R) 2024 or Microsoft(R) Windows(R) 11 24H2, we can use GDI+ or DirectX 2D. It's very fast. Tested myself, got 123001200120412031920 million FPS on my Microsoft(R) Windows(R) 11 24H2 laptop with GDI+.
- For Linux, MacOS and the rest of the operating systems we can use CPU rendering, but please warn the clients which don't use Microsoft(R) Windows(R) Server(R) 2024 or Microsoft(R) Windows(R) 11 24H2 that CPU rendering is extremely slow - the application will run at 0.1 FPS.
GEOEGII555 commented
Related: #682