A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/Is-Daouda/is-Engine-TMXLoader below:

Is-Daouda/is-Engine-TMXLoader: is::Engine for TMX Loader.

is::Engine 3.0 TMX Loader

This project shows you how to use the TMX Loader library with the game engine. It incorporates the seven (7) examples that can be found on the official library website. In this project you will also discover:

How to use is::Engine with the different development tools: CMake

1. Prerequisites

2. Installation

  1. Compile SFML with CMake to have static libraries and put on C:/ (C:/SFML).
  2. Move the is-Engine-TMXLoader project to your C:/ (C:/is-Engine-TMXLoader).
  3. Execute this command :
cmake -S "C:/is-Engine-TMXLoader" -B "C:/build"
cd build
make
  1. Install SFML 2.5.1 on your machine.
  2. Move the is-Engine-TMXLoader project to /home/user/ (/home/user/is-Engine-TMXLoader).
  3. Execute this command :
sudo cmake -S "is-Engine-TMXLoader" -B "build"
cd build
sudo make

3. After installation

5. Adding Source Files

Visual Studio Code

This project uses the template of andrew-r-king. For more information on this template click here.

1. Prerequisites

2. Installation

  1. Download & Extract SFML 2.5.1 to C:/SFML/ where the bin/lib/include folders are contained within.
  2. Download & Extract MinGW to C:/mingw32/ where the bin/lib/include folders are contained within.
  1. Ensure the GCC Toolchain is installed (sudo apt install build-essential).
  2. Run sudo apt install libsfml-dev. The SFML version you got will vary depending on the distro. 2.5.1 is included in Ubuntu 19.04 Disco Dingo for example.

3. Opening the project with the IDE:

  1. Run the file open_vscode.bat in the main directory.
  1. Execute this command in the main directory:
  1. Or open the is-Engine-TMXLoader/app/src/main folder with Solution Explorer.

4. Executable location

Code::Blocks

1. Prerequisites

2. Installation

  1. Compile SFML and put on C:/ (C:/SFML_MinGW). The folder must have an include subfolder and a lib subfolder which contains the static (.a) and Dynamic Link Library (.dll) files.
  1. Ensure the GCC Toolchain is installed (sudo apt install build-essential).
  2. Run sudo apt install libsfml-dev. The SFML version you got will vary depending on the distro. 2.5.1 is included in Ubuntu 19.04 Disco Dingo for example.

3. Opening the project with the IDE:

  1. Run the file open_codeblocks.bat in the main directory.
  2. Or open the file is-Engine-windows.cbp in the location is-Engine-TMXLoader/app/src/main
  1. Execute this command in the main directory:
codeblocks "./app/src/main/is-Engine-linux.cbp"
  1. Or open the file is-Engine-linux.cbp in the location is-Engine-TMXLoader/app/src/main.

3. Executable location

Change application icon: Description of the project structure:

Contains the entry point of the program, inside there are two instructions :

Contains the source code of the game. Description of these sub-directories:

Contains game resource files (music, sound sfx, image, ...)

Contains the source code of the game engine

Here are some examples of how to contribute:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.3