├── LICENSE ├── README.md └── REQUESTS.md /LICENSE: -------------------------------------------------------------------------------- 1 | Creative Commons Legal Code 2 | 3 | CC0 1.0 Universal 4 | 5 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE 6 | LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN 7 | ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS 8 | INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES 9 | REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS 10 | PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM 11 | THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED 12 | HEREUNDER. 13 | 14 | Statement of Purpose 15 | 16 | The laws of most jurisdictions throughout the world automatically confer 17 | exclusive Copyright and Related Rights (defined below) upon the creator 18 | and subsequent owner(s) (each and all, an "owner") of an original work of 19 | authorship and/or a database (each, a "Work"). 20 | 21 | Certain owners wish to permanently relinquish those rights to a Work for 22 | the purpose of contributing to a commons of creative, cultural and 23 | scientific works ("Commons") that the public can reliably and without fear 24 | of later claims of infringement build upon, modify, incorporate in other 25 | works, reuse and redistribute as freely as possible in any form whatsoever 26 | and for any purposes, including without limitation commercial purposes. 27 | These owners may contribute to the Commons to promote the ideal of a free 28 | culture and the further production of creative, cultural and scientific 29 | works, or to gain reputation or greater distribution for their Work in 30 | part through the use and efforts of others. 31 | 32 | For these and/or other purposes and motivations, and without any 33 | expectation of additional consideration or compensation, the person 34 | associating CC0 with a Work (the "Affirmer"), to the extent that he or she 35 | is an owner of Copyright and Related Rights in the Work, voluntarily 36 | elects to apply CC0 to the Work and publicly distribute the Work under its 37 | terms, with knowledge of his or her Copyright and Related Rights in the 38 | Work and the meaning and intended legal effect of CC0 on those rights. 39 | 40 | 1. Copyright and Related Rights. A Work made available under CC0 may be 41 | protected by copyright and related or neighboring rights ("Copyright and 42 | Related Rights"). Copyright and Related Rights include, but are not 43 | limited to, the following: 44 | 45 | i. the right to reproduce, adapt, distribute, perform, display, 46 | communicate, and translate a Work; 47 | ii. moral rights retained by the original author(s) and/or performer(s); 48 | iii. publicity and privacy rights pertaining to a person's image or 49 | likeness depicted in a Work; 50 | iv. rights protecting against unfair competition in regards to a Work, 51 | subject to the limitations in paragraph 4(a), below; 52 | v. rights protecting the extraction, dissemination, use and reuse of data 53 | in a Work; 54 | vi. database rights (such as those arising under Directive 96/9/EC of the 55 | European Parliament and of the Council of 11 March 1996 on the legal 56 | protection of databases, and under any national implementation 57 | thereof, including any amended or successor version of such 58 | directive); and 59 | vii. other similar, equivalent or corresponding rights throughout the 60 | world based on applicable law or treaty, and any national 61 | implementations thereof. 62 | 63 | 2. Waiver. To the greatest extent permitted by, but not in contravention 64 | of, applicable law, Affirmer hereby overtly, fully, permanently, 65 | irrevocably and unconditionally waives, abandons, and surrenders all of 66 | Affirmer's Copyright and Related Rights and associated claims and causes 67 | of action, whether now known or unknown (including existing as well as 68 | future claims and causes of action), in the Work (i) in all territories 69 | worldwide, (ii) for the maximum duration provided by applicable law or 70 | treaty (including future time extensions), (iii) in any current or future 71 | medium and for any number of copies, and (iv) for any purpose whatsoever, 72 | including without limitation commercial, advertising or promotional 73 | purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each 74 | member of the public at large and to the detriment of Affirmer's heirs and 75 | successors, fully intending that such Waiver shall not be subject to 76 | revocation, rescission, cancellation, termination, or any other legal or 77 | equitable action to disrupt the quiet enjoyment of the Work by the public 78 | as contemplated by Affirmer's express Statement of Purpose. 79 | 80 | 3. Public License Fallback. Should any part of the Waiver for any reason 81 | be judged legally invalid or ineffective under applicable law, then the 82 | Waiver shall be preserved to the maximum extent permitted taking into 83 | account Affirmer's express Statement of Purpose. In addition, to the 84 | extent the Waiver is so judged Affirmer hereby grants to each affected 85 | person a royalty-free, non transferable, non sublicensable, non exclusive, 86 | irrevocable and unconditional license to exercise Affirmer's Copyright and 87 | Related Rights in the Work (i) in all territories worldwide, (ii) for the 88 | maximum duration provided by applicable law or treaty (including future 89 | time extensions), (iii) in any current or future medium and for any number 90 | of copies, and (iv) for any purpose whatsoever, including without 91 | limitation commercial, advertising or promotional purposes (the 92 | "License"). The License shall be deemed effective as of the date CC0 was 93 | applied by Affirmer to the Work. Should any part of the License for any 94 | reason be judged legally invalid or ineffective under applicable law, such 95 | partial invalidity or ineffectiveness shall not invalidate the remainder 96 | of the License, and in such case Affirmer hereby affirms that he or she 97 | will not (i) exercise any of his or her remaining Copyright and Related 98 | Rights in the Work or (ii) assert any associated claims and causes of 99 | action with respect to the Work, in either case contrary to Affirmer's 100 | express Statement of Purpose. 101 | 102 | 4. Limitations and Disclaimers. 103 | 104 | a. No trademark or patent rights held by Affirmer are waived, abandoned, 105 | surrendered, licensed or otherwise affected by this document. 106 | b. Affirmer offers the Work as-is and makes no representations or 107 | warranties of any kind concerning the Work, express, implied, 108 | statutory or otherwise, including without limitation warranties of 109 | title, merchantability, fitness for a particular purpose, non 110 | infringement, or the absence of latent or other defects, accuracy, or 111 | the present or absence of errors, whether or not discoverable, all to 112 | the greatest extent permissible under applicable law. 113 | c. Affirmer disclaims responsibility for clearing rights of other persons 114 | that may apply to the Work or any use thereof, including without 115 | limitation any person's Copyright and Related Rights in the Work. 116 | Further, Affirmer disclaims responsibility for obtaining any necessary 117 | consents, permissions or other rights required for any use of the 118 | Work. 119 | d. Affirmer understands and acknowledges that Creative Commons is not a 120 | party to this document and has no duty or obligation with respect to 121 | this CC0 or use of the Work. 122 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | # ToolBox 3 | An extensive list of software and hardware for AV, mutltimedia, production and creative programming use cases. First made public on Interactive & Immersive HQ. 4 | 5 | I would recommend using Middle-Click or Right Click > "Open in New Tab" to open links as Github doesn't allow for a new tab to be created when opening a link sadly. 6 | 7 | All tools are sorted alphabetically! Have fun! Recommendations can be made by making Issues for REQUESTS.md! 8 | 9 | - [Special thanks to list contributors:](#Special-Thanks) 10 | 11 | 12 | 13 | ## Contents 14 | - [Show Control Tools](#ShowControl) 15 | - [Control Interface Apps](#ShowControl_ControlInterfaceApps) 16 | - [Show Control Apps](#ShowControl_Apps) 17 | - [Timecode Apps](#ShowControl_TimecodeApps) 18 | - [Video Tools](#VideoTools) 19 | - [AR Tools](#Video-ARTools) 20 | - [Camera and Hardware Control](#Video_CameraHardwareControl) 21 | - [Media Server](#Video_MediaServerApps) 22 | - [Projection Mapping Apps](#Video_ProjectionMappingApps) 23 | - [Real-Time Visuals](#Video_RealTimeVisuals) 24 | - [Test Pattern and Pixel Map Generator](#Video_TestPatternPixelMapGenerator) 25 | - [Video Utility Apps](#Video_UtilityApps) 26 | - [Virtual Production Apps](#Video_VirtualProductionApps) 27 | - [Audio Tools](#AudioTools) 28 | - [Audio Integration](#Audio_Integration) 29 | - [Audio_Spatial](#Audio_Spatial) 30 | - [Audio Utility](#Audio_Utility) 31 | - [Music Visualization](#Audio_MusicVisualization) 32 | - [System Hardware Control and Management](#System_HardwareControlNetwork) 33 | - [Signal Flow Diagram Apps](#System_SignalFlowDiagramApps) 34 | - [Production Tools](#ProductionTools) 35 | - [Production Management Apps](#Production_Management) 36 | - [Network Tools](#NetworkTools) 37 | - [IP](#Network_IP) 38 | - [Reverse Engineering](#Network_ReverseEngineering) 39 | - [VPN](#Network_VPN) 40 | - [Data Tools](#DataTools) 41 | - [Data Translators](#Data_Translators) 42 | - [Raw Data Visual Coding](#Data_VisualCoding) 43 | - [AI Tools](#AITools) 44 | - [Generative Image](#AI_Generative) 45 | - [GPTs and Chat Bots](#AI_GPT) 46 | - [Machine Learning](#AI_MachineLearning) 47 | - [Computer Tools](#ComputerTools) 48 | - [Automation](#Computer_Automation) 49 | - [File Sharing](#Computer_FileSharing) 50 | - [Optimization](#Computer_Optimization) 51 | - [Various Bits Of Software](#Computer_VariousBitsOfSoftware) 52 | - [Version Control](#Computer_VersionControl) 53 | - [Pre-Visualization Tools](#PreVisTools) 54 | - [Code Tools](#CodeTools) 55 | - [Code Beautifiers](#Code_CodeBeautifier) 56 | - [Debugging](#Code_Debugging) 57 | - [Text Editor Apps](#Code_TextEditorApps) 58 | - [3D Tools](#3DTools) 59 | - [3D Apps](#3D-Apps) 60 | - [3D Converters](#3D-Converters) 61 | - [3D Unreal Engine AddOns](#3D_UnrealEngineAddOns) 62 | - [3D Utility Apps](#3D_UtilityApps) 63 | - [Design Tools](#DesignTools) 64 | - [Design Apps](Design_Apps) 65 | - [UX/UI Apps](#Design_UXUI) 66 | - [TouchDesigner Tools](#TouchDesignerTools) 67 | - [Hardware Tools](#HardwareTools) 68 | - [MIDI Controllers](#Hardware_MIDIControllers) 69 | - [Physical Controllers](#Hardware_PhysicalControllers) 70 | - [Video](#Hardware_Video) 71 | - [Video Converters](#Hardware_Video-Converters) 72 | - [Video Testers](#Hardware_Video-Testers) 73 | - [Robotics](#Hardware_Robotics) 74 | - [DIY Stores](#Hardware_DIY) 75 | - (COMING SOON) 76 | - [Hardware_Lighting](#Hardware_Lighting) 77 | - [DMX Consoles](#Hardware_Lighting-DMXConsoles) 78 | - [Entry Level](#Hardware_Lighting-DMXConsoles-EntryLevel) 79 | - [Pro Level](#Hardware_Lighting-DMXConsoles-ProLevel) 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | ## ShowControl 88 | 89 | ### ShowControl_Apps 90 | - [Bitfocus Companion](https://bitfocus.io/companion) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) Interoperability focused macro creation app. Production hardware protocols already included! 91 | - [Central Control](https://centralcontrol.io/) 92 | - [Chataigne](https://benjamin.kuperberg.fr/chataigne/en) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) [![GitHub](https://img.shields.io/badge/GitHub-%40Ben_Kuper-%232b2a28?logo=github)](https://github.com/benkuper) 93 | - [Cuepid](https://github.com/theexperiential/Cuepid) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) [![GitHub](https://img.shields.io/badge/GitHub-%40The_Experiential_Co.-%232b2a28?logo=github)](https://github.com/theexperiential) 94 | - [CuePilot](https://www.cuepilot.com/en/home.html) 95 | - [Medialon](https://medialon.com/) 96 | - [Ontime](https://www.getontime.no/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 97 | - [Ossia Score](https://ossia.io/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 98 | - [QLab](https://qlab.app/) ![Static Badge](https://img.shields.io/badge/Free_Option-data?label=%24) ![Static Badge](https://img.shields.io/badge/Mac_Only-OS?style=flat%20square&label=OS&labelColor=light%20gray&color=white&link=%20) 99 | - [rabbitControl](https://derivative.ca/community-post/asset/rabbitcontrol-remote-control-anything/63238) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) [![GitHub](https://img.shields.io/badge/GitHub-%40Rabbit_Control-%232b2a28?logo=github)](https://github.com/rabbitControl) 100 | - [ShowKontrol](https://www.tc-supply.com/home) ![Static Badge](https://img.shields.io/badge/Mac_Only-OS?style=flat%20square&label=OS&labelColor=light%20gray&color=white&link=%20) 101 | - [Sound Show](https://impronivers.itch.io/sound-show) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 102 | - [Stage Precision](https://www.stageprecision.com/) 103 | - [TouchDesigner](https://derivative.ca/download) 104 | - [Vezer](https://imimot.com/vezer/) ![Static Badge](https://img.shields.io/badge/Mac_Only-OS?style=flat%20square&label=OS&labelColor=light%20gray&color=white&link=%20) 105 | - [Vor](https://getvor.app/) 106 | 107 | ### ShowControl_ControlInterfaceApps 108 | - [Chameleon](https://savethehuman5.com/) 109 | - [Open Stage Control](https://openstagecontrol.ammd.net/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) [![GitHub](https://img.shields.io/badge/GitHub-%40Jean_Emmanuel-%232b2a28?logo=github)](https://github.com/jean-emmanuel) 110 | - [OSC/PILOT](https://oscpilot.com/) by Joel Zimmerman + Crew 111 | - [Mitti](https://imimot.com/mitti/) ![Static Badge](https://img.shields.io/badge/Mac_Only-OS?style=flat%20square&label=OS&labelColor=light%20gray&color=white&link=%20) 112 | - [OSC Query Server Component](https://derivative.ca/community-post/asset/osc-query-server-component/62663) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) [![GitHub](https://img.shields.io/badge/GitHub-%40jonglissimo_(Manuel_Mitasch)-%232b2a28?logo=github)](https://github.com/jonglissimo) 113 | - [SudoSignals](https://www.sudosignals.com/) [![GitHub](https://img.shields.io/badge/GitHub-%40[SudoMagic]-%232b2a28?logo=github)](https://github.com/SudoMagicCode) 114 | - [TouchOSC](https://hexler.net/touchosc) 115 | - [Unreal Engine Web Control](https://docs.unrealengine.com/5.3/en-US/remote-control-web-application-for-unreal-engine/) 116 | 117 | ### ShowControl_TimecodeApps 118 | - [El-Tee-See 2](https://elteesee.pehrhovey.net/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 119 | - [Figure 53 Apps](https://figure53.github.io/studio/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 120 | - [Timecode Tools Suite](https://timecodesync.com/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 121 | - [Stagetimer.io](https://stagetimer.io/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 122 | 123 | ## //VideoTools 124 | 125 | ### Video_ARTools 126 | - [Effect House](https://effecthouse.tiktok.com/) 127 | - [Lens Studio](https://ar.snap.com/lens-studio) 128 | - [Metaspark](https://spark.meta.com/) 129 | 130 | ### Video_CameraHardwareControl 131 | - [atemOSC](https://www.atemosc.com/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 132 | - [Bitfocus Companion](https://bitfocus.io/companion) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 133 | - [ATEM Control Software](https://www.blackmagicdesign.com/products/atemmini/software) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) by Blackmagic Design 134 | - [Middle Control](https://www.middlethings.co/product-middle-control/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) by Middle Things 135 | - [Ross Video Hardware Dashboard](https://www.rossvideo.com/support/software-downloads/dashboard/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 136 | - [Stage Precision](https://www.stageprecision.com/) 137 | 138 | ### Video_MediaServerApps 139 | - [Disguise Designer](https://www.disguise.one/en/products/designer) 140 | - [Green Hippo Hippotizer](https://support.green-hippo.com/article/2-hippotizer-downloads) 141 | - [Millumin](https://www.millumin.com/v4/index.php) ![Static Badge](https://img.shields.io/badge/Mac_Only-OS?style=flat%20square&label=OS&labelColor=light%20gray&color=white&link=%20) 142 | - [Pixera](https://pixera.one/en/) 143 | - [QLab](https://qlab.app/) ![Static Badge](https://img.shields.io/badge/Free_Option-data?label=%24) ![Static Badge](https://img.shields.io/badge/Mac_Only-OS?style=flat%20square&label=OS&labelColor=light%20gray&color=white&link=%20) 144 | - [Renewed Vision Pro Video Player](https://renewedvision.com/provideoplayer/) 145 | - [Resolume](https://resolume.com/download/) 146 | - [Ross](https://www.rossvideo.com/live-production/video-servers-replay/) 147 | - [Smode](https://www.smode.io/en/) 148 | - [VDMX](https://vidvox.net/) ![Static Badge](https://img.shields.io/badge/Mac_Only-OS?style=flat%20square&label=OS&labelColor=light%20gray&color=white&link=%20) 149 | 150 | ### Video_ProjectionMappingApps 151 | - [Heavy M](https://www.heavym.net/) 152 | - [Mad Mapper](https://madmapper.com/) 153 | - [Mapping Matter](https://www.mappingmatter.com/) Great projection mapping coverage calculator 154 | - [Modulo Pi](https://www.modulo-pi.com/) 155 | - [VIOSO](https://vioso.com/) 156 | 157 | ### Video_RealTimeVisuals 158 | - [cables.gl](https://cables.gl/) 159 | - [Notch](https://www.notch.one/support/downloads_area/) 160 | - [Resolume Wire](https://www.resolume.com/software/wire) 161 | - [Smode](https://www.smode.io/en/) 162 | - [Troikatronix Isadora](https://troikatronix.com/) 163 | - [Tooll.io](https://tooll.io/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) [![GitHub](https://img.shields.io/badge/GitHub-%40Tooll-%232b2a28?logo=github)](https://github.com/tooll3/t3) 164 | - [TouchDeisgner](https://derivative.ca/download) 165 | - [Volta XR](https://www.volta-xr.com/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) Live-performance focused, audio reactive visuals 166 | - [vvvv](https://visualprogramming.net/) 167 | 168 | ### Video_TestPatternPixelMapGenerator 169 | - [Artio ](https://github.com/theexperiential/Artio) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) [![GitHub](https://img.shields.io/badge/GitHub-%40The_Experiential_Co.-%232b2a28?logo=github)](https://github.com/theexperiential) 170 | - [Pixel Mapulator](https://blinkingthings.com/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) [![GitHub](https://img.shields.io/badge/GitHub-%40Blinking_Things-%232b2a28?logo=github)](https://github.com/blinkingthings) 171 | - [pixl Grid Multi](https://videowalrus.com/pixl-grid/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) by Video Walrus 172 | - [Test Pattern Generator](https://vioso.com/testpattern-generator/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) by VIOSO 173 | - [TV Testcard Generator](https://testcardgen.onrender.com) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 174 | - [Official Test Pattern Library](https://www.murideo.com/test-pattern-library.html) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) by Murideo 175 | - [Open EXR Test Images](https://openexr.com/en/latest/test_images/index.html) 176 | 177 | ### Video_UtilityApps 178 | - [Drastic’s 4K Scope SDI Video Scope](https://www.drastic.tv/productsmenu-56/test-and-measurement/4kscope) 179 | - [OBS](https://obsproject.com/) 180 | - [Livegrade Pro](https://pomfort.com/livegradepro/) 181 | - [NDI Video Tools](https://ndi.video/tools/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 182 | - [Nobe Omniscope](https://timeinpixels.com/nobe-omniscope/) 183 | - [Scopebox](https://hedge.video/scopebox) ![Static Badge](https://img.shields.io/badge/Mac_Only-OS?style=flat%20square&label=OS&labelColor=light%20gray&color=white&link=%20) 184 | - [Sienna-NDI Tools](https://www.sienna-tv.com/ndi/) 185 | 186 | ### Video_VirtualProductionApps 187 | - [7th Sense](https://portal.7thsense.one/online-help/index.html?online_help_home_page.html) 188 | - [Aximmetry](https://aximmetry.com/) 189 | - [Disguise Renderstream](https://www.disguise.one/en/products/renderstream) 190 | - [Mo-Sys](https://www.mo-sys.com/) 191 | - [nDisplay](https://docs.unrealengine.com/4.27/en-US/WorkingWithMedia/IntegratingMedia/nDisplay/Overview/) 192 | - [Off World Live](https://offworld.live/) 193 | - [PeelCapture](https://peeldev.com/peelcapture) 194 | - [Pixera](https://pixera.one/en/) 195 | - [Pixotope](https://help.pixotope.com/phc/2.1/install-pixotope) 196 | - [SP Shield](https://www.stageprecision.com/products/shield/) 197 | - [Stypeland](https://stype.tv/product/stypeland/) 198 | - [Unreal Engine](https://www.unrealengine.com/en-US/download) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 199 | - [UE Plugins / Kits](https://pro.sony/ue_US/products) 200 | - [Zero Density](https://www.zerodensity.tv/products/reality-engine/) 201 | 202 | 203 | ## //AudioTools 204 | ### Audio_Integration 205 | - [Ableton Live](https://www.ableton.com) Modular DAW, lots of integration and control I/O 206 | - [Ableton - Max for Live](https://www.ableton.com/en/live/max-for-live/ ) Modular connections briding Ableon Live <> MAX MSP 207 | - [Bitwig](https://www.bitwig.com) DAW 208 | - [Cycling 74’s Max](https://cycling74.com/) Audio visual processing app 209 | - [Cycling 74’s RNBO](https://cycling74.com/products/rnbo) Hardware audio patch designer app 210 | - [Cantabile](https://www.cantabilesoftware.com/ ) Live Performance VST App 211 | - [Dante](https://www.audinate.com/products/software/dante-controller) Extremely efficient audio over network protocol / hardware integration system 212 | - [REAPER](https://www.reaper.fm/) DAW 213 | - [VCV Rack](https://vcvrack.com/) 214 | 215 | 216 | ### Audio_MusicVisualization 217 | - [Milkdrop](https://www.geisswerks.com/about_milkdrop.html) 218 | - [Nestdrop](https://nestimmersion.ca/nestdrop.php) 219 | - [Synesthesia](https://synesthesia.live/) 220 | 221 | ### Audio_Spatial 222 | - [Space Controller OSC](https://soundparticles.com/products/spacecontroller-osc) 223 | 224 | ### Audio_Utility 225 | - [Audio Hijack](https://rogueamoeba.com/audiohijack/) 226 | - [Blackhole](https://existential.audio/blackhole/) 227 | - [Loopback](https://rogueamoeba.com/loopback/) 228 | - [NVIDIA Broadcast](https://www.nvidia.com/en-us/geforce/broadcasting/broadcast-app/) 229 | - [Voicemeeter](https://vb-audio.com/Voicemeeter/banana.htm) 230 | 231 | 232 | 233 | ## //SystemTools 234 | ### System_HardwareControlNetwork 235 | 236 | **Audio** 237 | - [Dante](https://www.audinate.com/products/software/dante-controller) Extremely efficient audio over network protocol / hardware integration system 238 | 239 | **Installation Management and Control** 240 | - [SudoSignals](https://www.sudosignals.com/) [![GitHub](https://img.shields.io/badge/GitHub-%40[SudoMagic]-%232b2a28?logo=github)](https://github.com/SudoMagicCode) Super high-level installation management app, and project health/runtime reporter/logger 241 | 242 | **Lighting** 243 | - [Capture Visualization](https://www.capture.se/) 244 | - [KLSTR](https://www.klstr.tech/) Smart lighting interconnectivity app for managing lighting installations / show networks 245 | - [Light Jams](https://www.lightjams.com/getIt.html/) 246 | - [Lightkey](https://lightkeyapp.com/en) 247 | - [MA onPC](https://www.malighting.com/downloads/products/grandma3/) 248 | - [SIDUS](https://www.sidus.link/) 249 | - [wysiwyg Visualizer](https://cast-soft.com/) 250 | - [Vectorworks](https://www.vectorworks.net/en-US/vision) 251 | 252 | **Video** 253 | - [Megapixel VR](https://megapixelvr.com/) Smart video hardware management for large scale LED wall installations / show networks. Also works as an issue reporter/logger 254 | 255 | ### System_SignalFlowDiagramApps 256 | - [Diagrams.net](https://app.diagrams.net/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 257 | - [Here to Record Gear](https://h2rgear.com/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 258 | - [Lucidchart](https://www.lucidchart.com/) 259 | - [Miro](https://miro.com/) 260 | 261 | 262 | ## //ProductionTools 263 | ### Production_Management 264 | - [Here 2 Record](https://heretorecord.com/apps) 265 | 266 | 267 | ## //DataTools 268 | ### Data_Translators 269 | - [BOME MIDI Translator Pro](https://www.bome.com/products/miditranslator) Translates MIDI <> Keystroke, scripting and gamepad data 270 | 271 | ### Data_VisualCoding 272 | - [Fugio](https://www.bigfug.com/software/fugio/) 273 | - [Pure Data](https://puredata.info/) Raw data visual coding, and low/high level access to protocols 274 | - [XOD.io](https://xod.io/) 275 | 276 | ### Data_Shaders 277 | - [Book of Shaders](https://thebookofshaders.com/) 278 | - [ISF (“Interactive Shader Format”)](https://editor.isf.video/shaders?q=&category=&sort=&page=0) Compatible with [HeavyM](https://www.heavym.net/) 279 | - [ISF Docs](https://docs.isf.video/) 280 | - [KodeLife](https://hexler.net/kodelife) 281 | - [Processing](https://processing.org/) 282 | - [Shadertoy](https://www.shadertoy.com/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 283 | 284 | ## //AITools 285 | 286 | ### AI_GenerativeImage 287 | - [Adobe Photoshop](https://www.adobe.com/products/photoshop.html) 288 | - [Cuebric](https://cuebric.com/) 289 | - [GIMP](https://www.gimp.org/) 290 | - [Midjourney](https://www.midjourney.com/) 291 | - [OpenAI - DALL-E 3](https://openai.com/dall-e-3) 292 | - [RunwayML](https://runwayml.com/) 293 | - [Stability AI SDXL Turbo](https://stability.ai/news/stability-ai-sdxl-turbo) 294 | 298 | 299 | ### AI_GPT 300 | - [Bing AI Search](https://www.bing.com/search?q=Bing%20AI&showconv=1&form=MA13FV) 301 | - [DeepMind - Gemini](https://deepmind.google/technologies/gemini/#introduction) 302 | - [OpenAI Blog - ChatGPT Plus](https://openai.com/blog/chatgpt-plus) 303 | - [GPT Engineer](https://gptengineer.app/) Beta, instant GPT web development prototyper 304 | 305 | ### AI_MachineLearning 306 | - [Azure ML](https://azure.microsoft.com/en-us/products/machine-learning) 307 | - [ControlNet](https://github.com/lllyasviel/ControlNet) 308 | 309 | ### AI_Video 310 | - [Move.ai](https://www.move.ai/) 311 | - [Stability.ai](https://www.stability.ai/) 312 | 313 | 314 | ## //ComputerTools 315 | ### Computer_Automation 316 | - [AutoHotkey](https://www.autohotkey.com/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 317 | - [Keyboard Maestro](https://www.keyboardmaestro.com/main/) ![Static Badge](https://img.shields.io/badge/Mac_Only-OS?style=flat%20square&label=OS&labelColor=light%20gray&color=white&link=%20) Now that I'm primarily PC-based... I miss this app on a daily basis! :cry: 318 | - [Powertoys by Microsoft](https://github.com/microsoft/PowerToys/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 319 | - [Octopus](https://www.octopusshowcontrol.com/) 320 | - [VICREO Hotkey Listener](https://www.vicreo-listener.com/) 321 | 322 | 323 | ### Computer_ExcecutableCreation 324 | - [Node-Red](https://nodered.org/) (Cross Platform visual IDE) 325 | - [Xojo](https://www.xojo.com/) (Cross Platform visual IDE) 326 | 327 | ### Computer_FileSharing 328 | Note: (We do not ensure the security of any file transfer service, nor endorse any services that are used for NDA'd content. We are not responsible for where your file transfers go.) 329 | - [File.io](https://www.file.io/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 330 | - [Wetransfer](https://wetransfer.com/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 331 | 332 | ### Computer_RemoteAccess 333 | - [AnyDesk](https://anydesk.com/en/downloads/windows) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 334 | - [Chrome Remote Desktop](https://remotedesktop.google.com/?pli=1) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 335 | - [Parsec](https://parsec.app/downloads) 336 | - [RustDesk](https://rustdesk.com/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) (Open-Source Remote Access software, can be self-hosted) 337 | - [TeamViewer](https://www.teamviewer.com/en-us/content/free-download-with-license-options/) 338 | - [Teradici PCoIP](https://teradici.com/) 339 | 340 | ### Computer_Optimization 341 | - [MSI Afterburner](https://www.msi.com/Landing/afterburner/graphics-cards) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) Overclocking Management 342 | - [HWINFO](https://www.hwinfo.com/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) Hardware Monitor 343 | - [ModBros](https://www.mod-bros.com) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) (*Good, but have had issues with it not wanting to eject external SSD/HDD’s) 344 | 345 | ### Computer_VariousBitsOfSoftware 346 | **Studio Tools** 347 | - [Timeline Theatrics](https://www.timelinetheatrics.com/) 348 | 349 | **Video Tools:** 350 | - [Assorted Video / Production Tools (Ironically hilarious website)](http://wookiesoft.com/Home.html) 351 | - [Dragonframe Stop Motion](https://www.dragonframe.com/dragonframe-software/) 352 | - [EXR Test Images](https://openexr.com/en/latest/test_images/index.html) 353 | - [Refresh Rate Checker](https://www.testufo.com/blurbusterslaw) 354 | 355 | **Webcam Emulation:** 356 | - [NDI Virtual Webcam](https://ndi.video/tools/ndi-webcam/) 357 | - [NVIDIA Broadcast](https://www.nvidia.com/en-us/geforce/broadcasting/broadcast-app/) 358 | - [Syphon Virtual Webcam](https://troikatronix.com/add-ons/syphon-virtual-webcam/) ![Static Badge](https://img.shields.io/badge/Mac_Only-OS?style=flat%20square&label=OS&labelColor=light%20gray&color=white&link=%20) 359 | - [Spout Virtual Webcam](https://github.com/leadedge/SpoutCam) 360 | 361 | **Gamepad:** 362 | - [Gamepad to Keystroke](https://emutopia.com/index.php/emulators/item/240-gamepads/470-joytokey) 363 | - [Gamepad Remapper](https://www.rewasd.com/) 364 | - [Virtual Joystick](https://emutopia.com/index.php/emulators/item/240-gamepads/1454-vjoy) 365 | - [Xbox Gamepad Emulation](https://www.x360ce.com/) 366 | 367 | **Screen Management:** 368 | - [Flux](https://justgetflux.com/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 369 | - [Masquerade](https://apps.apple.com/us/app/masquerade/id907165103?mt=12) ![Static Badge](https://img.shields.io/badge/Mac_Only-OS?style=flat%20square&label=OS&labelColor=light%20gray&color=white&link=%20) 370 | 371 | **Multi Computer Management (Digital KVM):** 372 | - [ShareMouse](https://www.sharemouse.com/) 373 | - [Synergy](https://symless.com/synergy) 374 | 375 | ### Computer_VersionControl 376 | - [Git](https://git-scm.com/) 377 | - [Github](https://github.com/) 378 | - [Perforce Helix Core](https://www.perforce.com/products/helix-core) 379 | 380 | 381 | ## //DebuggingTools 382 | - [Artnetominator](https://www.lightjams.com/artnetominator/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 383 | - [Art-Net View](https://artnetview.com/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 384 | - [Art-Net Recorder](https://hautetechnique.com/artnet/artnetrecorder/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 385 | - [ChatGPT](https://chat.openai.com/) Send it your code, ask what's wrong, ask it to convert data to various formats! 386 | - [Code Beautifier](https://codebeautify.org/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) For those "what am I doing wrong..." 3am evenings. 387 | - [OSC Data Monitor](https://www.kasperkamperman.com/blog/processing-code/osc-datamonitor/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 388 | - [PresentMon](https://github.com/GameTechDev/PresentMon) GPU Hardware Debugger / Troubleshooter 389 | - [Protokol](https://hexler.net/protokol) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) Awesome OSC, MIDI, Gamepad protocol checker! 390 | - [sACN View](https://sacnview.org/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 391 | - [ZigSim](https://1-10.github.io/zigsim/getting-started.html) 392 | - [ZigCam](https://derivative.ca/community-post/ndi-ar-camera-app-zigcam-was-released/65430) 393 | 394 | 395 | 396 | ## //NetworkTools 397 | ### Network_IP 398 | - [Angry IP Scanner](https://angryip.org/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 399 | - [Wireshark](https://www.wireshark.org/download.html) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 400 | 401 | 402 | ### Network_ReverseEngineering 403 | - [Wireshark](https://www.wireshark.org/download.html) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 404 | 405 | ### Network_VPN 406 | - [OpenVPN](https://openvpn.net/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 407 | - [tailscale](https://tailscale.com/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 408 | - [ZeroTier](https://zerotier.com/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 409 | 410 | 411 | 412 | ## //CodeTools 413 | ### Code_TextEditorApps 414 | - [Collabedit](https://collabedit.com/crjcn) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 415 | - [Microsoft Visual Studio](https://code.visualstudio.com/) 416 | - [Notepad ++](https://notepad-plus-plus.org/) 417 | - [Sublime Text Editor](https://www.sublimetext.com/) ![Static Badge](https://img.shields.io/badge/Free_Option-data?label=%24) 418 | 419 | ### Code_Debugging 420 | - [ChatGPT](https://chat.openai.com/) Send it your code, ask what's wrong, ask it to convert data to various formats! 421 | - [Online GDB](https://www.onlinegdb.com/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 422 | - [Python Compiler](https://pythontutor.com/python-compiler.html#mode=edit) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 423 | 424 | ### Code_CodeBeautifier 425 | - [Beautifier.io](https://beautifier.io/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 426 | - [Code Beautifier](https://codebeautify.org/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 427 | - [Formatter.org](https://formatter.org/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 428 | 429 | 430 | ## //3DTools 431 | ### 3D_Apps 432 | - [Blender](https://www.blender.org/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 433 | - [Cinema 4D](https://www.maxon.net/en/cinema-4d) 434 | - [Grasshopper](https://www.grasshopper3d.com/) 435 | - [Maya](https://www.autodesk.com/products/maya/free-trial) 436 | - [SketchUp](https://www.sketchup.com/) ![Static Badge](https://img.shields.io/badge/Free_Option-data?label=%24) 437 | - [Vectorworks](https://www.vectorworks.net/) 438 | - [Wikipedia List of 3D Softwares](https://en.wikipedia.org/wiki/List_of_3D_modeling_software) 439 | 440 | ### 3D_Converters 441 | - [CADMonster](https://cadmonster.org/knowledge/?convert=mb&to=obj) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 442 | 443 | ### 3D_UtilityApps 444 | - [Virtucam](https://virtucamera.com/) Awesome real-time 3D phone camera tracking > Maya / Blender plugin 445 | 446 | ### 3D_UnrealEngineAddOns 447 | - [Material Vault](https://github.com/ScottRaffertyCG/MaterialVault) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) Libre library of materials 448 | 449 | 450 | ## //DesignTools 451 | ### Design_Apps 452 | - [PenPot](https://penpot.app/features) ![Static Badge](https://img.shields.io/badge/Free_Option-data?label=%24) 453 | ### Design_UXUI 454 | - [Font Awesome](https://fontawesome.com/search?m=free&o=r) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 455 | - [Free Open Source Icon Libraries](https://www.toools.design/free-open-source-icon-libraries) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 456 | - [Flutter](https://flutter.dev/) 457 | - [Open UI](https://open-ui.org/design-systems/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 458 | - [Best UX UI Design Tools of 2020](https://www.loginradius.com/blog/engineering/best-ui-ux-design-tools-2020/) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) 459 | 460 | 461 | ## //TouchDesignerTools 462 | - [OSC Query Server Component](https://derivative.ca/community-post/asset/osc-query-server-component/62663) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) [![GitHub](https://img.shields.io/badge/GitHub-%40jonglissimo_(Manuel_Mitasch)-%232b2a28?logo=github)](https://github.com/jonglissimo) 463 | - [PROMOTE](https://derivative.ca/community-post/asset/promote/68631) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) by Unveil Studio 464 | - [RabbitControl](https://derivative.ca/community-post/asset/rabbitcontrol-remote-control-anything/63238) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) by Markus Heckmann (@snaut on TD Forum) 465 | - [Timekeeper](https://github.com/theexperiential/Timekeeper) ![Static Badge](https://img.shields.io/badge/Free-data?label=%24) by The Experiential 466 | 467 | 468 | 469 | ## //HardwareTools 470 | 471 | ### Hardware_MIDIControllers 472 | - [Ableton: Push](https://www.ableton.com/en/push/) 473 | - [Behringer: P0B1X](https://www.behringer.com/product.html?modelCode=P0B1X) 474 | - [Choi Sauce MIDI Fader](https://choisaucedesigns.com/) 475 | - [Icon P1-M](https://iconproaudio.com/product/p1-m/) 476 | - [Novation: LaunchPad X](https://us.novationmusic.com/products/launchpad-x) 477 | - [Novation: Launch Control X1](https://us.novationmusic.com/products/launch-control-xl) 478 | - [Sparrow](https://themidimaker.com/products/sparrow-4x100mm-midi-controller) 479 | 480 | ### Hardware_PhysicalControllers 481 | - [Bitfocus Companion on Raspberry Pi](https://bitfocus.io/companion-pi) 482 | - [Densitron Hardware Control Panels](https://www.densitron.com/control-panels/products) 483 | - [StreamDeck XL](https://www.elgato.com/us/en/p/stream-deck-xl) 484 | - [StreamDeck Plus](https://www.elgato.com/us/en/p/stream-deck-plus-black) 485 | 486 | ## Hardware_Video 487 | 488 | ### Hardware_Video-Converters 489 | - [FSI Box IO LUT Box](https://www.flandersscientific.com/boxio/) 490 | - [Middle Things: Camera Box](https://store.middlethings.co/collections/middle-fiber/products/fiber-camera-box-6g) 491 | - [Middle Things: Fiber Unite 12G](https://store.middlethings.co/collections/middle-fiber/products/fiber-unite-5-6g) 492 | - [Theatrixx Video Converters](https://theatrixx.com/brand/theatrixx/#xvision-converter-series) 493 | - [Vizrt Connect Solo](https://www.vizrt.com/products/solo/) 494 | 495 | ### Hardware_Video-Players 496 | - [ArKaos VS1 4K](https://pro.arkaos.com/media-servers/vs1-4k-media-server) 497 | - [Brightsign Players](https://www.brightsign.biz/brightsign-players/series-4/) 498 | - [Pro-Player Plus](https://www.proplayerplus.com/) 499 | - [MedeaWiz](https://www.medeawiz.com/) 500 | - [Neumi Atom 4K](https://www.neumitech.com/neumi-atom-4k-digital-media-player/) 501 | - [YoDeck Raspberry Pi](https://www.yodeck.com/raspberry-pi/) 502 | 503 | ### Hardware_Video-Testers 504 | - [AVMatrix PG4K](https://www.avmatrix.com/products/12g-sdi-signal-generator/) 505 | - [Blackmagic Design Video Assist](https://www.blackmagicdesign.com/products/blackmagicvideoassist) 506 | - [FSI Tempo 12G](https://www.shopfsi.com/SmartCAM-Tempo-p/smartcam.tempo.htm) 507 | - [Lynx Testor 3G](https://www.lynx-technik.com/products/testor/test-generators/ptg-1802-testor-lite-3g-sdi-test-pattern-generator/) 508 | - [Liliput SG-12G](https://lilliputdirect.com/Lilliput-SG-12G) 509 | - [Murideo Calibration & Test Hardware](https://www.murideo.com/) 510 | - [Phabrixm SX Tag](https://www.phabrix.com/products/sxtag/) - Very portable, and powerful. 511 | - [Tektronix](https://www.tek.com/en) - The WFM2300 is a great scientific analyzer device. 512 | 513 | ## Hardware_Robotics 514 | - [MRMC Cinebot Mini](https://www.mrmoco.com/motion-control/cinebot-mini/) 515 | - [MRMC Bolt](https://www.mrmoco.com/motion-control/bolt/) 516 | - [Edelkrone Headplus](https://edelkrone.com/products/headplus) 517 | - [iFootage Gear](https://www.ifootagegear.com/products/shark-slider-nano) 518 | - [Kuka](https://www.kuka.com/en-us/products/robotics-systems/industrial-robots) 519 | - [Kessler Cineshooter](https://kesslercrane.com/pages/cineshooter) 520 | - [Shark Slider Nano](https://www.ifootagegear.com/products/shark-slider-nano) 521 | - [XD Motion](https://xd-motion.com/) 522 | 523 | 524 | ## Hardware_Tracking 525 | ### Hardware_Tracking-Camera 526 | - [Antilatency](https://antilatency.com/) 527 | - [EZTrack](https://eztrack.studio/) 528 | - [Mo-Sys](https://www.mo-sys.com/) 529 | - [Pixotope Camera Tracking](https://www.pixotope.com/products/pixotope-camera-tracking) 530 | - [Retracker](https://www.retracker.co/) 531 | - [Stype](https://stype.tv/) 532 | - [Vive Mars](https://mars.vive.com/) 533 | - [Zeiss CinCraft](https://cincraft.zeiss.com/us/introducing-zeiss-cincraft-scenario) 534 | - [Zeiss ncam](https://www.ncam-tech.com/) 535 | 536 | ### Hardware_Tracking-MotionCapture 537 | - [Manus](https://www.manus-meta.com/) 538 | - [Movella](https://www.movella.com/products/motion-capture) 539 | - [Noitom](https://www.noitom.com/perception-neuron-series) 540 | - [Optitrack](https://optitrack.com/) 541 | - [Qualisys](https://www.qualisys.com/) 542 | - [Rokoko](https://www.rokoko.com/) 543 | - [Vicon](https://www.vicon.com/) 544 | 545 | ### Hardware_Tracking-Spatial 546 | - [Blacktrax](https://blacktrax.cast-soft.com/) 547 | - [Follow Me](https://follow-me.nu/) 548 | - [TraceUp](https://traceup.com/) 549 | - [ZeroKey](https://zerokey.com/quantum-rtls/#products) 550 | 551 | 552 | ## Hardware_DIY 553 | ### Hardware_DIY 554 | - [Adafruit](https://www.adafruit.com/) 555 | - [Phidgets](https://www.phidgets.com/) 556 | 557 | ## Hardware_Network 558 | ### Hardware_Network-Switches 559 | - [GL-iNET](https://www.gl-inet.com/products/) 560 | - [Netgear M4250](https://www.netgear.com/business/wired/switches/fully-managed/gsm4212p/) 561 | - [Ubiquiti: Edge Router](https://store.ui.com/us/en/products/er-x) 562 | - [Ubiquiti: Pro Max 24 PoE](https://store.ui.com/us/en/pro/category/all-switching/collections/unifi-switching-pro-max/products/usw-pro-max-24-poe) 563 | 564 | ### Hardware_Network-Adapters 565 | - [ATTO 10G Adapter](https://shop.atto.com/products/10gbe-dual-port-ethernet-smartnic) 566 | - [Blackmagic Design Cloud Storage](https://www.blackmagicdesign.com/products/blackmagiccloudstore) 567 | - [GBLabs NAS Solutions](https://www.gblabs.com/) 568 | - [Mellanox 400G PCIe](https://www.fs.com/products/177272.html?country=US¤cy=USD&languages=English&paid=google_shopping&utm_country=9030958&gad_source=1&gclid=CjwKCAjwvIWzBhAlEiwAHHWgvWKCR_-z9q_qK1utdk4lmB8n2l4G0OPaLnoZTxx6DZ6SZybEW3Pm0RoC_DgQAvD_BwE) 569 | 570 | ## Hardware_Computers 571 | ### Hardware_PC 572 | - [Logical Incriments](https://www.logicalincrements.com/) PC components comparison grid, top of the line, full specs shootout 573 | - [RTINGS](https://www.rtings.com/laptop) 574 | 575 | 576 | 577 | ## Hardware_Lighting 578 | 579 | ### Hardware_Lighting-DMXAdapters 580 | - [Dragon Controllers](https://mattosdesigns.com/collections/dragon-controllers) 581 | - [Enttec Storm 10 Network Decoder](https://www.enttec.com/product/dmx-distribution/10-universe-ethernet-to-dmx-adapter/) 582 | - [Enttec USB](https://www.enttec.com/dmx-usb-interface/) 583 | ### Hardware_Lighting-DMXConsoles-EntryLevel 584 | - [ADJ: WMX1](https://www.adj.com/wmx1) 585 | - [Enttec 2 Universe DMX Player](https://www.enttec.com/product/lighting-show-recorder/s-play-mini-2-universe-smart-light-show-controller/) 586 | - [ETC: ColorSource](https://www.etcconnect.com/Products/Consoles/ColorSource/Features.aspx) 587 | ### Hardware_Lighting-DMXConsoles-ProLevel 588 | - [ETC: Eos-Consoles](https://www.etcconnect.com/Products/Consoles/Eos-Consoles/?LangType=1033) 589 | - [High End Systems: Hog-4](https://www.etcconnect.com/Products/High-End-Systems/Hog-4-Consoles/) 590 | - [MA Lighting: GrandMA 3](https://www.malighting.com/grandma3/products/) 591 | - [Vari-Lite: Neo](https://www.vari-lite.com/global/products/neo-console) 592 | 593 | 594 | 595 | # Special-Thanks 596 | - Adam Amaral - [Master of Shapes](https://masterofshapes.com/) 597 | - Akash Bartlett - [Bartlett Lighting](https://www.bartlettlighting.com/) 598 | - Ana Carolina - [Aestarita](https://www.aestarita.com/) 599 | - Crystal Jow - [LinkedIn](https://www.linkedin.com/in/crystaljow/) 600 | - Dylan Roscover - [The Experiential](https://theexperiential.com/) 601 | - Ed Carlson - [4K Media](http://4kmedia.live/) 602 | - Elburz Sorkhabi - [Interactive & Immersive HQ](https://www.linkedin.com/in/elburz/) 603 | - Ethan Hedrick - [LinkedIn](https://www.linkedin.com/in/ethanhedrick/) 604 | - Ian Shelansky - [Personal Website](https://ianshelanskey.com/) 605 | - Jeff Shood - [IMDb](https://www.imdb.com/name/nm5218666/) 606 | - Jeremy Hart - [LinkedIn](https://www.linkedin.com/in/jeremy-hart-b1b03673/) 607 | - Jim Geduldick - [LinkedIn](https://www.linkedin.com/in/jimgeduldick/) 608 | - Keith Anderson - [LinkedIn](https://www.linkedin.com/in/keithunrealxr/) 609 | - Lukas Rooney - [LinkedIn](https://www.linkedin.com/in/lukas-rooney/) 610 | - Matt McGee - [LinkedIn](https://www.linkedin.com/in/matthew-mcgee-5128b21ba/) 611 | - Parish Bracha - [Gray Area](https://grayarea.org/community-entry/parish-bracha/) 612 | - Phillip Liddell - [LinkedIn](https://www.linkedin.com/in/phil-l-17ba731ba/) 613 | - Sean Willis - [LinkedIn](https://www.linkedin.com/in/willisean/) 614 | - Sting Alleman - [GitHub](https://github.com/stingalleman) 615 | - Stage Hacks - [Stage Hacks](https://www.stagehacks.com/) 616 | -------------------------------------------------------------------------------- /REQUESTS.md: -------------------------------------------------------------------------------- 1 | Requests can be made here. 2 | 3 | Please add to the pull requests or make issues for this file! 4 | --------------------------------------------------------------------------------