Add OpenALpp as an open source library that uses Catch2

This commit is contained in:
Simon Weis 2022-01-22 08:23:06 +01:00 committed by Martin Hořeňovský
parent ce556fd646
commit 5121660e7f
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@ A small C++ library wrapper for the native C ODBC API.
### [Nonius](https://github.com/libnonius/nonius)
A header-only framework for benchmarking small snippets of C++ code.
### [OpenALpp](https://github.com/Laguna1989/OpenALpp)
A modern OOP C++14 audio library built on OpenAL for Windows, Linux and web (emscripten).
### [polymorphic_value](https://github.com/jbcoe/polymorphic_value)
A polymorphic value-type for C++.