Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
0.8.3:installation [2021/04/14 10:02] – [Notes] admin0.8.3:installation [2022/04/08 14:20] – [Notes] admin
Line 1: Line 1:
 ====== Installation ====== ====== Installation ======
  
-===== Download the latest package =====+===== Installer ===== 
 + 
 +Since v0.8.3.2265 we provide an easy-to-use installer. 
 + 
 +Download the Zip-Archive, extract it and run the "Gorilla3DInstaller.exe"
 +[[https://www.gorilla3d.de/download/Gorilla3DInstaller.zip|Download Installer for Windows]] 
 + 
 +**WARNING**: Previously manually installed packages have to be uninstalled before running the installer. 
 +Otherwise path settings may be conflicting. 
 + 
 +{{:0.8.3:g3d-installer-1.jpg?nolink&600|}}{{:0.8.3:g3d-installer-2.jpg?nolink&600|}} 
 + 
 +Select the desired IDE version you want a package to install for. 
 + 
 +Click "Install" to start the process. 
 + 
 +The application will download, extract and configure everything for you. 
 + 
 +===== Manual Installation ===== 
 + 
 +In case you have no access to the Installer Tool, you can still install the package yourself. 
 + 
 +Please follow the instructions. 
 + 
 +==== Download the latest package ====
  
 You can download the latest Developer-Edition packages for your specific Delphi DX version at  You can download the latest Developer-Edition packages for your specific Delphi DX version at 
Line 42: Line 66:
 ==== Notes ==== ==== Notes ====
  
-After package install and path configuration it's recommended:+<color #ed1c24>Since v0.8.3.2265 you will need additional binaries inside the BDS installation directory!</color> 
 + 
 + 
 +After package install and path configuration we recommend to:
   * Close the IDE   * Close the IDE
   * Kill "adb.exe" process in task manager   * Kill "adb.exe" process in task manager
Line 50: Line 77:
 **__WARNING:__ Sometimes the IDE do not load the Gorilla3D package on startup, especially when creating a new / empty project. **__WARNING:__ Sometimes the IDE do not load the Gorilla3D package on startup, especially when creating a new / empty project.
 Then the IDE do not register all Gorilla3D classes and do not use the correct OpenGL context for design-time rendering!** Then the IDE do not register all Gorilla3D classes and do not use the correct OpenGL context for design-time rendering!**
 +
 +In case you do not have an existing Gorilla3D demo/application:
 +  * Start the IDE with installed package and configured paths
 +  * Create a new and empty FMX application
 +  * Drag & drop a TGorillaViewport, TGorillaCamera and TGorillaLight onto your form
 +  * Save the project
 +  * Close the IDE
 +  * Kill "adb.exe" process in task manager
 +  * Restart the IDE
 +  * Load your previously created application
 +
 +**__REMARK:__ Was solved since v0.8.3.1846.**