├── .gitignore ├── CONTRIBUTING.md ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | # Binaries for programs and plugins 2 | *.exe 3 | *.exe~ 4 | *.dll 5 | *.so 6 | *.dylib 7 | 8 | # Test binary, built with `go test -c` 9 | *.test 10 | 11 | # Output of the go coverage tool, specifically when used with LiteIDE 12 | *.out 13 | 14 | # Dependency directories (remove the comment below to include it) 15 | # vendor/ 16 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contributing 2 | 3 | Your contributions are always welcome! 4 | 5 | ## Guidelines 6 | 7 | * Add one link per Pull Request. 8 | * Make sure the PR title is in the format of `Add project-name`. 9 | * Write down the reason why the library is awesome. 10 | * Add the link: `* [project-name](http://example.com/) - A short description ends with a period.` 11 | * Keep descriptions concise and **short**. 12 | * Add a section if needed. 13 | * Add the section description. 14 | * Add the section title to Table of Contents. 15 | * Search previous Pull Requests or Issues before making a new one, as yours may be a duplicate. 16 | * Check your spelling and grammar. 17 | * Remove any trailing whitespace. 18 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 EXAJOBS, Inc 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Opensource Collection 2 | 3 | > Welcome to the GitHub OpenSource Projects. An ongoing list of great programmers and wonderful software projects you can support. The [Cloud Native Trail Map](https://landscape.cncf.io/) is CNCF's recommended path through the cloud native landscape. 4 | 5 | ### Contents 6 | 7 | - [Open Source Projects](#open-source-projects) 8 | - [Libraries](#libraries) 9 | - [Operating Systems](#operating-systems) 10 | - [Games](#games) 11 | - [People Doing Open Source Work](#people-doing-open-source-work) 12 | - [Other Kinds of Content](#other-kinds-of-content) 13 | - [Articles and Tutorials](#articles-and-tutorials) 14 | - [Videos](#videos) 15 | - [Podcasts](#podcasts) 16 | - [Open Source Art](#open-source-art) 17 | - [Hardware related](#hardware-related) 18 | 19 | 20 | 21 | ## Open Source Projects 22 | _Projects released with an open source license._ 23 | 24 | - [Akira](https://www.patreon.com/akiraux), [#2](https://liberapay.com/AkiraUX/) - Linux application for UI and UX design. 25 | - [Albert launcher](https://www.patreon.com/albertlauncher) - Keyboard launcher written in C++/Qt. 26 | - [AngouriMath](https://www.patreon.com/AngouriMath) - Computer/symbolic algebra library for .NET. 27 | - [Armory](https://armory3d.org/fund) - 3D game engine for Blender. 28 | - [bcachefs](https://www.patreon.com/bcachefs) - Linux filesystem. 29 | - [Blender](https://fund.blender.org/) - 3D creation suite. 30 | - [BookWyrm](https://www.patreon.com/bookwyrm), [#2](https://opencollective.com/bookwyrm) - Social reading and reviewing, decentralized with ActivityPub. 31 | - [Calibre](https://www.patreon.com/kovidgoyal) - E-books manager. 32 | - [Compiler Explorer](https://www.patreon.com/mattgodbolt) - Online decompiler and compiler explorer. 33 | - [Dekko Project](https://www.patreon.com/dekkoproject) - Ubuntu email client. 34 | - [Deluge](https://www.patreon.com/deluge_cas) - BitTorrent client. 35 | - [DIGImend](https://www.patreon.com/spbnick) - Improving Linux support for (non-Wacom) graphics tablets. 36 | - [DokuWiki](https://www.patreon.com/dokuwiki) - Wiki application. 37 | - [Duplicati](https://opencollective.com/duplicati) - Backup client. 38 | - [F-Droid](https://opencollective.com/f-droid), [#2](https://liberapay.com/F-Droid-Data/) - An installable catalogue of FOSS applications for the Android platform. 39 | - [Flarum](https://opencollective.com/flarum/) - Forum platform. 40 | - [FreeCAD](https://freecadweb.org/wiki/Donate) - Parametric 3D modeler made primarily to design real-life objects of any size. 41 | - [Funkwhale](https://opencollective.com/funkwhale) - A free, federated and social music server. 42 | - [GIMP](https://liberapay.com/GIMP/) - GNU Image Manipulation Program. 43 | - [Godot Engine](https://www.patreon.com/godotengine) - Complete 3D engine. 44 | - [HaxeFlixel](https://www.patreon.com/haxeflixel) - Cross-platform 2D game engine. 45 | - [Homebrew](https://www.patreon.com/homebrew) - Package manager for macOS. 46 | - [Improved Initiative](https://www.patreon.com/improvedinitiative) - D&D tabletop role-playing game combat tracker. 47 | - [Invidious](https://liberapay.com/omarroth/) - An alternative web front-end to YouTube. 48 | - [iTerm2](https://www.patreon.com/gnachman) - macOS terminal replacement. 49 | - [JabRef](https://liberapay.com/JabRef) - Software for bibliography management 50 | - [JHipster](https://opencollective.com/generator-jhipster) - Open Source application platform for creating Spring Boot + Angular/React/Vue projects in seconds. 51 | - [Kismet](https://www.patreon.com/kismetwireless), [#2](https://github.com/users/kismetwireless/sponsorship/) - Kismet wireless tool. 52 | - [Laigter](https://www.patreon.com/azagaya) - Automatic normal/specular/occlussion/parallax map generator for 2D game sprites. 53 | - [Latte Dock](https://liberapay.com/latte-dock) - Replacement dock for Plasma desktops. 54 | - [LibrePCB](https://www.patreon.com/librepcb) - Software to develop printed circuit boards. 55 | - [Lollipop Cloud](https://opencollective.com/lollipop-cloud-team) - Cheap, easy, self-hosted clouds for everyone. 56 | - [Mastodon](https://www.patreon.com/mastodon), [#2](https://liberapay.com/Mastodon/) - Federated social network server. 57 | - [Matrix](https://www.patreon.com/matrixdotorg), [#2](https://liberapay.com/matrixdotorg) - An open network for secure, decentralized communication. 58 | - [MissKey](https://www.patreon.com/syuilo) - Federated microblogging platform. 59 | - [MuseScore](https://www.patreon.com/musescore) - Music notation software. 60 | - [MyPaint](https://opencollective.com/mypaint) - Painting and drawing program that works nicely with pressure-sensitive tablets, and its dynamic brush engine library. 61 | - [NativeScript-Vue](https://www.patreon.com/rigor789) - Native mobile applications with NativeScript and Vue. 62 | - [Neovim](https://salt.bountysource.com/teams/neovim) - Vim-fork focused on extensibility and usability. 63 | - [OctoPrint](https://www.patreon.com/foosel) - Web interface for 3D printers. 64 | - [Olive](https://www.patreon.com/olivevideoeditor) - High quality video editing and compositing software. 65 | - [Oni](https://www.patreon.com/onivim) - Modal code editor. 66 | - [Open Broadcaster Software](https://www.patreon.com/obsproject), [#2](https://opencollective.com/obsproject) - Video recording and live streaming software. 67 | - [Open Chemistry](https://opencollective.com/open-chemistry) - Umbrella of multiple open source chemistry projects including Avogadro, cclib, DeepChem, MSDK, Open Babel, RDKit, and 3DMol.js. 68 | - [Open Source BIM Collective](https://opencollective.com/opensourcebim) - Tools for building information modeling. 69 | - [openage](https://liberapay.com/SFTtech/) - Real time strategy game engine. 70 | - [OpenFAAS](https://github.com/users/alexellis/sponsorship) - Serverless platform. 71 | - [OpenRGB](https://www.patreon.com/CalcProgrammer1) - RGB lighting control application. 72 | - [OpenShot](https://www.patreon.com/openshot) - Video editor. 73 | - [Paperwork](https://www.patreon.com/openpaper) - Personal document manager. 74 | - [Perkeep](https://opencollective.com/perkeep) - Personal storage system. 75 | - [PHPStan](https://www.patreon.com/phpstan) - PHP static analyzer. 76 | - [PHPUnit](https://github.com/sponsors/sebastianbergmann) - PHPUnit and related projects. 77 | - [PixelFed](https://www.patreon.com/dansup), [#2](https://opencollective.com/pixelfed), [#3](https://liberapay.com/pixelfed), [#4](https://github.com/sponsors/dansup) - Federated image sharing powered by the ActivityPub protocol. 78 | - [Pixelorama](https://www.patreon.com/OramaInteractive) - A free & open-source 2D sprite editor, made with the Godot Engine. 79 | - [PlantUML](https://www.patreon.com/plantuml) - UML diagram creation software. 80 | - [postActiv](https://www.patreon.com/postActiv) - Microblogging platform. 81 | - [Power Automate](https://apps.microsoft.com/store/detail/power-automate/9NFTCH6J7FHV) - Allows you to automate web and desktop applications on your Windows desktop by mimicking the user interface actions like clicks, and keyboard input 82 | - [Project Lombok](https://www.patreon.com/lombok) - Java editor plugin. 83 | - [Reddit Enhancement Suite](https://www.patreon.com/honestbleeps) - Reddit browser extension. 84 | - [Remmina](https://remmina.org/donations/) - Remote desktop client. 85 | - [Secure Scuttlebutt](https://opencollective.com/secure-scuttlebutt-consortium) - A distributed and secure peer-to-peer protocol and social network. 86 | - [ShareX Team](https://www.patreon.com/ShareX) - Screen capture and screen sharing tool. 87 | - [Synfig](https://www.patreon.com/synfig) - 2D animation software. 88 | - [SysV init](https://www.patreon.com/sysvinit) - System V init implementation. 89 | - [Termux](https://www.patreon.com/termux) - Android terminal emulator. 90 | - [The Lounge](https://opencollective.com/thelounge) - Modern web IRC client. 91 | - [Thirty Bees](https://forum.thirtybees.com/support-thirty-bees/) - Ecommerce software. 92 | - [Tiled](https://www.patreon.com/bjorn) - A 2D game level editor. 93 | - [Transmission](https://transmissionbt.com/donate/) - BitTorrent client. 94 | - [V Programming Language](https://www.patreon.com/vlang), [#2](https://www.paypal.com/donate/?token=u2pjZRmcQ2ZHaiP2Ce_wYNgGYrjrOL0xc_1zq9iDrO0uElfo24bMYFuSh48Hrpgm_66GF0&country.x=US&locale.x=US) - Statically typed compiled programming language similar to Go, influenced by Oberon, Rust, Swift. 95 | - [VideoLAN](http://www.videolan.org/contribute.html#paypal) - Maker of the VLC video player. 96 | - [Vim-Go](https://www.patreon.com/bhcleek) - Go plugin for VIM. 97 | - [Weblate](https://liberapay.com/Weblate) - Localization tool with tight version control integration. 98 | - [Webpack](https://opencollective.com/webpack) - JavaScript module bundler. 99 | - [Wiki.js](https://github.com/users/NGPixel/sponsorship), [#2](https://opencollective.com/wikijs), [#3](https://patreon.com/requarks) - Wiki platform built with Node.js. 100 | - [WireGuard](https://www.patreon.com/zx2c4) - Next generation secure network tunnel. 101 | - [Xfce](https://salt.bountysource.com/teams/xfce) - Desktop environment for UNIX-like operating systems. 102 | - [Zig](https://www.patreon.com/andrewrk) - System programming language which prioritizes robustness, optimality, and clarity. 103 | - [Zrythm](https://liberapay.com/Zrythm) - A highly automated and intuitive digital audio workstation. 104 | - [Kitbashery](https://www.patreon.com/kitbashery) - 3D kitbashing solution & CC0 model library. 105 | 106 | 107 | ### Libraries 108 | _Libraries and frameworks._ 109 | 110 | - [ApexCharts](https://www.patreon.com/junedchhipa), [#2](https://opencollective.com/apexchartsjs) - JavaScript charts library. 111 | - [Asset-Importer-Lib](https://www.patreon.com/assimp) - Loads 40+ 3D file formats into one unified and clean data structure for game-developers. 112 | - [Babel](https://www.patreon.com/henryzhu) - JavaScript compiler. 113 | - [Dear ImGui](https://github.com/ocornut/imgui/wiki/Sponsors) - Immediate Mode Graphical User interface for C++. 114 | - [Hapi.js](https://opencollective.com/hapijs) - Node.js framework. 115 | - [HaxeUI](https://www.patreon.com/haxeui) - User interface toolkit. 116 | - [Laravel](https://www.patreon.com/taylorotwell) - PHP framework. 117 | - [LibGDX](https://www.patreon.com/libgdx) - Game development framework. 118 | - [MicroG](https://github.com/sponsors/mar-v-in), [#2](https://liberapay.com/microG/) - A free-as-in-freedom re-implementation of Google's proprietary Android user space apps and libraries. 119 | - [Moleculer](https://www.patreon.com/moleculer) - Progressive microservices framework for Node.js. 120 | - [Musl libc](https://www.patreon.com/musl) - The Musl libc project. 121 | - [OpenFL](https://www.patreon.com/openfl) - Cross-platform application framework. 122 | - [Phalcon](https://opencollective.com/phalcon) - Web framework delivered as a C extension for PHP. 123 | - [stdlib](https://www.patreon.com/athan) - Standard library for JavaScript and Node.js with an emphasis on scientific computing. 124 | - [Tabulator](https://www.patreon.com/olifolkerd) - JavaScript library for building interactive tables. 125 | - [Vapor](https://github.com/tanner0101), [#2](https://opencollective.com/vapor) - Server-side Swift framework. 126 | - [Vue.js](https://www.patreon.com/evanyou) - Vue.js. 127 | - [Yii framework](https://www.patreon.com/samdark) - PHP framework. 128 | - [Zappa](https://www.patreon.com/zappa) - A server-less Python framework. 129 | 130 | ### Operating Systems 131 | _Operating Systems and Linux distributions._ 132 | 133 | - [/e/](https://www.patreon.com/eelo) - Privacy-focused mobile OS. 134 | - [Elementary OS](https://www.patreon.com/elementary) - Ubuntu variant. 135 | - [FreeDOS](https://www.patreon.com/freedos) - MS-DOS compatible operating system. 136 | - [GhostBSD](https://www.patreon.com/GhostBSD) - Desktop-focused BSD OS. 137 | - [GrapheneOS](https://github.com/sponsors/thestinger) - A privacy and security focused mobile OS with Android app compatibility. 138 | - [LineageOS](https://www.paypal.me/LineageOS), [#2](https://www.patreon.com/LineageOS) - Fork of CyanogenMod. 139 | - [Linux Lite](https://www.patreon.com/linuxlite) - Linux distribution. 140 | - [Mobian](https://liberapay.com/mobian/) - Debian for mobile. 141 | - [Parrot](https://www.patreon.com/parrot) - Security-related Debian distribution. 142 | - [Qubes OS](https://opencollective.com/qubes-os) - A reasonably secure operating system. 143 | - [ReactOS](https://liberapay.com/ReactOS/) - A free Windows-compatible Operating System 144 | - [Redox OS](https://www.patreon.com/redox_os) - OS written in Rust. 145 | - [Serenity OS](https://github.com/sponsors/awesomekling) [#2](https://www.patreon.com/serenityos) - A graphical Unix-like OS for x86, with 90s aesthetics. 146 | - [Slackware Linux](https://www.patreon.com/slackwarelinux) - Linux distribution. 147 | - [Solus](https://opencollective.com/getsolus) - Linux distibution. 148 | - [Ubuntu Mate](https://www.patreon.com/ubuntu_mate) - Ubuntu variant. 149 | - [Ubuntu Studio](https://www.patreon.com/ubuntustudio), [#2](https://liberapay.com/ubuntustudio) - Ubuntu variant for creating audio, video, graphics etc. 150 | - [Ubuntu Touch](https://www.patreon.com/ubports), [#2](https://liberapay.com/UBports) - Touch-friendly mobile version of Ubuntu. 151 | 152 | 153 | ### Games 154 | _Games and game-related projects._ 155 | 156 | - [Battle for Wesnoth](https://liberapay.com/Wesnoth) - Turn-based strategy game. 157 | - [Citra](https://www.patreon.com/citraemu) - Nintendo 3DS emulator. 158 | - [Citybound](https://www.patreon.com/citybound) - City building game. 159 | - [Cxbx-reloaded](https://www.patreon.com/LukeUsher) - Xbox emulator for Windows. 160 | - [Eigengrau's Generator](https://www.patreon.com/EigengrausGenerator) - TTRPG/Dungeons and Dragons Town and NPC Generator. 161 | - [Libretro Team](https://www.patreon.com/libretro) - Libretro, RetroArch and Lakka. 162 | - [Lutris](https://www.patreon.com/lutris) - Game launcher & platform. 163 | - [Play!](https://www.patreon.com/jpd002) - PS2 emulator. 164 | - [Rpcs3](https://www.patreon.com/Nekotekina) - PS3 emulator. 165 | - [Ryujinx](https://www.patreon.com/ryujinx) - Nintendo Switch emulator. 166 | - [Xenia](https://www.patreon.com/xenia_project) - Xbox 360 emulator. 167 | - [yuzu](https://www.patreon.com/yuzuteam) - Nintendo Switch emulator. 168 | - [Interstellar Despot Sim](https://www.patreon.com/BaileyBurnsed) - Space Roughlike/4x Hybrid 169 | 170 | ## People Doing Open Source Work 171 | _Developers contributing to multiple projects that ask to support their work._ 172 | 173 | - [Adam King](https://github.com/sponsors/notadamking) - RLTrader, Tensortrade and other trading related projects. 174 | - [Alexandre Prokoudine](https://www.patreon.com/prokoudine), [#2](https://liberapay.com/prokoudine) - GIMP contributor, editor of Libre Graphics World online magazine. 175 | - [Alyssa Rosenzweig](https://liberapay.com/alyssa/) - FOSS graphics driver work (Panfrost) and contributions to several other projects. 176 | - [Andrea Ferrero](https://www.patreon.com/andreaferrero) - Developer of PhotoFlow image editor, maintains various Appimage packages. 177 | - [Andreas Heinisch](https://www.patreon.com/user?u=51471923) - LibreOffice developer. 178 | - [Andreas Kainz](https://www.patreon.com/user?u=10071325) - LibreOffice designer. 179 | - [Andreas Pardeike](https://www.patreon.com/pardeike) - Programming tutorials, games and mods. 180 | - [Andrius Štikonas](https://liberapay.com/stikonas) - KDE contributor, mainly KDE Partition Manager. 181 | - [Attogram Project](https://github.com/sponsors/attogram) - Shared Media Tagger, Open Translation Engine, and many more projects. 182 | - [Bailey Burnsed](https://www.patreon.com/BaileyBurnsed) - FOSS Nerd developing open source games in Godot and Rust 183 | - [Daniel Gultsch](https://github.com/users/iNPUTmice/sponsorship) - Conversations Jabber client. 184 | - [Daniël Klabbers](https://www.patreon.com/luceos) - Contributor to Flarum and other PHP projects. 185 | - [Dave Täht](https://www.patreon.com/dtaht) - Working on improving the Internet. 186 | - [David Hewitt](https://github.com/users/davidmhewitt/sponsorship) - ElementaryOS contributor, Torrential, Clipped. 187 | - [Dimitri Fontaine](https://github.com/sponsors/dimitri) - Various contributions to the PostgreSQL ecosystem (pgloader, pg_auto_failover), Emacs libraries (el-get), author. 188 | - [Dominik Honnef](https://www.patreon.com/dominikh), [#2](https://github.com/users/dominikh/sponsorship) - Working on tooling for the Go programming language. 189 | - [Dragan Djuric](https://www.patreon.com/draganrocks) - Creator of Uncomplicate, a family of Clojure libraries for AI, ML, and GPU high performance computing. 190 | - [Drew DeVault](https://www.patreon.com/sircmpwn), [#2](https://drewdevault.com/donate/), [#3](https://liberapay.com/SirCmpwn) - sway, wlroots, sr.ht, scdoc, aerc, and more. 191 | - [Duduf](https://www.patreon.com/duduf) - Tools for animations and motion pictures production. 192 | - [Eevee](https://www.patreon.com/eevee) - Games, applications and articles. 193 | - [Egoist](https://www.patreon.com/egoist/overview) - Various JavaScript libraries and tools. 194 | - [Eric S. Raymond](https://www.patreon.com/esr) - Nethack, GPSd, author of "The Cathedral and the Bazaar". 195 | - [Ethan Lee](https://github.com/users/flibitijibibo/sponsorship) - Contributions to FNA, SDL2 C# and other projects. 196 | - [Fabio Zadrozny](https://www.patreon.com/fabioz) - Working on PyDev and related projects. 197 | - [Felipe Lima](https://github.com/sponsors/felipecsl) - Various projects and libraries like OkReplay, AirMapView, AsymmetricGridView, GifImageView, Wombat. 198 | - [Feross Aboukhadijeh](https://github.com/sponsors/feross) - WebTorrent, StandardJS, and other JavaScript projects. 199 | - [Flammie](https://www.patreon.com/flammie), [#2](https://liberapay.com/Flammie) - Apertium, linguistic tools for minority languages. 200 | - [Franck Nijhof](https://www.patreon.com/frenck) - Creates Home Assistant add-ons and helps out on the main project. 201 | - [Gabriel Gonzalez](https://github.com/users/Gabriel439/sponsorship) - Dhall language, Nix and Haskell educational projects and Haskell libraries and tool. 202 | - [Gilbert Pellegrom](https://github.com/users/gilbitron/sponsorship) - Raneto, Vue.js libraries and more. 203 | - [Jacky Alcine](https://www.patreon.com/jackyalcine) - Projects in the IndieWeb sphere, Koype and contributions to other open source projects. 204 | - [James 'Purpleidea'](https://github.com/users/purpleidea/sponsorship) - mgmt config, articles and more. 205 | - [JeanHeyd Meneide](https://www.patreon.com/thephd) - Creates C++ libraries and standards proposals. 206 | - [Joey Hess](https://www.patreon.com/joeyh) - git-annex, keysafe, other Linux software. 207 | - [Johann-S](https://github.com/sponsors/Johann-S) - Bootstrap JavaScript developer and various plugins and projects. 208 | - [Jorge Bucaran](https://github.com/sponsors/jorgebucaran) - Hyperapp and many other JavaScript projects. 209 | - [Jonathan Müller](https://www.patreon.com/foonathan) - Various C++ libraries, tools, articles. 210 | - [Kevin Cozens](https://www.patreon.com/KevinCozens) - Contributor to projects such as GIMP, OpenSimulator, KiCad and TinyScheme. 211 | - [Kévin Dunglas](https://github.com/sponsors/dunglas) - API Platform, Vulcain, Mercure and Symfony contributions. 212 | - [Khoa Pham](https://github.com/users/onmyway133/sponsorship) - A multitude of libraries, applications and articles about iOS/Cocoa, 213 | - [Kozec](https://www.patreon.com/kozec) - Syncthing-GTK and SC-Controller. 214 | - [Kurt Kremitzki](https://www.patreon.com/kkremitzki), [#2](https://liberapay.com/kkremitzki) - FreeCAD contributor and Debian packager. 215 | - [Lars Moelleken](https://github.com/sponsors/voku) - Various PHP libraries and OSS contributions. 216 | - [Luke Dashjr](https://github.com/sponsors/luke-jr) - Author of the legendary bfgminer and other substantial contributions to Bitcoin. 217 | - [Marc Jeanmougin](https://www.patreon.com/marcjeanmougin) - Inkscape contributor. 218 | - [Matt Lewis](https://github.com/users/mattlewis92/sponsorship) - Angular-calendar and other angular components. 219 | - [Matthieu Napoli](https://github.com/users/mnapoli/sponsorship) - Bref, PHP-DI and other PHP libraries. 220 | - [Max Bridgland](https://github.com/users/M4cs/sponsorship) - Various pentesting frameworks and tools. 221 | - [Max Howell](https://www.patreon.com/mxcl) - Creator of Homebrew, maintainer of PromiseKit and a multitude of other project for Apple platforms. 222 | - [Michal Čihař](https://liberapay.com/nijel/) - Contributor to Weblate and phpMyAdmin. 223 | - [Nate Graham](https://liberapay.com/ngraham) - KDE contributor. 224 | - [Nefarius Software Solutions](https://www.patreon.com/nefarius) - Windows drivers for the Sony DualShock controller and others. 225 | - [Nick Sweeting](https://github.com/sponsors/pirate) - ArchiveBox and OSS contributions but also articles and documentation. 226 | - [Nicolas Hafner](https://github.com/users/Shinmera/sponsorship) - Various Common Lisp libraries. 227 | - [Nils Maier](https://www.patreon.com/nmaier) - Download Them All! Firefox and Chrome extension. 228 | - [Oleh Krehel](https://github.com/users/abo-abo/sponsorship) - GNU Emacs plugins, maintainer of Ivy/Swiper/Counsel, Hydra, Avy, Lispy, and more. 229 | - [Ondřej Surý](https://www.patreon.com/oerdnj) - Debian packager. 230 | - [Pablo Dobarro](https://www.patreon.com/pablodp606) - Sculpting improvements for Blender. 231 | - [Patrick Wardle](https://www.patreon.com/objective_see) - Owner of Objective-See, various macOS security tools and articles. 232 | - [Pedro Piñera](https://github.com/users/pepibumur/sponsorship) - Tuist and XcodeProj libraries, articles. 233 | - [Pedro Carrasco](https://github.com/sponsors/pedrommcarrasco) - Various iOS libraries and projects. 234 | - [Raph Levien](https://github.com/sponsors/raphlinus) - druid and other Rust projects. 235 | - [Reini Urban](https://www.patreon.com/rurban) - Maintaining and developing software such as cperl, parrot, a lot of perl5 modules, safeclib and libredwg. 236 | - [René Rebe](https://www.patreon.com/user?u=9504919) - T2 System Development Environment. 237 | - [Rekka Bellum & Devine Lu Linvega](https://www.patreon.com/100) - Open source tools and games. 238 | - [Rob Landley](https://www.patreon.com/landley) - Working on Toybox, mkroot and various other projects. 239 | - [Ryan C. Gordon](https://www.patreon.com/icculus), [#2](https://liberapay.com/icculus/) - Linux ports of games, game-related utilities. 240 | - [Sanjay Madan](https://paypal.me/mowgliiapps), [#2](https://cash.me/$Mowglii) - Mowglii apps, author of Itsycal and Snk. 241 | - [Scarlett Moore](https://www.patreon.com/sgclark) - KDE contributor. 242 | - [Scott Lahteine](https://www.patreon.com/thinkyhead) - Contributor to Marlin Firmware for 3D printers. 243 | - [Sindre Sorhus](https://www.patreon.com/sindresorhus) - Countless open source projects. 244 | - [skypjack](https://github.com/sponsors/skypjack) - C++ libraries such as uvw and EnTT. 245 | - [Stéphane Peter](https://github.com/sponsors/megastep) - AudioKit contributor, Makeself and other libraries and projects. 246 | - [Steve Purcell](https://www.patreon.com/sanityinc) - MELPA lisp package archive and other software tooling. 247 | - [Steven Troughton-Smith](https://www.patreon.com/steventroughtonsmith) - Various iOS/macOS software. 248 | - [Tavmjong Bah](https://www.patreon.com/tavmjong) - Working on Inkscape vector graphics editor. 249 | - [Thomas M. Edwards](https://www.patreon.com/thomasmedwards) - Gaming related projects. 250 | - [Tim Oliver](https://github.com/sponsors/TimOliver) - Multitude of iOS libraries and various contribution to the iOS ecosystem. 251 | - [Timothée Giet](https://www.patreon.com/animtim) - GCompris contributor. 252 | - [Tobias Koppers](https://github.com/users/sokra/sponsorship) - Founder and maintainer of Webpack. 253 | - [Yorik van Havre](https://www.patreon.com/yorikvanhavre), [#2](https://liberapay.com/yorik) - FreeCAD contributor. 254 | - [Øyvind Kolås](https://www.patreon.com/pippin), [#2](https://liberapay.com/pippin/) - Lead developer of babl & GEGL libraries used in the graphics editor GIMP. 255 | 256 | 257 | ## Other kinds of content 258 | _Articles, videos, podcasts, etc…_ 259 | 260 | ### Articles and Tutorials 261 | 262 | - [Alecaddd](https://www.patreon.com/alecaddd) - Various programming tutorials. 263 | - [Chris Bradfield](https://www.patreon.com/kidscancode) - Programming tutorials for kids. 264 | - [DistroWatch](https://www.patreon.com/distrowatch) - Reviews and tutorials for Linux/BSD. 265 | - [Fluent C++](https://www.patreon.com/fluentcpp) - C++ articles. 266 | - [Kyle Simpson](https://www.patreon.com/getify) - Author of the "You Don't Know JS" book series. Doing articles, podcasts and OSS contributions. 267 | - [Meeting C++](https://www.patreon.com/meetingcpp) - C++ articles. 268 | - [Modernes C++](https://www.patreon.com/rainer_grimm) - C++ articles. 269 | 270 | ### Videos 271 | 272 | - [CS Dojo](https://www.patreon.com/csdojo) - Programming videos. 273 | - [Corey Schafer](https://www.patreon.com/coreyms) - Python tutorials. 274 | - [Fun Fun Function](https://patreon.com/funfunfunction) - JavaScript and general programming videos. 275 | - [Joel Yliluoma](https://www.patreon.com/Bisqwit), [#2](https://liberapay.com/Bisqwit), [#3](https://steadyhq.com/en/bisqwit) - Programming videos. 276 | - [LiveOverflow](https://www.patreon.com/liveoverflow) - IT security videos. 277 | - [The Coding Train](https://www.patreon.com/codingtrain) - Programming tutorials. 278 | - [ThreatWire](https://www.patreon.com/ThreatWire) - Hak5 security show. 279 | 280 | ### Podcasts 281 | 282 | - [CPP Cast](https://www.patreon.com/CppCast) - Podcast for C++ developers. 283 | - [Destination Linux](https://www.patreon.com/destinationlinux) - Linux discussion and news related podcast. 284 | - [Late Night Linux](https://www.patreon.com/LateNightLinux) - Linux and news. 285 | - [More Than Just Code](https://www.patreon.com/mtjc) - Podcast for iOS developers. 286 | - [The Debug Log](https://www.patreon.com/thedebuglog) - Game development. 287 | - [This Week in Linux](https://www.patreon.com/tuxdigital) - Linux News Podcast, 2-3 times more topics per episode than other podcasts. 288 | 289 | 290 | ## Open Source Art 291 | _Developers creating art projects and contributing to art-related open source tools and libraries._ 292 | 293 | - [Morevna Project](https://www.patreon.com/morevna) - Various contributions to open source animation tools and animated shorts sources released under CC. 294 | - [ZeMarmot](https://www.patreon.com/zemarmot), [#2](https://www.tipeee.com/zemarmot), [#3](https://liberapay.com/ZeMarmot/) - 2D animation film project to be released under CC. GIMP contributions from Jehan Pagès, art and direction by Aryeom Han. 295 | 296 | ## Hardware related 297 | _Hardware-related projects and makers._ 298 | 299 | - [Damien Maguire](https://www.patreon.com/evbmw) - Electric vehicle projects. 300 | - [Espruino](https://www.patreon.com/espruino) - JavaScript interpreter for microcontrollers. 301 | - [Frank Buss](https://www.patreon.com/frankbuss) - FPGA and other hardware projects. 302 | - [GitClear](https://github.com/sponsors/gitclear) - Improved Linux support for touchpads. 303 | - [Hector Martin "marcan"](https://www.patreon.com/marcan), [#2](https://github.com/sponsors/marcan) - Linux support for Apple Silicon Macs. 304 | - [Micah Elizabeth Scott](https://www.patreon.com/scanlime) - Videos and hardware. 305 | - [Pinout.xyz](https://www.patreon.com/gadgetoid) - Pinout diagrams for various microcontrollers. 306 | - [Professor Abrasive](https://www.patreon.com/prof_abrasive) - Retro gaming. 307 | 308 | 309 | ## Contributing 310 | 311 | Please take a quick look at the [contribution guidelines](https://github.com/exajobs/opensource-collection/blob/master/CONTRIBUTING.md) first. Thanks to all [contributors](https://github.com/exajobs/opensource-collection/graphs/contributors); you rock! 312 | 313 | 314 | ## License 315 | 316 | MIT License 317 | 318 | Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License. 319 | --------------------------------------------------------------------------------