Updated Q&A (markdown)

Azgaar 2020-04-04 19:26:52 +03:00
parent 9bea8e72fe
commit e1de85d99f

4
Q&A.md

@ -36,7 +36,9 @@ Yes, you can do it using any text editor. However, please note that, without a c
The Generator is a web-based tool, but it can be run offline if downloaded from the [Releases](https://github.com/Azgaar/Fantasy-Map-Generator/releases) page. Select the latest available version and click on _Source code (zip)_. Then, unzip the downloaded archive and open the _index.html_ file in browser. I recommend using Google Chrome or Firefox. Please note that some functions, like additional Fonts, are not available offline. You can also download a desktop application (see below). The Generator is a web-based tool, but it can be run offline if downloaded from the [Releases](https://github.com/Azgaar/Fantasy-Map-Generator/releases) page. Select the latest available version and click on _Source code (zip)_. Then, unzip the downloaded archive and open the _index.html_ file in browser. I recommend using Google Chrome or Firefox. Please note that some functions, like additional Fonts, are not available offline. You can also download a desktop application (see below).
### Is there a desktop version? ### Is there a desktop version?
Modern technologies make it so any web-application can be turned into a desktop application using Electron. The Generator UI is not designed for a desktop, so there can be some minor issues. 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 and it is an Electron application, so 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.
### 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 should 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 should also work. Outdated browsers like Internet Explorer or Opera are not supported.