Changes between Version 5 and Version 6 of LinksLibraries
- Timestamp:
- 08/15/15 15:07:36 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LinksLibraries
v5 v6 1 2 * bjarne on C++17 - https://isocpp.org/files/papers/D4492.pdf 1 3 2 4 * nn - non null shared/unique pointer - https://github.com/dropbox/nn/blob/master/nn.hpp … … 27 29 * magnum, modern c++ opengl engine - https://github.com/mosra/magnum 28 30 * corrade - c++11/14 utility library (also plugins) - https://github.com/mosra/corrade 31 * Atomic - https://github.com/AtomicGameEngine 29 32 30 33 * filmic opengl shaders - https://github.com/mattdesl/filmic-gl/blob/master/demos/shaders/lens.frag 34 35 * range-v3 - https://ericniebler.github.io/range-v3 31 36 32 37 * glm - http://glm.g-truc.net/ … … 62 67 * font stash - http://digestingduck.blogspot.com/2009/08/font-stash.html 63 68 * text rendering - http://fsrv.dyndns.org/mirrors/dmedia-tutorials-textrendering1/index.html 69 * gl-sprite-text - https://github.com/mattdesl/gl-sprite-text 70 64 71 * tinyXML - https://code.google.com/p/ticpp/source/browse/trunk/tinyxmlparser.cpp 65 72 * hashmaps - https://github.com/goossaert/hashmap … … 76 83 * C++ reference counting - http://www.gamedev.net/page/resources/_/technical/general-programming/low-latency-garbage-collection-via-reference-co-r1060 77 84 * allocator - http://allenchou.net/2013/05/memory-management-part-1-of-3-the-allocator/ 85 * dlmalloc - http://g.oswego.edu/dl/html/malloc.html 86 87 * LUA AND FABLE - http://www.gdcvault.com/play/1012427/Lua-Scripting-in-Game 78 88 79 89 == Crypto ==