This is an old revision of the document!


Installation

Download the latest package

You can download the latest Developer-Edition packages for your specific Delphi DX version at bitbucket.org: https://bitbucket.org/gorilla3d/gorilla3d/src/master/

Check out the “packages” folder, choose your Delphi IDE version and download the highest version.

The Developer-Edition is free for development purposes. When releasing your project you need to purchase the Release-Version!

The free developer-edition contains the same features like the release version, it only renders everything with a watermark.

Unpack and configure

Download the zip-archive and unpack anywhere (<installation-directory>).

In Delphi IDE go to:

  • Menu: Components > Install packages
  • Select the package file “Gorilla3D_Delphi_C++_10.x.x_0.8.1.250.bpl” from “<installation-directory>\Win32\Release” depending on your IDE version.

Delphi 10.3

To insert DCU's go to:

  1. Menu: Tools > Options > Language > Delphi-Options > Library
  2. Select “Windows 32-Bit” platform on top
  3. Go to “Library-Path” input field and add the “<installation-directory>\Win32\Release\
  4. Repeat this analog for “Windows 64-Bit” and “Android” platforms

Delphi 10.1 - Delphi 10.2

To insert DCU's go to:

  1. Menu: Tools > Options > Environmentoptions > Delphi-Options > Library
  2. Select “Windows 32-Bit” platform on top
  3. Go to “Library-Path” input field and add the “<installation-directory>\Win32\Release\
  4. Repeat this analog for “Windows 64-Bit” and “Android” platforms