Create scenes for video game maps from real geographic data.
To create maps for games, you will need to go through the following steps :
This step really depends on the game youβre targeting, for now, good luck if the game youβre targeting is not in the tutorials !
Application crash and everything close before I can see any error.
Run the application using Command Prompt to get the full Traceback. With the traceback, you may find the source of the problem, or you can send it to me.
Why is the ZIP file so big ? (Β± 500 Mo)
The pre-build binaries are build using PyInstaller which bundles a Python application and all its dependencies into a single package. It mean that the single executable contains Python and thouthands of libraries files and scripts.
Why does the program take so long to start ?
The pre-build binaries are build using PyInstaller which bundles a Python application and all its dependencies into a single package. The program has to unpack everything before running the python script which can take some time.