hsluv

WebJar for hsluv

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

hsluv
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

hsluv
WebJar for hsluv
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/hsluv/hsluv

Download hsluv

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Build Status NPM package

HSLuv - Human-friendly HSL

Explanation, demo, ports etc.

The reference implementation is written in Haxe.

Build system

HSLuv uses Nix package manager. If you want to build without Nix, see default.nix for dependencies and command line instructions.

Linux, Windows 10 (WSL), macOS:

  • Install Nix
  • Use: ./run.sh <COMMAND> <TARGET>

A Docker wrapper is available for Windows 10 (native), or anyone who finds it more convenient:

  • Install Docker
  • Use: HSLUV_RUNTIME=docker ./run.sh <COMMAND> <TARGET>

The necessary mathematical equations are solved in Maxima. See /math directory for the equations and run the following to verify the solutions:

./run.sh build maximaOutput

To run full test suite:

./run.sh build test

To build JavaScript distributions (Node.js and browser):

./run.sh build nodePackageDist
./run.sh build browserDist

To build website:

./run.sh build website

To build website and start localhost server:

./run.sh run server

Testing

The snapshot file is stored for regression testing. If a backwards-incompatible change is made, a new snapshot file can be generated as follows:

./run.sh build snapshotJson

The format of the file is as follows:

{
  "#000000": {
    rgb: [ 0, 0, 0 ],
    xyz: [ 0, 0, 0 ],
    luv: [ 0, 0, 0 ],
    lch: [ 0, 0, 0 ],
    hsluv: [ 0, 0, 0 ],
    hpluv: [ 0, 0, 0 ]
  },
  ...
}

Deploying

For publishing packages and website you will need access to our shared credentials.

./run.sh run publishPypi
./run.sh run publishNpmJs
./run.sh run publishNpmSass
./run.sh run publishLua
./run.sh run publishWebsite
./run.sh run publishRuby
./run.sh run publishNuget
./scripts/publish-maven.sh

Versioning

Following semantic versioning, the major version must be incremented whenever the color math changes. These changes can be tested for with snapshot files.

org.webjars.npm

HSLuv Project

Versions

Version
0.0.3