Updated Q&A (markdown)

Azgaar 2020-06-18 23:58:18 +03:00
parent 9a34d5af68
commit 901cb35380

2
Q&A.md

@ -38,7 +38,7 @@ The Generator is a web-based tool, but it can be run offline if downloaded from
### Is there a desktop version? ### Is there a desktop version?
Modern technologies allow any web-application to be turned into a desktop application using [Electron](https://github.com/electron/electron). To get a desktop application download [an archive](https://github.com/Azgaar/Fantasy-Map-Generator/releases) for your architecture, unzip and run the executable file. Modern technologies allow any web-application to be turned into a desktop application using [Electron](https://github.com/electron/electron). To get a desktop application download [an archive](https://github.com/Azgaar/Fantasy-Map-Generator/releases) for your architecture, unzip and run the executable file.
For some users desktop application can be a bit faster than web application. But I would not expect any significant performance increase as it is just an Electron application, basically a Chromium browser opened separately. The application may be a bit outdated as it takes time to build it and web-version is considered as main and hence the most up-to-date. For some users desktop application can be a bit faster than web application. But I would not expect any significant performance increase as it is just an Electron application, basically a web page opened in Chromium browser.
### Which browsers are supported? ### Which browsers are supported?
The Generator should work in any modern browser, but it is developed using the latest version of the Google Chrome. I also try to support the latest Mozilla Firefox version. Edge 79 and later will also work. Outdated browsers like Internet Explorer or Opera are not supported. The Generator should work in any modern browser, but it is developed using the latest version of the Google Chrome. I also try to support the latest Mozilla Firefox version. Edge 79 and later will also work. Outdated browsers like Internet Explorer or Opera are not supported.