Open in app

Sign In

Write

Sign In

Vladislav Shesternin
Vladislav Shesternin

27 Followers

Home

About

Pinned

Part 3: MotionLayout — Transformation of components.

How to transform components of MotionLayout. — The article describes a non-standard method for creating animations, but the best solution for creating animations is to use the MotionLayout editor, which you can learn more about here. This is a series of 4 consecutive parts dedicated to creating animations using MotionLayout with layout files. Part 1: MotionLayout with…

Transformation

3 min read

Part 3: MotionLayout — Transformation of components.
Part 3: MotionLayout — Transformation of components.
Transformation

3 min read


Pinned

Part 1: MotionLayout with layout files.

What is MotionLayout and layout files. — The article describes a non-standard method for creating animations, but the best solution for creating animations is to use the MotionLayout editor, which you can learn more about here. This is a series of 4 consecutive parts dedicated to creating animations using MotionLayout with layout files. Part 2: Сreating animation…

Motionlayo

3 min read

Part 1: MotionLayout with layout files.
Part 1: MotionLayout with layout files.
Motionlayo

3 min read


Pinned

Part 2: Сreating animation with MotionLayout and layout files.

Detailed instructions for creating animations with MotionLayout and layout files. — The article describes a non-standard method for creating animations, but the best solution for creating animations is to use the MotionLayout editor, which you can learn more about here. This is a series of 4 consecutive parts dedicated to creating animations using MotionLayout with layout files. Part 1: MotionLayout with…

Motionlayout

3 min read

Part 2: Сreating animation with MotionLayout and layout files.
Part 2: Сreating animation with MotionLayout and layout files.
Motionlayout

3 min read


Sep 28, 2022

GIST like Remote Config🪁

Using gist as a remote configuration — In this article, we will learn how to use GitHub Gist as a remote storage server (like Firebase Remote Config for Android) 1️⃣We go to github.com and go to Your gists.

Gist

2 min read

GIST like Remote Config🪁
GIST like Remote Config🪁
Gist

2 min read


Published in Towards Dev

·Jul 5, 2022

BodyEditorLoader — [LibGDX | Box2d | Kotlin]

Link to the original Polygon Loader from the PhysicsBodyEditor @author Aurelien Ribon http://www.aurelienribon.com: https://github.com/dsaltares/libgdx-cookbook/blob/master/samples/core/src/aurelienribon/bodyeditor/BodyEditorLoader.java This is just converted code for Kotlin: BodyEditorLoader File.txt package com.veldan.gamebox2d.game.box2d import com.badlogic.gdx.files.FileHandle import com.badlogic.gdx.math.Vector2 import com.badlogic.gdx.physics.box2d.Body import com.badlogic.gdx.physics.box2d.CircleShape import com.badlogic.gdx.physics.box2d.FixtureDef import com.badlogic.gdx.physics.box2d.PolygonShape import com.badlogic.gdx.utils.JsonReader import com.badlogic.gdx.utils.JsonValue…

Libgdx

3 min read

Libgdx

3 min read


Mar 24, 2022

LibGDX: MaskGroup 🎭

A group that knows how to disguise their children — To understand how this group works, read this article: https://veldan1202.medium.com/libgdx-masking-using-blending-function-81c46fdfac33

Libgdx

2 min read

LibGDX: MaskGroup 🎭
LibGDX: MaskGroup 🎭
Libgdx

2 min read


Mar 24, 2022

LibGDX: Masking using Blending Function 🎭

Masking using Blending Function — This article is an analysis with examples of this article: https://libgdx.com/wiki/graphics/2d/masking#4-masking-using-blending-function-shapes-or-textures MaskGroup — a group based on this article, simplifies the work with disguise: https://veldan1202.medium.com/libgdx-maskgroup-5c5c437f14e3 This article will describe 100 examples of using masks, the first step is common to all examples, each example uses its own resource, an example…

Libgdx

4 min read

LibGDX: Masking using Blending Function 🎭
LibGDX: Masking using Blending Function 🎭
Libgdx

4 min read


Feb 26, 2022

LibGDX | Android | SVGAssetManager 🔩 🪄

Асинхронная загрузка ресурсов SVG — GIT: https://github.com/Vladislav-Shesternin/LibGDX-SVGAssetManager 1️⃣Создайте LibGDX пример только для Android как описано в статье: https://veldan1202.medium.com/libgdx-%D1%82%D0%BE%D0%BB%D1%8C%D0%BA%D0%BE-%D0%B4%D0%BB%D1%8F-android-4858e26734cf 2️⃣Настройте проэкт для работы с SVG как описано в статье: https://veldan1202.medium.com/libgdx-svg-android-602323369175

Libgdx

4 min read

LibGDX | Android | SVGAssetManager 🔩 🪄
LibGDX | Android | SVGAssetManager 🔩 🪄
Libgdx

4 min read


Jan 16, 2022

LibGDX| SVG | Android

Пошаговое руководство для работы с SVG в LibGDX только с Android. — Что Вы Узнаете? В даной статье Вы узнаете как отображать SVG в LibGDX Android. Зачем использовать SVG? Для того что-бы отображать качественные изображения на устройствах с разной плотностью пикселей и не создавать для этой цели множество изображений разных размеров. SVG(векторная графика) — это (код) инструкция как рисовать ваше изображение (фигурами) тоесть имеем возможность вносить изменения (размер…

Libgdx

5 min read

LibGDX| SVG | Android
LibGDX| SVG | Android
Libgdx

5 min read


Dec 2, 2021

LibGDX | Android | LottieAnimation

Инструкция по добавлению LottieAnimation Loader-ов в LibGDX (только Android) — Проэкт построен по статье: https://veldan1202.medium.com/libgdx-%D1%82%D0%BE%D0%BB%D1%8C%D0%BA%D0%BE-%D0%B4%D0%BB%D1%8F-android-4858e26734cf По этому для полного понимания происходящего, паралельно откройте эту статью. Добавляем необходимые зависимость: bild.gradle(:app)/dependencies: def coroutines_version = '1.5.2' implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version" def lottie_version = '4.2.2' implementation "com.airbnb.android:lottie:$lottie_version"

Libgdx

2 min read

LibGDX | Android | LottieAnimation
LibGDX | Android | LottieAnimation
Libgdx

2 min read

Vladislav Shesternin

Vladislav Shesternin

27 Followers

LibGDX | Android | Developer | DragonBones | Enthusiast.

Following
  • Jose Alcérreca

    Jose Alcérreca

  • Leo N

    Leo N

  • Siva Ganesh Kantamani

    Siva Ganesh Kantamani

  • Android Live

    Android Live

  • Towards Dev Editor

    Towards Dev Editor

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech