Files
renderdoc/docs/credits_acknowledgements.rst
T
baldurk f24e3b20d9 Add cmdline.h from https://github.com/tanakh/cmdline
* BSD licensed - Copyright (c) 2009, Hideyuki Tanaka
2016-07-12 11:47:53 +02:00

130 lines
4.9 KiB
ReStructuredText

Credits & Acknowledgements
==========================
RenderDoc wouldn't have been possible without both the tools and libraries that were used in its construction, as well as the many people who helped and contributed to make it the program it is today.
3rd Party Credits
-----------------
The following libraries and components are incorporated into RenderDoc, listed here in no particular order. Thanks go out to the developers and contributors behind each of these libraries who generously donated their work to other free projects!
.. |mhook_link| raw:: html
<a href="http://codefromthe70s.org/mhook23.aspx" target="_blank">mhook</a>
.. |treeview_link| raw:: html
<a href="http://www.codeproject.com/Articles/23746/TreeView-with-Columns" target="_blank">TreeView with Columns</a>
.. |dockpanel_link| raw:: html
<a href="http://dockpanelsuite.com/" target="_blank">TreeView with Columns</a>
.. |famfamfam_link| raw:: html
<a href="http://www.famfamfam.com/lab/icons/silk/" target="_blank">famfamfam Silk Icon set</a>
.. |scintilla_link| raw:: html
<a href="http://scintillanet.codeplex.com/" target="_blank">Scintilla.NET</a>
.. |breakpad_link| raw:: html
<a href="https://code.google.com/p/google-breakpad/" target="_blank">Google Breakpad</a>
.. |miniz_link| raw:: html
<a href="https://code.google.com/p/miniz/" target="_blank">miniz</a>
.. |ilm_link| raw:: html
<a href="https://github.com/openexr/openexr/tree/master/IlmBase/Half" target="_blank">ILM's half implementation</a>
.. |jpeg_link| raw:: html
<a href="https://code.google.com/p/jpeg-compressor/" target="_blank">jpeg-compressor</a>
.. |lz4_link| raw:: html
<a href="https://code.google.com/p/lz4/" target="_blank">lz4</a>
.. |stb_link| raw:: html
<a href="https://github.com/nothings/stb" target="_blank">stb</a>
.. |sourcecodepro_link| raw:: html
<a href="https://github.com/adobe-fonts/source-code-pro" target="_blank">Source Code Pro</a>
.. |ironpython_link| raw:: html
<a href="http://ironpython.net/" target="_blank">IronPython</a>
.. |tinyexr_link| raw:: html
<a href="https://github.com/syoyo/tinyexr" target="_blank">tinyexr</a>
.. |glslang_link| raw:: html
<a href="https://github.com/KhronosGroup/glslang" target="_blank">glslang</a>
.. |qt_link| raw:: html
<a href="http://www.qt.io/" target="_blank">Qt</a>
.. |cmdline_link| raw:: html
<a href="https://github.com/tanakh/cmdline target="_blank">cmdline</a>
* |mhook_link| DLL hooking library, used to inject RenderDoc into applications
* |treeview_link| An invaluable control filling a much needed niche in .NET winforms.
* |dockpanel_link| A mature and stable library that adds the docking and flexibility of RenderDoc's UI.
* |famfamfam_link| Lending an air of professionalism and artistic quality to the UI, the Silk icon set is used throughout RenderDoc.
* |scintilla_link| and by extension Scintilla provide a powerful text editor for the shader viewers.
* |breakpad_link| provides a rock-solid crash handling and reporting base that help keep RenderDoc stable.
* |miniz_link| Public domain zip library is used to compress the crash reports for sending.
* |ilm_link| Used for decoding half data for display.
* |jpeg_link| Used to compress screenshots into jpg format for thumbnail previews.
* |lz4_link| compresses large data transfers (textures and buffers) when going across network connections.
* |stb_link| Used to read and write various image formats.
* |sourcecodepro_link| Font used for the in-program overlay.
* |ironpython_link| Used for the Python shell/integration in the UI.
* |tinyexr_link| Used for the OpenEXR file loading and saving.
* |glslang_link| Used for compiling GLSL to SPIR-V.
* |qt_link| Used for QRenderDoc replay UI program.
* |cmdline_link| Used for parsing command line arguments to renderdoccmd.
Thanks
------
There have been many people who have helped in the creation of RenderDoc. Whether testing, feedback or contributing artwork and design critique everyone listed here and many more besides have been invaluable in taking RenderDoc from an idea on paper to its current state. Greets fly out to the following people, listed in no particular order.
* Chris Bunner, Charlie Cole, James Chilvers, Andrew Khan, Benjamin Hill, Jake Turner, Alex Weighell and the rest of the Crytek UK R&D team.
* Colin Bonstead, Marco Corbetta, Pascal Eggert, Marcel Hatam, Sascha Hoba, Theodor Mader, Mathieu Pinard, Chris Raine, Nicolas Schulz, Tiago Sousa, Sean Tracy, Carsten Wenzel, and everyone else at the rest of the Crytek Studios.
* Daniel Sexton
* Jason Mendel
* Jacob Kapostins
* Iain Cantlay
* Luke Lambert
* Gareth Thomas
* George Ilenei
* Matías N. Goldberg
* Louis De Carufel
* Steve Marton
* Elizabeth Baumel
* Jon Ashburn
* Greg Fischer
* Karen Ghavem
* Jens Owen
* Derrick Owens
* Jon Kennedy
* Matthäus G. Chajdas
* Dan Ginsburg
* Dean Sekulic
* Rolando Caloca Olivares
* Arne Schober
* Michael Vance
* Dominik Witczak
* Chia-I Wu
* Cory Bloor