You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -260,7 +260,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
260
260
*[Ogre 3D](http://www.ogre3d.org/):zap: - A scene-oriented, real-time, flexible 3D rendering engine (as opposed to a game engine) written in C++. [MIT]
261
261
*[OpenSceneGraph](http://www.openscenegraph.org/) - An open source high performance 3D graphics toolkit. [OSGPL]
262
262
*[Panda3D](http://www.panda3d.org/) - A framework for 3D rendering and game development for Python and C++. [BSD]
263
-
*[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)
263
+
*[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)
264
264
*[urho3d](https://github.com/urho3d/Urho3D) - Cross-platform rendering and game engine. [Many different, mostly MIT]
265
265
266
266
## Image Processing
@@ -271,6 +271,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
271
271
*[FreeImage](http://freeimage.sourceforge.net/) - An open source library that supports popular graphics image formats and others as needed by today's multimedia applications. [GPL2 or GPL3]
*[ITK](http://www.itk.org/) - An open-source, cross-platform system for image analysis. [Apache 2.0 from ITK 4.0]
274
+
*[libvips](https://github.com/jcupitt/libvips) - A fast image processing library with low memory needs. [LGPL][website](http://www.vips.ecs.soton.ac.uk/)
274
275
*[Magick++](http://www.imagemagick.org/script/api.php) - ImageMagick program interfaces for C++. [Apache 2.0]
275
276
*[MagickWnd](http://www.imagemagick.org/script/api.php) - ImageMagick program interfaces for C. [Apache 2.0]
276
277
*[OpenCV](http://opencv.org/):zap: - Open source computer vision. [BSD]
0 commit comments