Skip to content

Commit c901885

Browse files
committed
🌟
1 parent 29c4c34 commit c901885

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
6868
* [Apache C++ Standard Library](http://stdcxx.apache.org/) - A collection of algorithms, containers, iterators, and other fundamental components. [Apache2]
6969
* [APR](http://apr.apache.org/) - Apache Portable Runtime. Another library of cross-platform utility functions. [Apache2]
7070
* [ASL](http://stlab.adobe.com/) - Adobe Source Libraries provides peer-reviewed and portable C++ source libraries. [MIT]
71-
* [Boost](https://github.com/boostorg) :star: - A large collection of generic C++ libraries. [Boost] [website](http://www.boost.org/)
71+
* [Boost](https://github.com/boostorg) :star2: - A large collection of generic C++ libraries. [Boost] [website](http://www.boost.org/)
7272
* [BDE](https://github.com/bloomberg/bde) - The BDE Development Environment from Bloomberg Labs. [MIT]
7373
* [Cinder](http://libcinder.org/) - A community-developed, free and open source library for professional-quality creative coding. [BSD]
7474
* [Cxxomfort](http://ryan.gulix.cl/fossil.cgi/cxxomfort/) - A small, header-only library that backports to C++03 some of the nifty C++11 goodies. [MIT]
75-
* [Dlib](http://dlib.net/) :star: - A general purpose cross-platform C++ library designed using contract programming and modern C++ techniques. [Boost]
75+
* [Dlib](http://dlib.net/) :star2: - A general purpose cross-platform C++ library designed using contract programming and modern C++ techniques. [Boost]
7676
* [EASTL](https://github.com/paulhodge/EASTL) - Public part of EA-STL. [BSD]
7777
* [ffead-cpp](https://github.com/sumeetchhetri/ffead-cpp) - Framework for Enterprise Application Development. [Apache2]
7878
* [Folly](https://github.com/facebook/folly) - An open-source C++ library developed and used at Facebook. [Apache2]
@@ -83,7 +83,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
8383
* [Loki](http://loki-lib.sourceforge.net/) - A C++ library of designs, containing flexible implementations of common design patterns and idioms. [MIT]
8484
* [MiLi](https://code.google.com/p/mili/) - Minimal headers-only C++ Library. [Boost]
8585
* [OpenFrameworks]() - A cross platform open source toolkit for creative coding in C++. [MIT] [website](http://www.openframeworks.cc/)
86-
* [Qt](http://qt-project.org/) :star: - A cross-platform application and UI framework. [LGPL]
86+
* [Qt](http://qt-project.org/) :star2: - A cross-platform application and UI framework. [LGPL]
8787
* [Reason](http://code.google.com/p/reason/) - A cross platform framework designed to bring the ease of use of Java, .Net, or Python to developers who require the performance and strength of C++. [GPL2]
8888
* [ROOT](http://root.cern.ch) - A set of OO frameworks with all the functionality needed to handle and analyze large amounts of data in a very efficient way. Used at CERN. [LGPL]
8989
* [STLport](http://www.stlport.org/) - An exemplary version of STL. [Free]
@@ -134,7 +134,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
134134
* [KArchive](https://projects.kde.org/projects/frameworks/karchive) - A library for creating, reading, writing and manipulating file archives like zip and tar. It also provides transparent compression and decompression of data, using formats like gzip, via a subclass of QIODevice. [LGPL]
135135
* [LZ4](https://code.google.com/p/lz4/) - Extremely Fast Compression algorithm. [BSD]
136136
* [LZHAM](https://code.google.com/p/lzham/) - Lossless data compression library with a compression ratio similar to LZMA but with much faster decompression. [BSD]
137-
* [LZMA](http://www.7-zip.org/sdk.html) :star: - The default and general compression method of 7z format. [PublicDomain]
137+
* [LZMA](http://www.7-zip.org/sdk.html) :star2: - The default and general compression method of 7z format. [PublicDomain]
138138
* [LZMAT](http://www.matcode.com/lzmat.htm) - An extremely fast real-time lossless data compression library. [GPL]
139139
* [miniz](https://code.google.com/p/miniz/) - Single C source file Deflate/Inflate compression library with zlib-compatible API, ZIP archive reading/writing, PNG writing. [Unlicense]
140140
* [Minizip](https://github.com/nmoinvaz/minizip) - Zlib with latest bug fixes that supports PKWARE disk spanning, AES encryption, and IO buffering. [zlib]
@@ -251,7 +251,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
251251
* [Cairo](http://www.cairographics.org/) - A 2D graphics library with support for multiple output devices. [LGPL2 or Mozilla MPL]
252252
* [Horde3D](https://github.com/horde3d/Horde3D) - A small 3D rendering and animation engine. [EPL]
253253
* [magnum](https://github.com/mosra/magnum) - C++11 and OpenGL 2D/3D graphics engine. [MIT] [website](http://mosra.cz/blog/magnum.php)
254-
* [Ogre 3D](http://www.ogre3d.org/) :star: - A scene-oriented, real-time, flexible 3D rendering engine (as opposed to a game engine) written in C++. [MIT]
254+
* [Ogre 3D](http://www.ogre3d.org/) :star2: - A scene-oriented, real-time, flexible 3D rendering engine (as opposed to a game engine) written in C++. [MIT]
255255
* [OpenSceneGraph](http://www.openscenegraph.org/) - An open source high performance 3D graphics toolkit. [OSGPL]
256256
* [Panda3D](http://www.panda3d.org/) - A framework for 3D rendering and game development for Python and C++. [BSD]
257257
* [Skia](https://github.com/google/skia) - A complete 2D graphic library for drawing Text, Geometries, and Images. [bSD] [webpage](https://sites.google.com/site/skiadocs/home)
@@ -267,7 +267,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
267267
* [ITK](http://www.itk.org/) - An open-source, cross-platform system for image analysis. [Apache 2.0 from ITK 4.0]
268268
* [Magick++](http://www.imagemagick.org/script/api.php) - ImageMagick program interfaces for C++. [Apache 2.0]
269269
* [MagickWnd](http://www.imagemagick.org/script/api.php) - ImageMagick program interfaces for C. [Apache 2.0]
270-
* [OpenCV](http://opencv.org/) :star: - Open source computer vision. [BSD]
270+
* [OpenCV](http://opencv.org/) :star2: - Open source computer vision. [BSD]
271271
* [tesseract-ocr](https://code.google.com/p/tesseract-ocr/) - An OCR engine. [Apache 2.0]
272272
* [VIGRA](https://github.com/ukoethe/vigra) - A generic C++ computer vision library for image analysis. [MIT X11]
273273
* [VTK](http://www.vtk.org/) - Open-source, freely available software system for 3D computer graphics, image processing and visualization. [BSD]
@@ -303,11 +303,11 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
303303
* [jute](https://github.com/amir-s/jute) - Very simple C++ JSON Parser. [PublicDomain]
304304
* [libjson](https://github.com/vincenthz/libjson) - A JSON parser and printer library in C. easy to integrate with any model. [LGPL]
305305
* [libjson](http://sourceforge.net/projects/libjson/) - Lightweight JSON library. [?]
306-
* [LIBUCL](https://github.com/vstakhov/libucl) :star: - Universal configuration library parser [?]
306+
* [LIBUCL](https://github.com/vstakhov/libucl) :star2: - Universal configuration library parser [?]
307307
* [PicoJSON](https://github.com/kazuho/picojson) - A header-file-only, JSON parser serializer in C++. [BSD]
308308
* [qt-json](https://github.com/gaudecker/qt-json) - A simple class for parsing JSON data into a QVariant hierarchy and vice versa. [GPLv3]
309309
* [QJson](https://github.com/flavio/qjson) - A qt-based library that maps JSON data to QVariant objects. [LGPL2]
310-
* [RapidJSON](https://github.com/miloyip/rapidjson) :star: - A fast JSON parser/generator for C++ with both SAX/DOM style API. [MIT]
310+
* [RapidJSON](https://github.com/miloyip/rapidjson) :star2: - A fast JSON parser/generator for C++ with both SAX/DOM style API. [MIT]
311311
* [YAJL](https://github.com/lloyd/yajl) - A fast streaming JSON parsing library in C. [ISC]
312312

313313
## Logging
@@ -325,7 +325,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
325325
* [CCV](https://github.com/liuliu/ccv) - C-based/Cached/Core Computer Vision Library, A Modern Computer Vision Library. [BSD]
326326
* [Minerva](https://github.com/minerva-developers/minerva) - A fast and flexible system for deep learning. [Apache2]
327327
* [mlpack](http://www.mlpack.org/) - A scalable c++ machine learning library. [LGPLv3]
328-
* [OpenCV](https://github.com/Itseez/opencv) :star: - Open Source Computer Vision Library. [BSD] [website](http://opencv.org/)
328+
* [OpenCV](https://github.com/Itseez/opencv) :star2: - Open Source Computer Vision Library. [BSD] [website](http://opencv.org/)
329329
* [Recommender](https://github.com/GHamrouni/Recommender) - C library for product recommendations/suggestions using collaborative filtering (CF). [BSD]
330330
* [SHOGUN](https://github.com/shogun-toolbox/shogun) - The Shogun Machine Learning Toolbox. [GPLv3]
331331
* [sofia-ml](https://code.google.com/p/sofia-ml/) - The suite of fast incremental algorithms for machine learning. [Apache2]
@@ -348,13 +348,13 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
348348
* [LIVE555 Streaming Media](http://www.live555.com/liveMedia/) - Multimedia streaming library using open standard protocols (RTP/RTCP, RTSP, SIP). [LGPL]
349349
* [libVLC](https://wiki.videolan.org/LibVLC) - libVLC (VLC SDK) media framework. [GPL]
350350
* [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/)
351-
* [SDL](http://www.libsdl.org/) :star: - Simple DirectMedia Layer. [zlib]
352-
* [SFML](http://www.sfml-dev.org/) :star: - Simple and Fast Multimedia Library. [zlib]
351+
* [SDL](http://www.libsdl.org/) :star2: - Simple DirectMedia Layer. [zlib]
352+
* [SFML](http://www.sfml-dev.org/) :star2: - Simple and Fast Multimedia Library. [zlib]
353353

354354
## Networking
355355

356356
* [ACE](http://www.cs.wustl.edu/~schmidt/ACE.html) - An OO Network Programming Toolkit in C++. [?MIT?]
357-
* [Boost.Asio](http://think-async.com/) :star: - A cross-platform C++ library for network and low-level I/O programming. [Boost]
357+
* [Boost.Asio](http://think-async.com/) :star2: - A cross-platform C++ library for network and low-level I/O programming. [Boost]
358358
* [Casablanca](http://casablanca.codeplex.com/) - C++ REST SDK. [Apache2]
359359
* [cpp-netlib](http://cpp-netlib.org/) - A collection of open-source libraries for high level network programming. [Boost]
360360
* [Dyad.c](https://github.com/rxi/dyad) - Asynchronous networking for C. [MIT]
@@ -365,7 +365,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
365365
* [net_skeleton](https://github.com/cesanta/net_skeleton) - TCP client/server library for C/C++. [GPL2]
366366
* [nope.c](https://github.com/riolet/nope.c) - A C language-based ultra-light software platform for scalable server-side and networking applications. Think node.js for C programmers. [GPL2]
367367
* [Onion](https://github.com/davidmoreno/onion) - HTTP server library in C designed to be lightweight and easy to use. [Apache2/GPL2]
368-
* [POCO](https://github.com/pocoproject) :star: - C++ class libraries and frameworks for building network- and internet-based applications that run on desktop, server, mobile and embedded systems. [Boost] [website](http://pocoproject.org/)
368+
* [POCO](https://github.com/pocoproject) :star2: - C++ class libraries and frameworks for building network- and internet-based applications that run on desktop, server, mobile and embedded systems. [Boost] [website](http://pocoproject.org/)
369369
* [Proxygen](https://github.com/facebook/proxygen) - Facebook's collection of C++ HTTP libraries including an easy to use HTTP server. [BSD]
370370
* [RakNet](https://github.com/OculusVR/RakNet) - A cross platform, open source, C++ networking engine for game programmers. [BSD]
371371
* [Tufão](https://github.com/vinipsmaker/tufao) - An asynchronous web framework for C++ built on top of Qt. [LGPL2]
@@ -466,7 +466,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
466466
* [DynaPDF](http://www.dynaforms.com/) - An easy-to-use PDF generation library. [Commercial]
467467
* [gcc-poison](https://github.com/leafsr/gcc-poison) - A simple header file for developers to ban unsafe C/C++ functions from applications.
468468
* [googlemock](http://code.google.com/p/googlemock/) - A library for writing and using C++ mock classes. [BSD]
469-
* [HTTP Parser](https://github.com/joyent/http-parser) :star: - A http request/response parser for C. [MIT]
469+
* [HTTP Parser](https://github.com/joyent/http-parser) :star2: - A http request/response parser for C. [MIT]
470470
* [Klib](https://github.com/attractivechaos/klib) - Small and lightweight implementations of common algorithms and data structures. [MIT]
471471
* [libsigc++](http://libsigc.sourceforge.net/) - A typesafe callback system for standard C++. [LGPL]
472472
* [libcpuid](https://github.com/anrieff/libcpuid) - A small C library for x86 CPU detection and feature extraction. [BSD]
@@ -540,7 +540,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
540540
* [KDevelop](https://www.kdevelop.org/) - A free, open source IDE.
541541
* [Microsoft Visual Studio](http://www.visualstudio.com/) - An IDE from Microsoft.
542542
* [NetBeans](https://netbeans.org/) - An IDE for developing primarily with Java, but also with other languages, in particular PHP, C/C++, and HTML5.
543-
* [Qt Creator](http://qt-project.org/) :star: - A cross-platform C++, JavaScript and QML IDE which is part of the SDK for Qt.
543+
* [Qt Creator](http://qt-project.org/) :star2: - A cross-platform C++, JavaScript and QML IDE which is part of the SDK for Qt.
544544
* [rtags](https://github.com/Andersbakken/rtags) - A c/c++ client/server indexer with for integration with emacs based on clang.
545545
* [Xcode](https://developer.apple.com/xcode/) - Developed by Apple.
546546
* [YouCompleteMe](https://valloric.github.io/YouCompleteMe/) - YouCompleteMe is a fast, as-you-type, fuzzy-search code completion engine for Vim.
@@ -600,7 +600,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
600600

601601
## Talks
602602

603-
* [CppCon Talks](https://www.youtube.com/user/CppCon/videos) :star: - The C++ conference.
603+
* [CppCon Talks](https://www.youtube.com/user/CppCon/videos) :star2: - The C++ conference.
604604
* [Quick game development with C++11/C++14](https://github.com/SuperV1234/cppcon2014) - CppCon 2014 talk by Vittorio Romeo.
605605

606606
## Videos
@@ -618,7 +618,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
618618
## Websites
619619
*Useful C/C++ related websites.*
620620

621-
* [Standard C++](http://isocpp.org/) :star: - News, Status & Discussion about Standard C++.
621+
* [Standard C++](http://isocpp.org/) :star2: - News, Status & Discussion about Standard C++.
622622
* [CppCon](http://cppcon.org/) - The C++ Conference.
623623
* [C++ reference](http://cppreference.com/) - C++98, C++03, C++11, C++14 reference.
624624
* [cplusplus.com](http://www.cplusplus.com/) - The C++ Resources Network.

0 commit comments

Comments
 (0)