cpp/minor.md

8 lines
415 B
Markdown
Raw Normal View History

2017-07-27 15:16:06 +00:00
## Minor projects
2017-07-27 15:18:52 +00:00
A list of lesser-known C/C++ libraries, tools, and resources.
2017-07-27 15:16:06 +00:00
2017-08-11 00:00:07 +00:00
* [jest](https://github.com/jeaye/jest) - A sane and minimal C++14 unit test framework. [MIT]
* [libfixmath](https://github.com/PetteriAimonen/libfixmath) - A Cross Platform Fixed Point (Q16.16) Maths Library. [MIT]
2017-08-13 20:25:54 +00:00
* [CallableTraits](https://github.com/badair/callable_traits) - Traits and metafunctions for callable types. [Boost]