1
0
Fork 0
mirror of https://github.com/fffaraz/awesome-cpp.git synced 2024-11-13 11:16:54 -05:00
This commit is contained in:
Faraz Fallahi 2014-08-14 22:20:07 +04:30
parent 29894838fe
commit f387f710d9
2 changed files with 9 additions and 4 deletions

View file

@ -28,6 +28,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
- [Physics](#physics) - [Physics](#physics)
- [Scripting](#scripting) - [Scripting](#scripting)
- [Serialization](#serialization) - [Serialization](#serialization)
- [Video](#video)
- [Web Application Framework](#web-application-framework) - [Web Application Framework](#web-application-framework)
- [XML](#xml) - [XML](#xml)
- [Miscellaneous](#miscellaneous) - [Miscellaneous](#miscellaneous)
@ -102,7 +103,8 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [FMOD](http://www.fmod.org/) - An easy to use crossplatform audio engine and audio content creation tool for games. [Free for non-commercial/Commercial] * [FMOD](http://www.fmod.org/) - An easy to use crossplatform audio engine and audio content creation tool for games. [Free for non-commercial/Commercial]
* [Maximilian](https://github.com/micknoise/Maximilian) - C++ Audio and Music DSP Library. [MIT] * [Maximilian](https://github.com/micknoise/Maximilian) - C++ Audio and Music DSP Library. [MIT]
* [OpenAL](http://www.openal.org/) - Open Audio Library - A crossplatform audio API. [BSD/LGPL/Commercial] * [OpenAL](http://www.openal.org/) - Open Audio Library - A crossplatform audio API. [BSD/LGPL/Commercial]
* [Opus](http://opus-codec.org/) - A totally open, royalty-free, highly versatile audio codec. * [Opus](http://opus-codec.org/) - A totally open, royalty-free, highly versatile audio codec. [BSD]
* [Speex](http://www.speex.org/) - A free codec for free speech. Obsoleted by Opus. [BSD]
* [Tonic](https://github.com/TonicAudio/Tonic) - Easy and efficient audio synthesis in C++. [Unlicense] * [Tonic](https://github.com/TonicAudio/Tonic) - Easy and efficient audio synthesis in C++. [Unlicense]
## Compression ## Compression
@ -295,6 +297,12 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [protobuf](http://code.google.com/p/protobuf/) - Protocol Buffers - Google's data interchange format. [BSD] * [protobuf](http://code.google.com/p/protobuf/) - Protocol Buffers - Google's data interchange format. [BSD]
* [SimpleBinaryEncoding](https://github.com/real-logic/simple-binary-encoding) - encoding and decoding application messages in binary format for low-latency applications. [Apache2] * [SimpleBinaryEncoding](https://github.com/real-logic/simple-binary-encoding) - encoding and decoding application messages in binary format for low-latency applications. [Apache2]
## Video
* [libvpx](http://www.webmproject.org/code/) - VP8/VP9 Codec SDK.
* [FFmpeg](https://www.ffmpeg.org/) - A complete, cross-platform solution to record, convert and stream audio and video.
* [Theora](http://www.theora.org/) - A free and open video compression format.
## Web Application Framework ## Web Application Framework
* [CppCMS](http://cppcms.com/) - A Free High Performance Web Development Framework (not a CMS). [LGPLv3] * [CppCMS](http://cppcms.com/) - A Free High Performance Web Development Framework (not a CMS). [LGPLv3]

View file

@ -7,9 +7,6 @@
* [Blink](http://www.chromium.org/blink) - A web browser engine developed as part of the Chromium project. * [Blink](http://www.chromium.org/blink) - A web browser engine developed as part of the Chromium project.
* [WebKit](http://www.webkit.org/) - A layout engine software component for rendering web pages in web browsers. * [WebKit](http://www.webkit.org/) - A layout engine software component for rendering web pages in web browsers.
* [libvpx](http://www.webmproject.org/code/) - libvpx.
* [FFmpeg](https://www.ffmpeg.org/) - FFmpeg.
* [Fruit](https://github.com/google/fruit) - A dependency injection framework for C++. * [Fruit](https://github.com/google/fruit) - A dependency injection framework for C++.
==================== ====================