Simple GUI to upload, rename and delete 3D models, used with 3DVis. Can also rename and delete scenes, and change options in the 3DVis application. Note: AI was used to assist with creating this application.
- Download the latest release from the releases section in GitHub
- Install python 3.11.9 on your computer (later versions won't work), and make sure python.exe is added to PATH. Python 3.11.9 can be downloaded from https://www.python.org/downloads/release/python-3119/.
- Unzip the 3DVisCompanion.zip file.
- Open a command prompt or powershell window in the
srcfolder of the unzipped folder. - Make sure python 3.11.9 is the active python version by running the
python --versioncommand. - Install the pip modules in requirements.txt by running
pip install -r requirements.txt. - Change the
BASE_PATHvariable inconfig.jsonto the path where you want the models and scenes to be saved. The default path is configured for the CAVE2 at UniSC. - Run
main.py. Alternatively, create a shortcut by right clicking on themain.pyfile and selectingCreate Shortcut. This shortcut can then be moved to the desktop for easier access.