AnimatedLEDStrip

A library designed to simplify running animations on WS281x strips

Лицензия

Лицензия

Группа

Группа

io.github.animatedledstrip
Идентификатор

Идентификатор

animatedledstrip-core
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

AnimatedLEDStrip
A library designed to simplify running animations on WS281x strips
Ссылка на сайт

Ссылка на сайт

https://github.com/AnimatedLEDStrip/AnimatedLEDStrip
Система контроля версий

Система контроля версий

https://github.com/AnimatedLEDStrip/AnimatedLEDStrip

Скачать animatedledstrip-core

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.github.animatedledstrip/animatedledstrip-core/ -->
<dependency>
    <groupId>io.github.animatedledstrip</groupId>
    <artifactId>animatedledstrip-core</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.animatedledstrip/animatedledstrip-core/
implementation 'io.github.animatedledstrip:animatedledstrip-core:1.0.1'
// https://jarcasting.com/artifacts/io.github.animatedledstrip/animatedledstrip-core/
implementation ("io.github.animatedledstrip:animatedledstrip-core:1.0.1")
'io.github.animatedledstrip:animatedledstrip-core:jar:1.0.1'
<dependency org="io.github.animatedledstrip" name="animatedledstrip-core" rev="1.0.1">
  <artifact name="animatedledstrip-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.animatedledstrip', module='animatedledstrip-core', version='1.0.1')
)
libraryDependencies += "io.github.animatedledstrip" % "animatedledstrip-core" % "1.0.1"
[io.github.animatedledstrip/animatedledstrip-core "1.0.1"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.jetbrains.kotlinx : kotlinx-coroutines-core jar 1.4.3
co.touchlab : kermit jar 0.1.8
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.4.32

Модули Проекта

Данный проект не имеет модулей.

Build Status KDoc codecov Maven Central

AnimatedLEDStrip

This is the core of the AnimatedLEDStrip libraries.

Functionality:

  • Abstract the communication with a generic LED strip (LEDStripRenderer, NativeLEDStrip)
  • Define animations (DefinedAnimation)
  • Define animation groups (AnimationGroup)
  • Handle the running of animations (LEDStripAnimationManager)
  • Specify how to handle colors (ColorContainer)
  • Provide an option for emulating an LED strip (EmulatedWS281x)
io.github.animatedledstrip

Версии библиотеки

Версия
1.0.1
1.0.0-pre6.1
1.0.0-pre6
1.0.0-pre4
1.0.0-pre3
1.0.0-pre2.1
1.0.0-pre1.1
1.0.0
0.8
0.7.1
0.7
0.6
0.5
0.4
0.3