tinycolormap

A header-only, single-file library for colormaps written in C++11

MIT License

Stars
324
tinycolormap - Latest Release

Published by yuki-koyama about 5 years ago

This release does not change any APIs but offers the following changes:

  • Travis CI set up
  • Support of Eigen3 before 3.3
  • Support of Qt5 before 5.6

Now Ubuntu 16.04 LTS users can use Eigen/Qt5 features by installing them with apt install libeigen3-dev qt5-default.

tinycolormap - v0.6.0

Published by yuki-koyama over 5 years ago

This release includes the following changes:

  • Cividis, a new colorblindness-friendly colormap, is supported.
  • Require Qt 5.6 or above explicitly for the Qt-related features
tinycolormap - v0.5.0

Published by yuki-koyama over 5 years ago

This release includes the following changes:

  • Add optional Qt and Eigen features
  • Make the CMake organization better
  • Improve misc.
tinycolormap -

Published by yuki-koyama about 6 years ago

This release includes the following important changes:

  • Define operators for Color struct as inline, which resolves compiler errors that occur when multiple source files include tinycolormap.hpp
tinycolormap -

Published by yuki-koyama about 6 years ago

This release includes the following important changes:

  • Change the file location; now tinycolormap.hpp is in the include subdirectory
  • Add a library definition to the cmake file, which allows users to include this library simply using add_subdirectory
tinycolormap - 0.3.1

Published by yuki-koyama over 6 years ago

This release includes the following change:

  • Use explicit constexpr declarations for color tables, which may help avoid potential runtime constructions
tinycolormap - 0.3.0

Published by yuki-koyama over 6 years ago

This release includes the following important changes:

  • Remove Eigen dependency, which improves portability
tinycolormap - 0.2.0

Published by yuki-koyama over 6 years ago

This release includes the following important changes:

  • Change the extension from .h to .hpp
  • Move the main file to the root directory
  • Improve the equation of the Jet colormap