AnimatedLEDStrip

A library designed to simplify running animations on WS281x strips

License

License

GroupId

GroupId

io.github.animatedledstrip
ArtifactId

ArtifactId

animatedledstrip-core
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

AnimatedLEDStrip
A library designed to simplify running animations on WS281x strips
Project URL

Project URL

https://github.com/AnimatedLEDStrip/AnimatedLEDStrip
Source Code Management

Source Code Management

https://github.com/AnimatedLEDStrip/AnimatedLEDStrip

Download animatedledstrip-core

How to add to project

<!-- 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"]

Dependencies

compile (3)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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

Versions

Version
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