From 5121660e7ff38e171ac01ded949502a5dba7570f Mon Sep 17 00:00:00 2001 From: Simon Weis Date: Sat, 22 Jan 2022 08:23:06 +0100 Subject: [PATCH] Add OpenALpp as an open source library that uses Catch2 --- docs/opensource-users.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/opensource-users.md b/docs/opensource-users.md index f709aa6e..4f3acfcf 100644 --- a/docs/opensource-users.md +++ b/docs/opensource-users.md @@ -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++.