Changes between Version 5 and Version 6 of LinksLibraries


Ignore:
Timestamp:
08/15/15 15:07:36 (10 years ago)
Author:
epyon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LinksLibraries

    v5 v6  
     1
     2 * bjarne on C++17 - https://isocpp.org/files/papers/D4492.pdf
    13
    24 * nn - non null shared/unique pointer - https://github.com/dropbox/nn/blob/master/nn.hpp
     
    2729 * magnum, modern c++ opengl engine - https://github.com/mosra/magnum
    2830 * corrade - c++11/14 utility library (also plugins) - https://github.com/mosra/corrade
     31 * Atomic - https://github.com/AtomicGameEngine
    2932
    3033 * 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
    3136
    3237 * glm - http://glm.g-truc.net/
     
    6267 * font stash - http://digestingduck.blogspot.com/2009/08/font-stash.html
    6368 * text rendering - http://fsrv.dyndns.org/mirrors/dmedia-tutorials-textrendering1/index.html
     69 * gl-sprite-text - https://github.com/mattdesl/gl-sprite-text
     70
    6471 * tinyXML - https://code.google.com/p/ticpp/source/browse/trunk/tinyxmlparser.cpp
    6572 * hashmaps - https://github.com/goossaert/hashmap
     
    7683 * C++ reference counting - http://www.gamedev.net/page/resources/_/technical/general-programming/low-latency-garbage-collection-via-reference-co-r1060
    7784 * 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
    7888
    7989== Crypto ==