This commit is contained in:
Faraz Fallahi
2014-10-10 19:59:16 -05:00
parent 52f095b1f8
commit 926b183f2a

View File

@@ -301,7 +301,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [libVLC](https://wiki.videolan.org/LibVLC) - libVLC (VLC SDK) media framework. [GPL] * [libVLC](https://wiki.videolan.org/LibVLC) - libVLC (VLC SDK) media framework. [GPL]
* [QtAv](https://github.com/wang-bin/QtAV) - A multimedia playback framework based on Qt and FFmpeg to write a player easily. [LGPL] [website](http://wang-bin.github.io/QtAV/) * [QtAv](https://github.com/wang-bin/QtAV) - A multimedia playback framework based on Qt and FFmpeg to write a player easily. [LGPL] [website](http://wang-bin.github.io/QtAV/)
* [SDL](http://www.libsdl.org/) :star: - Simple DirectMedia Layer. [zlib] * [SDL](http://www.libsdl.org/) :star: - Simple DirectMedia Layer. [zlib]
* [SFML](http://www.sfml-dev.org/) :star: - Simple and Fast Multimedia Library.[zlib] * [SFML](http://www.sfml-dev.org/) :star: - Simple and Fast Multimedia Library. [zlib]
## Networking ## Networking
@@ -350,7 +350,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [Cap'n Proto](http://kentonv.github.io/capnproto/) - Fast data interchange format and capability-based RPC system. [MIT] * [Cap'n Proto](http://kentonv.github.io/capnproto/) - Fast data interchange format and capability-based RPC system. [MIT]
* [cereal](https://github.com/USCiLab/cereal) - A C++11 library for serialization. [BSD] * [cereal](https://github.com/USCiLab/cereal) - A C++11 library for serialization. [BSD]
* [FlatBuffers](https://github.com/google/flatbuffers) - A Memory efficient serialization library. [Apache2] * [FlatBuffers](https://github.com/google/flatbuffers) - A Memory efficient serialization library. [Apache2]
* [MessagePack](https://github.com/msgpack/msgpack-c) - Efficient binary serialization format "like JSON" for C/C++. [Apache2] [website](http://msgpack.org/) * [MessagePack](https://github.com/msgpack/msgpack-c) - Efficient binary serialization format "like JSON" for C/C++. [Apache2] [website](http://msgpack.org/)
* [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]
* [protobuf-c](https://github.com/protobuf-c/protobuf-c) - Protocol Buffers implementation in C. [BSD] * [protobuf-c](https://github.com/protobuf-c/protobuf-c) - Protocol Buffers implementation in C. [BSD]