From 61c5fcd1ca18098be09f5ac17f94803d6f58e4ff Mon Sep 17 00:00:00 2001 From: Rodrigo Delduca Date: Thu, 24 Jul 2014 11:11:29 -0300 Subject: [PATCH 1/2] Update README.md Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6775236..4f51c61 100644 --- a/README.md +++ b/README.md @@ -139,7 +139,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin ## Game Engine * [Cocos2d-x](http://www.cocos2d-x.org/) - A multi-platform framework for building 2d games, interactive books, demos and other graphical applications. -* [Errlicht](http://irrlicht.sourceforge.net/) - An open source high performance realtime 3D engine written in C++. +* [Irrlicht](http://irrlicht.sourceforge.net/) - An open source high performance realtime 3D engine written in C++. * [Polycode](http://polycode.org/) - Open-Source Framework for creating games in C++ (with Lua bindings).. ## GUI From 64c00b64a00294b29f54cf8947ec99acd33e9dae Mon Sep 17 00:00:00 2001 From: Rodrigo Delduca Date: Thu, 24 Jul 2014 11:17:03 -0300 Subject: [PATCH 2/2] Update README.md Add libVLC to multimedia list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f51c61..650538f 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin ## Multimedia +* [libVLC](https://wiki.videolan.org/LibVLC) - libVLC (VLC SDK) media framework * [SFML](http://www.sfml-dev.org/index.php) - Simple and Fast Multimedia Library. * [SDL](http://www.libsdl.org/) - Simple DirectMedia Layer.