GlistEngine for Devs

Discover the power of GlistEngine - the premier game and app development solution that's just moments away from revolutionizing your game creation process.

download git

Step - 1 (Windows)

Install Git to Your Computer

Since we will be using git version control system to install our application, we have to have the git in our computer installed. Download the version compatible with your operating system.

fork glistengine

Step - 2

Github Page Settings

To be able to develop and contritube GlistEngine, you have to Fork the reposetory. Sign In or create a new account on github and Fork and Star all three the reposetories in GlishEngine Github pages.

Step - 3

Folder Structure

Creat necessary folders in your file expolorer.

C:\dev\glist\myglistapps
C:\dev\glist\zbin

Step - 4

Installing zbin

Run command line (terminal for Linux and MacOS) and navigate following folder.

cd C:\dev\glist\zbin

Get The Repo Link

Go to YOUR github reposetories and find the repo named glistzbin-win64M. Click in the project page and copy the project file link that is whosn in the left picture.

Clone Project Files

You need to clone the zbin repo. Clone the zbin repo by writing one of these commands on command line:

git clone the link you just copied

The link should be the one you copied from your github page at the first step.

Step - 5

Installing glist

Run command line (terminal for Linux and MacOS) and navigate following folder.

cd C:\dev\glist

Get The Repo Link

Go to YOUR github reposetories and find the repo named GlistEngine. Click in the project page and copy the project file link that is whosn in the left picture.

Clone Project Files

You need to clone the zbin repo. Clone the zbin repo by writing following command on command line:

git clone the link you just copied

The link should be the one you copied from your github page at the first step.

Step - 6

Installing myglistapps

Run command line and navigate following folder.

cd C:\dev\glist\myglistapps

Get The Repo Link

Go to YOUR github reposetories and find the repo named GlistApp. Click in the project page and copy the project file link that is whosn in the left picture.

Clone Project Files

You need to clone the zbin repo. Clone the zbin repo by writing one of these commands on command line:

git clone the link you just copied

The link should be the one you copied from your github page at the first step.

Step - 7

Cofigure

After the installation has finished, start GlistEngine with the desktop icon.

GlistEngine runs in the Eclipse IDE (Integrated Development Environment), and we need to set the engine up manually.

Select Project mene and Properties.

Step - 8

Configure

C/C++ General -> Preprocessor Include Path -> Providers menu and choose both CMAKE_EXPORT_COMPILE COMMANDS options.

Apply and Close afterwards.

Step - 9

Clean and Build

After setting up unresolved inclusions, we need to clean and rebuild the project and work with it.

In the Project Menu, select Clean -> Clean at the bottom of the popup, then Build in the menu bar or in the Project Menu as well.

This process will take another 5 to 10 minutes to finish. After the whole installation process, you should be able to start using GlistEngine without any errors.

For Linux and MacOS installation guides, check our github page.