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
@@ -86,7 +86,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
86
86
*[Loki](http://loki-lib.sourceforge.net/) - A C++ library of designs, containing flexible implementations of common design patterns and idioms. [MIT]
87
87
*[MiLi](https://bitbucket.org/fudepan/mili/) - Minimal headers-only C++ Library. [Boost]
88
88
*[OpenFrameworks](https://github.com/openframeworks/openFrameworks) - A cross platform open source toolkit for creative coding in C++. [MIT][website](http://www.openframeworks.cc/)
89
-
*[Qt](http://www.qt.io):zap: - A cross-platform application and UI framework. [LGPL]
89
+
*[Qt](http://www.qt.io):zap: - A cross-platform application and UI framework. [GPL/LGPL/Commercial]
90
90
*[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]
91
91
*[ROOT](https://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]
92
92
*[STLport](http://www.stlport.org/) - An exemplary version of STL. [Free]
@@ -467,6 +467,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
467
467
## Scripting
468
468
469
469
*[ChaiScript](https://github.com/ChaiScript/ChaiScript/) - An easy to use embedded scripting language for C++. [BSD][website](http://chaiscript.com/)
470
+
*[Duktape](https://github.com/svaarala/duktape) - An embeddable Javascript engine with compact footprint. [MIT][website](http://duktape.org)
470
471
*[Lua](http://www.lua.org/) - A minimal and fast scripting engine for configuration files and basic application scripting. [MIT]
471
472
*[luacxx](https://github.com/dafrito/luacxx) - C++11 API for creating Lua bindings. [MIT]
472
473
*[SWIG](http://www.swig.org/) - A wrapper/interface Generator that let you link your c++ code to Javascript, Perl, PHP, Python, Tcl and Ruby. [GPL/Output not licensed]
0 commit comments