Skip to content

Commit

Permalink
Mention unit tests and catch2 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Gurdan committed May 17, 2019
1 parent b33102b commit 585c522
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ A simple-to-use `cpp` color library
- popular and custom **color maps**
- **xterm** names and **ansi** codes
- ansi **escape sequences** and **html** encoding
- **unit tested** in itself and against `QColor`

```cpp
using namespace tq;
Expand Down Expand Up @@ -63,10 +64,11 @@ You can start by simply opening up `examples/qmake/vivid.pro` in `Qt Creator`.

## Dependencies

`vivid` depends on a small number of header-only libraries, which are included as submodules.
`vivid` depends on a small number of header-only libraries, which are mostly included as submodules.

- Nlohmann's great [Json for Modern C++](https://github.com/nlohmann/json) to load color names and color maps
- [OpenGL Mathematics (GLM)](https://github.com/g-truc/glm) for vector type and operations
- [Catch2](https://github.com/catchorg/Catch2/tree/master/examples) for testing


## Types
Expand Down

0 comments on commit 585c522

Please sign in to comment.