Changes between Version 35 and Version 36 of Finding_Your_Way_Around


Ignore:
Timestamp:
Mar 20, 2019, 6:23:03 PM (5 years ago)
Author:
Happy Concepts
Comment:

update stale spidermonkey link

Legend:

Unmodified
Added
Removed
Modified
  • Finding_Your_Way_Around

    v35 v36  
    8585 * '''fcollada''': FCollada is a C++ library which offers support for COLLADA interoperability. http://collada.org/mediawiki/index.php/FCollada
    8686 * '''nvtt''': The NVIDIA Texture Tools is a collection of image processing and texture manipulation tools, designed to be integrated in game tools and asset conditioning pipelines. The primary features of the library are mipmap and normal map generation, format conversion and DXT compression. https://github.com/castano/nvidia-texture-tools
    87  * '''spidermonkey''': Mozilla's JavaScript engine written in C/C++. JavaScript is the game's scripting language of choice (game logic, AIs, random maps, etc). http://www.mozilla.org/js/spidermonkey/
     87 * '''spidermonkey''': Mozilla's JavaScript engine written in C/C++. JavaScript is the game's scripting language of choice (game logic, AIs, random maps, etc). https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey
    8888 * '''valgrind''': Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail http://valgrind.org/
    8989