Files
awesome-awesomeness/html/d.html
2024-04-20 19:22:54 +02:00

1053 lines
48 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<h2 id="awesome-d-awesome"># Awesome D <a
href="https://github.com/sindresorhus/awesome"><img
src="https://cdn.jsdelivr.net/gh/sindresorhus/awesome@d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg"
alt="Awesome" /></a></h2>
<p>A curated list of awesome D frameworks, libraries and software.
Inspired by <a
href="https://github.com/vinta/awesome-python">awesome-python</a>.</p>
<p>I created this list so that when I needed something in the future, it
would be easy to find. Most of the documents and links are collected
from the <a href="https://forum.dlang.org">D forum</a>, the <a
href="https://wiki.dlang.org">D wiki</a>, and the <a
href="https://code.dlang.org">D package repository</a>. Exploring GitHub
also helps as many of the libs are hosted there.</p>
<p>If you know an interesting lib/app in D, please tell us through <a
href="https://github.com/dlang-community/awesome-d/issues">GitHub
issues</a> or <a
href="https://github.com/dlang-community/awesome-d/edit/master/README.md">edit
this file</a>.</p>
<h1 id="contents">Contents</h1>
<ul>
<li><a href="#awesome-d">Awesome D</a>
<ul>
<li>Basic Information
<ul>
<li><a href="#official-website">Official Website</a></li>
<li><a href="#getting-help">Getting Help</a></li>
<li><a href="#people">People</a></li>
<li><a href="#events">Events</a></li>
<li><a href="#organizations">Organizations</a></li>
</ul></li>
<li>Documents
<ul>
<li><a href="#books">Books</a></li>
<li><a href="#tutorials">Tutorials</a></li>
<li><a href="#blogs">Blogs</a></li>
<li><a href="#articles">Articles</a></li>
</ul></li>
<li>Language Related
<ul>
<li><a href="#package-management">Package Management</a></li>
<li><a href="#compilers">Compilers</a></li>
<li><a href="#wip-compilers">WIP Compilers</a></li>
<li><a href="#dev-tools">Dev Tools</a></li>
<li><a href="#build-tools">Build Tools</a></li>
<li><a href="#ides--editors">IDEs &amp; Editors</a></li>
<li><a href="#lexers-parsers-parser-generators">Lexers, Parsers,
Generators</a></li>
<li><a href="#preprocessors">Preprocessors</a></li>
</ul></li>
<li>Compiler for other languages
<ul>
<li><a href="#javascript">Javascript</a></li>
</ul></li>
<li>Common/Utilities
<ul>
<li><a href="#basic">Basic</a></li>
<li><a href="#containers">Containers</a></li>
</ul></li>
<li>Continuous Integration
<ul>
<li><a href="#github-actions">GitHub Actions</a></li>
<li><a href="#testing-frameworks">Testing Frameworks</a></li>
</ul></li>
<li>Networking/Web Related
<ul>
<li><a href="#networking-library">Networking</a></li>
<li><a href="#web-frameworks">Web Frameworks</a></li>
<li><a href="#data-serialization">Data&amp;Serialization</a></li>
</ul></li>
<li>Database
<ul>
<li><a href="#database-clients">Database clients</a></li>
</ul></li>
<li>GUI
<ul>
<li><a href="#gui-libs">GUI Libs</a></li>
</ul></li>
<li>OS
<ul>
<li><a href="#os">Operating Systems</a></li>
</ul></li>
<li>Gaming
<ul>
<li><a href="#game-bindings">Bindings</a></li>
<li><a href="#game-engine-bindings">Game Engine Bindings</a></li>
<li><a href="#game-frameworks">Frameworks</a></li>
<li><a href="#games">Games</a></li>
</ul></li>
<li>Internationalization (i18n) / Globalization
<ul>
<li><a href="#internationalization">Internationalization</a></li>
</ul></li>
<li>Video
<ul>
<li><a href="#video-applications">Applications</a></li>
</ul></li>
<li>Image Processing
<ul>
<li><a href="#image-processing">Applications</a></li>
</ul></li>
<li>End-user applications (AppImages, Flatpaks, Snaps…)
<ul>
<li><a href="#end-user-applications">Applications</a></li>
</ul></li>
<li>Scientific
<ul>
<li><a href="#scientific">Scientific</a></li>
<li><a href="#language-processing">Language Processing</a></li>
</ul></li>
<li>Machine Learning
<ul>
<li><a href="#machine-learning">Machine Learning</a></li>
</ul></li>
<li><a href="#parallel-computing">Parallel computing</a></li>
<li>Others
<ul>
<li><a href="#text-processing">Text Processing</a></li>
<li><a href="#command-line">Command Line</a></li>
<li><a href="#logging">Logging</a></li>
<li><a href="#configuration">Configuration</a></li>
<li><a href="#blog-engine">BlogEngine</a></li>
<li><a href="#dependency-injection">Dependency Injection</a></li>
</ul></li>
</ul></li>
<li><a href="#other-awesome-lists">Other Awesome Lists</a></li>
</ul>
<h2 id="official-website">Official Website</h2>
<p><em>Official Website URLs.</em></p>
<ul>
<li><a href="https://dlang.org">dlang.org</a> - Official website for
D.</li>
<li><a href="https://wiki.dlang.org">wiki.dlang.org</a> - Official Wiki
for D.</li>
<li><a href="https://code.dlang.org">code.dlang.org</a> - Offical
Library/Module Registry for D.</li>
<li><a href="https://github.com/dlang">Github Organization</a> -
Official GitHub organization for D. Repo for all official D tools &amp;
code.</li>
<li><a href="https://forum.dlang.org/">forum.dlang.org</a> - Official
forum. Many interesting discussions occurring on a daily basis.</li>
<li><a href="https://dlang.org/blog/">blog.dlang.org</a> - Official
blog.</li>
<li><a href="https://dlang.org/spec/spec.html">Language
Specification</a> - D programming language specification.</li>
<li><a href="https://issues.dlang.org/">Issue tracking</a> - Official
issue tracking/reporting system for D. If you find bugs in the D
compiler and/or libraries, please come and report them!</li>
</ul>
<h2 id="getting-help">Getting Help</h2>
<p><em>For when youre stuck.</em></p>
<ul>
<li><a href="https://forum.dlang.org/group/learn">Official D Forum Learn
Group</a> - Highest traffic site for answering D questions.</li>
<li><a href="https://stackoverflow.com/questions/tagged/d">D on Stack
Overflow</a> - Less traffic than forums but possibly easier to
search.</li>
<li><a href="https://rosettacode.org/wiki/Category:D">D on Rosetta
Code</a> - Examples of how to do many basic things in D.</li>
<li><a href="https://discord.gg/invite/bMZk9Q4">D on Discord</a> -
Another very active community for D conversations and question.</li>
</ul>
<h2 id="people">People</h2>
<p><em>The people that made D the language it is.</em></p>
<ul>
<li><a href="https://www.walterbright.com/">Walter Bright</a> - Father
of D. Walter Bright is the creator and first implementer of the D
programming language and has implemented compilers for several other
languages.</li>
<li><a href="http://erdani.com/">Andrei Alexandrescu, PhD</a> - C++
guru. Author of <em>The D Programming Language</em> and <em>Modern C++
Design</em>. With Walter Bright, Andrei co-designed many important
features of D and authored a large part of Ds standard library. Andrei
works as a trainer in advanced C++ programming and algorithms and is now
actively evangelizing D in the organization.</li>
<li><a href="https://atilaoncode.blog/">Átila Neves</a> - <a
href="https://dlang.org/blog/2019/10/15/my-vision-of-ds-future/">Deputy
Leader of D</a>.</li>
<li><strong>YOU</strong> - Please add your information if youve done
something interesting in D. It is you, the awesome people that made D
awesome.</li>
</ul>
<h2 id="events">Events</h2>
<ul>
<li><a href="https://dconf.org/">DConf</a> - the premier event where D
luminaries exchange knowledge, insight, and inspiration on everything
related to the D language and its ecosystem.</li>
</ul>
<h2 id="organizations">Organizations</h2>
<p><em>Organizations that contribute to D projects.</em></p>
<ul>
<li><a href="https://github.com/dlang">D Programming Language</a> -
Official Organization, hosts DMD, Phobos and other official tools and
libs.</li>
<li><a href="https://github.com/ldc-developers">LDC Developers</a> - LDC
releated projects.</li>
<li><a href="https://github.com/DerelictOrg">DerelictOrg</a> - A GitHub
organization hosting all Derelict bindings including OpenGL and other
multimedia/game related library bindings. (OpenGL 3, Bgfx, ENet, SDL 2,
GLFW 3OpenGLES, Free Image, Assimp3, libtheora, libogg, libvorbis,
SFML 2, libpq, PhysicsFS, Open Dynamics Engine, Lua, DevIL, OpenAL,
ALURE).</li>
<li><a href="https://github.com/DlangScience">DlangScience</a> -A focal
point and first port of call for scientific libraries and tooling for
D.</li>
<li><a href="https://github.com/Circular-Studios">Circular Studios</a> -
We are a group of game developers at Rochester Institute of Technology
building games and game tech. Hosts <a
href="https://github.com/Circular-Studios/Dash">Dash</a>, a 3D game
engine written in D, and other related libs.</li>
<li><a href="https://github.com/economicmodeling">EMSI</a> - A Career
building company that uses D as their main language. Hosts their
opensource projects.</li>
<li><a href="http://www.infognition.com/company.html">infognition</a> -
Infognition is a self-funded and self-sustained company specializing in
video processing and compression technologies for end-users and
developers. They provide several opensource video related applications
&amp; tools written in D, hosted on <a
href="https://bitbucket.org/infognition/">bitbucket</a>. They are also
porting their main product<a
href="http://www.infognition.com/VideoEnhancer/">Video Enchanser</a>
from C/C++ to D.</li>
<li><a href="https://github.com/libmir">libmir</a> - Ds numeric library
development team</li>
<li><a href="https://www.sociomantic.com">sociomantic labs</a> - Berlin
based company specializing in real-time bidding for online advertising.
Main sponsor of the <a href="http://dconf.org">annual D language
conference</a>. Has open-sourced large parts of their codebase as part
of the <a href="https://github.com/sociomantic-tsunami">tsunami</a>
organization.</li>
<li><a href="https://symmetryinvestments.com/">Symmetry Investments</a>
- Symmetry Investments LP is an investment management company with
approximately US$4.7 billion in assets under management as of 31
December 2018. Main sponsor of the <a
href="https://dlang.org/blog/symmetry-autumn-of-code/">Symmetry Autumn
of Code</a>. Have sponsored the development of <a
href="https://dlang.org/blog/2017/05/31/project-highlight-excel-d/">excel-d</a>,
<a href="https://github.com/atilaneves/dpp">dpp</a>, <a
href="https://github.com/symmetryinvestments/autowrap">autowrap</a>, <a
href="https://github.com/libmir/mir-algorithm">mir-algorithm</a>, and
various other projects.</li>
<li><a href="https://www.huntlabs.net">HuntLabs</a> - A technology group
using DLang. Have pure D language implementation of quickly develop
server-side applications and build distributed system services.</li>
</ul>
<h2 id="books">Books</h2>
<p><em>D related books.</em> You can find another list of books on the
<a href="https://wiki.dlang.org/Books">Books</a> D wiki page. * <a
href="https://www.amazon.com/The-Programming-Language-Andrei-Alexandrescu/dp/0321635361/">TDPL</a>
- <em>The D Programming Language</em> by Andrei Alexandrescu. * <a
href="https://ddili.org/ders/d.en/index.html">Programming in D</a> - A
very detailed book about programming in D by Ali Çehreli covering many
areas of the language. Has a free online version and is suitable for
beginners. * <a
href="https://www.packtpub.com/product/d-cookbook/9781783287215">D
Cookbook</a> - A recipe-packed reference guide filled with practical
tasks that are concisely explained to develop and broaden the users
abilities with the D programming language. by Adam D. Ruppe. Here is an
interesting <a
href="https://www.cppstories.com/2014/08/review-of-d-cookbook/">review
of the book</a>. * <a
href="https://www.packtpub.com/product/learning-d/9781783552481">Learning
D</a> - This book is intended for those with some background in a
C-family language who want to learn how to apply their knowledge and
experience to D. (…) This book will help you get up to speed with the
language and avoid common pitfalls that arise when translating C-family
experience to D. * <a
href="https://www.packtpub.com/product/d-web-development/9781785288890">D
Web Development</a> - Whether you are new to the world of D, or already
have developed applications in D, or if you want to leverage the power
of D for web development, then this book is ideal for you.</p>
<h2 id="tutorials">Tutorials</h2>
<p><em>D related tutorials.</em> * <a href="https://tour.dlang.org/">The
Dlang Tour</a> - An interactive tutorial for D, inspired by Golang Tour.
* <a
href="https://www.youtube.com/watch?v=HS7X9ERdjM4&amp;list=PLvv0ScY6vfd9Fso-3cB4CGnSlW0E4btJV&amp;ab_channel=MikeShah">Programming
in Dlang</a> - An introductory video series about programming in D. * <a
href="https://qznc.github.io/d-tut/index.html">Pragmatic D tutorial</a>
- This is a pragmatic introduction to the D Programming Language. by
Andreas Zwinkau. * <a
href="https://github.com/PhilippeSigaud/D-templates-tutorial">D Template
Tutorial</a> - A tutorial dedicated to D Templates. Very good
explanation about templates. Has pdf version. by Philippe Sigaud. * <a
href="https://www.drdobbs.com/architecture-and-design/component-programming-in-d/240008321">Component
programming in D</a> - An article written by Walter Bright that details
how Ds functional support leads to a flexible and beautiful component
programming style. * <a
href="https://wiki.dlang.org/Component_programming_with_ranges">Component
programming with ranges</a> - A detailed blog post about how to do
component programming in a idiomatic D way with ranges, with a full
working example. * <a
href="https://blog.cy.md/2014/03/21/functional-image-processing-in-d/">Functional
image processing in D</a> - A very interesting tutorial about writing an
image processing lib in D. Shows the power of Ds
templates/CTFE/Ranges/UFCS for functional style programming. * <a
href="https://github.com/d-gamedev-team/opengl-tutorials">OpenGL
tutorials</a> - OpenGL tutorials in D. * <a
href="https://bradley.chatha.dev/BlogPost/JsonSerialiser/0">Creating a
simple JSON serialiser in D</a> - D metaprogramming tutorial series * <a
href="https://www.youtube.com/watch?v=j-Zm1zgSxMQ&amp;list=PLgM-lc_kSqFQPF0UXgmFZpZalqcrSofe-&amp;ab_channel=KiRill">Lets
learn D programming Game Dev!</a> - A video series on learning game
development with D from Ki Rill. <a
href="https://www.youtube.com/@rillki-dev/">His channel</a> also posts
other videos related to D programming. * <a
href="https://www.youtube.com/playlist?list=PLvv0ScY6vfd9Fso-3cB4CGnSlW0E4btJV">DLang
YouTube Tutorials from Mike Shah</a> - Series of tutorials covering
basic to advanced features of the D programming language and standard
library.</p>
<h3 id="bare-metal-kernel-development">Bare metal / kernel
development</h3>
<ul>
<li><a href="https://wiki.osdev.org/D_Bare_Bones">D Bare bones</a> -
kernel hello world in D (using GDC compiler)</li>
<li><a href="https://wiki.osdev.org/D_barebone_with_ldc2">D barebone
with ldc2</a> - another kernel hello world in D (using LDC
compiler)</li>
<li><a
href="https://web.archive.org/web/20161214232759/http://wiki.xomb.org/index.php?title=XOmB_Bare_Bones">XOmB
bare bones</a> - an exokernel operating system written in D. <a
href="https://web.archive.org/web/20161201061242/http://wiki.xomb.org/index.php?title=Main_Page">Main
page</a>, <a
href="https://github.com/xomboverlord/xomb/tree/unborn">github</a>.</li>
<li><a
href="https://wiki.dlang.org/Bare_Metal_ARM_Cortex-M_GDC_Cross_Compiler">Bare
Metal ARM Cortex-M GDC Cross Compiler</a> - building a bare metal ARM
Cortex-M (arm-none-eabi) GDC cross compiler for a Linux host.</li>
</ul>
<h2 id="blogs">Blogs</h2>
<p><em>D related blogs.</em></p>
<ul>
<li><a href="https://dlang.org/blog/">blog.dlang.org</a> - Official
blog.</li>
<li><a href="https://www.reddit.com/r/d_language/">/r/d_language on
Reddit</a> - A feed of news and blog posts about D.</li>
<li><a href="https://dpldocs.info/this-week-in-d/Blog.html">This week in
D</a> - A weekly overview of activity in the D community and brief
advice columns to help you get the most out of the D Programming
Language.</li>
<li><a href="http://planet.dsource.org">Planet D</a> - A repository of
co-authored D-specific blogs maintained by Vladimir Panteleev.</li>
<li><a href="https://p0nce.github.io/d-idioms/">D Idioms</a> - A great
blog for many useful idioms with D programming.</li>
<li><a href="https://gtkdcoding.com/">GTK-D coding</a> - Simple examples
of how to use GtkD to build GUI applications.</li>
<li><a href="https://tastyminerals.github.io/tasty-blog/">Tasty D</a> -
A blog about learning the D programming language and various D language
trivia.</li>
</ul>
<h2 id="articles">Articles</h2>
<p><em>D related Articles.</em></p>
<ul>
<li><a href="https://dl.acm.org/doi/pdf/10.1145/3386323">Origins of the
D programming language</a> - By Walter Bright, Andrei Alexandrescu,
Michael Parker. The history and development of D language.</li>
<li><a href="https://klickverbot.at/blog/2012/05/purity-in-d/">Purity in
D</a> - An article that explains the design principles behind Ds purity
feature.</li>
<li><a
href="https://web.archive.org/web/20171119072212/http://nomad.so/2014/08/hidden-treasure-in-the-d-standard-library/">Hidden
treasures in the D standard library</a> - An article talking about
several useful functions and templates in Phobos.</li>
<li><a
href="https://github.com/JinShil/D_Runtime_ARM_Cortex-M_study">Porting D
Runtime to ARM</a> - A study about porting a minimal D runtime to ARM
Cortex-M preprocessors.</li>
<li><a
href="https://tech.nextroll.com/blog/data/2014/11/17/d-is-for-data-science.html">D
is for Data Science</a> - A great post about how D is suitable for data
science, particularly, replacing the role of python scripts for fast
prototyping.</li>
<li><a href="https://garden.dlang.io/">D Functional Garden</a></li>
</ul>
<h2 id="package-management">Package Management</h2>
<p><em>Libraries for package and dependency management.</em></p>
<ul>
<li><a href="https://code.dlang.org/">code.dlang.org</a> - Official D
library repository. Backed by dub.</li>
<li><a href="https://github.com/dlang/dub">dub</a> - Official package
and build management system for D.</li>
</ul>
<h2 id="compilers">Compilers</h2>
<p><em>Compile software from source code.</em></p>
<ul>
<li><a href="https://github.com/dlang/dmd">dmd</a> - The reference
compiler for the D programming language. Stable, builds insanely fast,
very good for learning and rapid prototyping/development. Currently the
frontend is implemented in D, and shared between dmd, ldc and gdc, the
backend is implemented in C++.</li>
<li><a href="https://github.com/ldc-developers/ldc">ldc</a> - The
LLVM-based D compiler. Uses the DMD frontend and LLVM backend. Builds
slower than dmd, but generates more optimized code than DMD. It supports
all the target platforms of LLVM.</li>
<li><a href="https://github.com/D-Programming-GDC/GDC">gdc</a> - GNU D
Compiler. Use DMD frontend and GCC backend. Currently targets the most
platforms due to the use of GCC. Generated code runs faster than DMD in
most cases, on par with LDC. In the process of integration with the
official GCC toolchain.</li>
</ul>
<h2 id="wip-compilers">WIP Compilers</h2>
<ul>
<li><a href="https://github.com/snazzy-d/SDC">sdc</a> - The Snazzy D
Compiler. Written in D. Grows Smarter every day.</li>
</ul>
<h2 id="dev-tools">Dev Tools</h2>
<p><em>Tools for more productive D development.</em></p>
<ul>
<li><a href="https://github.com/dlang-community/D-Scanner">D-Scanner</a>
- Swiss-army knife for D source code (linting, static analysis, D code
parsing, etc.)</li>
<li><a href="https://github.com/dlang-community/dfmt">dfmt</a> -
formatter for D source code</li>
</ul>
<h2 id="build-tools">Build Tools</h2>
<p><em>Manage projects and compile software from source code.</em></p>
<ul>
<li><a href="https://github.com/dlang/dub">dub</a> - De facto official
package and build management system for D. Will be included officially
soon.</li>
<li><a href="https://scons.org/">scons-d</a> - Scons has built-in
support for building D projects, thanks to Russel Winder.</li>
<li><a href="https://github.com/premake/premake-dlang">premake</a> -
Premake has built-in support for D projects</li>
<li><a href="https://github.com/atilaneves/reggae">reggae</a> - meta
build system in D</li>
<li><a
href="https://github.com/bioinfornatics/MakefileForD">Makefile</a> -
Makefile template for D projects</li>
<li><a href="https://github.com/dcarp/cmake-d">cmake-d</a> - CMake D
Projects</li>
<li><a href="https://github.com/gecko0307/Cook2">cook2</a> - Fast
incremental build tool intended for projects in D</li>
<li><a href="https://jasonwhite.io/button/">button</a> - A universal
build system to build your software at the push of a button.</li>
<li><a href="https://github.com/Vild/Wild">wild</a> - Wild build system,
used to build the <a
href="https://github.com/PowerNex/PowerNex">PowerNex</a> kernel</li>
<li><a href="https://xmake.io">XMake</a> - XMake is a crossplatform
build system, that incorporated the D language and also has support for
DUB repositories.</li>
<li><a href="https://github.com/redthing1/wox">wox</a> - A highly
flexible recipe build system inspired by Make</li>
</ul>
<p><a name="ide"></a></p>
<h2 id="ides-editors">IDEs &amp; Editors</h2>
<p><em>Integrated Development Environment.</em></p>
<ul>
<li><a href="https://github.com/dlang/visuald">Visual D</a> - Visual
Studio extension for the D programming language.</li>
<li><a href="https://intellij-dlanguage.github.io/">IntelliJ D
Language</a> - Support for the D programming language within IntelliJ
IDEA.</li>
<li><a href="https://gitlab.com/basile.b/dexed">Dexed</a> - IDE for the
D programming language, its compilers, tools and libraries.</li>
<li><a href="https://github.com/idanarye/vim-dutyl">Dutyl</a> - Vim
plugin that integrates various D development tools</li>
<li><a
href="https://marketplace.visualstudio.com/items?itemName=webfreak.code-d">code-d</a>
<sup>[<a
href="https://open-vsx.org/extension/webfreak/code-d">open-vsx</a>]</sup>
- Visual Studio Code extension using serve-d</li>
<li><a href="https://atom.io/packages/ide-d">ide-d</a> - Atom extension
for D using serve-d</li>
</ul>
<p><br/></p>
<ul>
<li><a href="https://github.com/dlang-community/DCD">DCD</a> -
Independent auto-complete program for the D programming language. Could
be used with editors like vim, emacs, sublime text, textadept, and zeus.
See <a
href="https://github.com/dlang-community/DCD/wiki/IDEs-and-Editors-with-DCD-support">editors
support</a>.</li>
<li><a href="https://github.com/Pure-D/serve-d">serve-d</a> - Language
Server Protocol (LSP) implementation for D. Adds modern IDE features to
any editor with LSP support (VSCode, Atom, Vim/Neovim and others)</li>
</ul>
<h2 id="lexers-parsers-parser-generators">Lexers, Parsers, Parser
Generators</h2>
<ul>
<li><a href="https://github.com/dlang-community/libdparse">libdparse</a>
- A D language lexer and parser, (possibly) future standard D
parser/lexer.</li>
<li><a href="https://github.com/MartinNowak/lexer">Martin Nowaks
Lexer</a> - A lexer generator.</li>
<li><a href="https://github.com/aBothe/D_Parser">Mono-Ds DParser</a> -
A D parser written in C# and used in Mono-D.</li>
<li><a href="https://github.com/PhilippeSigaud/Pegged">Pegged</a> - A
Parsing Expression Grammar (PEG) module written in D.</li>
<li><a href="https://bitbucket.org/Abscissa/goldie/wiki/Home">Goldie</a>
- Goldie Parsing System.</li>
<li><a href="https://github.com/youxkei/ctpg">ctpg</a> - Compile-Time
Parser (with converter) Generator written in D.</li>
<li><a href="https://github.com/pwil3058/dunnart">dunnart</a> - LALR(1)
Parser Generator written in D.</li>
</ul>
<h2 id="preprocesors">Preprocesors</h2>
<ul>
<li><a href="https://github.com/facebookarchive/warp">warp</a> - A fast
preprocessor for C and C++ used in Facebook infrastructure. Written by
Walter Bright.</li>
</ul>
<h2 id="javascript">Javascript</h2>
<ul>
<li><a href="https://github.com/higgsjs/Higgs">higgs</a> - Higgs
JavaScript Virtual Machine, implemented in D.</li>
</ul>
<h2 id="basic">Basic</h2>
<ul>
<li><a href="https://github.com/huntlabs/hunt">hunt</a> - A refined core
library for D programming language. The module has concurrency /
collection / event / io / logging / text / serialize and more.</li>
<li><a href="https://github.com/huntlabs/hunt-time">hunt-time</a> - A
time library and similar to Joda-time and Java.time api.</li>
<li><a
href="https://github.com/huntlabs/hunt-validation">hunt-validation</a> -
A data validation library for DLang based on hunt library.</li>
</ul>
<h2 id="containers">Containers</h2>
<ul>
<li><a href="https://github.com/dlang-community/containers">EMSI
containers</a> - Containers that do not use the GC</li>
<li><a href="https://github.com/etcimon/memutils">memutils</a> -
Overhead allocators, allocator-aware containers and lifetime management
for D objects</li>
<li><a href="https://github.com/gecko0307/dlib">dlib.container</a> -
generic data structures (GC-free dynamic and associative arrays and
more)</li>
<li><a href="https://github.com/burner/std.rcstring">std.rcstring</a> -
A reference counted string implementation for Ds build in string
construct</li>
</ul>
<h2 id="github-actions">GitHub Actions</h2>
<ul>
<li><a
href="https://github.com/dlang-community/setup-dlang">setup-dlang</a> -
Install D compilers &amp; DUB inside GitHub Actions</li>
<li><a href="https://github.com/WebFreak001/dub-upgrade">dub-upgrade</a>
- Run <code>dub upgrade</code> trying to repeat on network failure and
using package cache on GitHub Actions</li>
</ul>
<p><a name="testing"></a></p>
<h2 id="testing-frameworks">Testing Frameworks</h2>
<ul>
<li><a href="https://gitlab.com/AntonMeep/silly">silly</a> - Better test
runner for the D programming language. No nonsense.</li>
<li><a href="https://github.com/nomad-software/dunit">dunit</a> -
Advanced unit testing &amp; mocking toolkit</li>
<li><a
href="https://github.com/atilaneves/unit-threaded">unit-threaded</a> -
Multi-threaded unit test framework</li>
</ul>
<h2 id="web-frameworks">Web Frameworks</h2>
<p><em>Networking library</em> * <a
href="https://github.com/huntlabs/hunt-net">hunt-net</a> -
High-performance network library for D programming language,
event-driven asynchonous implemention(IOCP / kqueue / epoll). * <a
href="https://github.com/huntlabs/hunt-http">hunt-http</a> - HTTP/1 and
HTTP/2 protocol library for D. * <a
href="https://github.com/huntlabs/hunt-stomp">hunt-stomp</a> - STOMP for
websocket protocol library implement in D. * <a
href="https://github.com/etcimon/libasync">libasync</a> - Cross-platform
event loop library of asynchronous objects * <a
href="https://github.com/etcimon/libhttp2">libhttp2</a> - HTTP/2 library
in D, translated from nghttp2 * <a
href="https://github.com/huntlabs/collie">collie</a> - An asynchronous
event-driven network framework written in dlang, like netty framework in
D. * <a href="https://github.com/ikod/dlang-requests">dlang-requests</a>
- HTTP client library inspired by python-requests * <a
href="https://github.com/andrewlalis/handy-httpd">Handy-Httpd</a> - A
simple, lightweight, and well-documented HTTP server that lets you
bootstrap ideas and have something up and running in minutes. * <a
href="https://github.com/trikko/serverino">serverino</a> - Small and
ready-to-go http server, in D</p>
<p><em>Full stack web frameworks.</em> * <a
href="https://github.com/huntlabs/hunt-framework/">Hunt Framework</a> -
Hunt is a high-level D Programming Language Web framework that
encourages rapid development and clean, pragmatic design. It lets you
build high-performance Web applications quickly and easily. * <a
href="https://vibed.org/">vibe.d</a> - Asynchronous I/O Web Framework
that doesnt get in your way, written in D. * <a
href="https://github.com/adamdruppe/arsd">arsd</a> - Adam D. Ruppes web
framework. * <a href="https://github.com/rikkimax/Cmsed">cmsed</a> - A
component library for Vibe that functions as a CMS.</p>
<p><em>RPC library</em> * <a
href="https://github.com/huntlabs/grpc-dlang">grpc</a> - Grpc for D
programming language, hunt-http library based. * <a
href="https://github.com/huntlabs/kissrpc">kissrpc</a> - Fast and light,
flatbuffers based rpc framework. * <a
href="https://github.com/hprose/hprose-d">Hprose</a> - A very newbility
RPC Library for D, and it support 25+ languages now. * <a
href="https://thrift.apache.org/">Apache Thrift</a> - A lightweight,
language-independent, featureful RPC framework. Thrift provides clean
abstractions for data transport, data serialization, code generation,
and application level processing. <a
href="https://code.dlang.org/packages/apache-thrift">Dub package</a></p>
<p><em>Gossip</em></p>
<ul>
<li><a href="https://github.com/huntlabs/hunt-gossip">hunt-gossip</a> -
A Apache V2 gossip protocol implementation for D programming
language.</li>
</ul>
<p><em>Cache</em></p>
<ul>
<li><a href="https://github.com/huntlabs/hunt-cache">hunt-cache</a> - D
language universal cache library, using radix, redis and memcached.</li>
</ul>
<p><em>Static Site Generator</em></p>
<ul>
<li><a href="https://github.com/kambrium/dssg">DSSG</a> - A static site
generator with a different approach.</li>
</ul>
<h2 id="data-serialization">Data serialization</h2>
<p><em>Json, XML, protobuf and other data serialization libs.</em></p>
<h3 id="binary-serilization">Binary Serilization</h3>
<ul>
<li><a href="https://github.com/huntlabs/flatbuffers">flatbuffers</a> -
D Programming Language implementation of the google flatbuffers
library.</li>
<li><a href="https://github.com/atilaneves/cerealed">cerealed</a> -
Serialisation library for D</li>
<li><a href="https://github.com/msoucy/dproto">dproto</a> - Google
Protocol Buffer support in D.</li>
</ul>
<h3 id="json">JSON</h3>
<ul>
<li><a href="https://vibed.org/api/vibe.data.json/">vibe.data.json</a> -
JSON functions in Vibe.d. Currently the best implementation I used.</li>
<li><a href="https://github.com/etcimon/fast">fast.json</a> - A library
for D that aims to provide the fastest possible implementation of some
every day routines.</li>
<li><a href="https://dlang.org/phobos/std_json.html">std.json</a> - Ds
standard library JSON module. Needs refinement.</li>
<li><a
href="https://github.com/BlackEdder/painlessjson">painlessjson</a> -
Convert between D types and std.json.</li>
<li><a
href="https://github.com/dlang-community/std_data_json">std.data.json</a>
- Phobos candidate for JSON serialization (based on Vibed)</li>
<li><a href="https://github.com/libmir/asdf">asdf</a> - Cache oriented
string based JSON representation for fast read &amp; writes and
serialisation.</li>
</ul>
<h3 id="xml">XML</h3>
<ul>
<li><a href="https://github.com/jacob-carlborg/orange">orange</a> -
General purpose serializer (currently only supports XML)</li>
<li><a
href="https://github.com/lodo1995/experimental.xml">std.experimental.xml</a>
- Phobos candidate for a XML serialization</li>
<li>arsd <a
href="https://github.com/adamdruppe/arsd/blob/master/dom.d">dom.d</a> -
an xml/html DOM based on what Javascript provides in browsers</li>
</ul>
<h2 id="database-clients">Database clients</h2>
<p><em>Clients and bindings to C bliencts for relational and nosql
databases.</em></p>
<ul>
<li><a href="https://github.com/huntlabs/hunt-entity">hunt-entity</a> -
Hunt entity is an object-relational mapping tool for the D programming
language. Referring to the design idea of JPA, support PostgreSQL /
MySQL / SQLite.</li>
<li><a
href="https://github.com/huntlabs/hunt-database">hunt-database</a> -
Hunt database abstraction layer for D programing language, support
PostgreSQL / MySQL / SQLite.</li>
<li><a href="https://github.com/vibe-d/vibe.d">vibe.d</a> - Vibe.d has
internal support for Redis and MongoDB, which are very stable. Soon, the
database drivers will be separated into independent projects.</li>
<li><a href="https://github.com/mysql-d/mysql-native">mysql-native</a> -
A MySQL client implemented in native D.</li>
<li><a href="https://github.com/pszturmaj/ddb">ddb</a> - Database access
for D2. Currently only supports PostgreSQL.</li>
<li><a href="https://github.com/adamdruppe/arsd">arsd</a> - Adam D.
Ruppes library; in addition to a Web backend, it also has support for
database access with database.d, sqlite.d, mysql.d and postgres.d.</li>
<li><a href="https://github.com/buggins/ddbc">ddbc</a> - DDBC is a DB
Connector for D language (similar to JDBC). HibernateD (see below) uses
ddbc for database abstraction.</li>
<li><a href="https://github.com/buggins/hibernated">hibernated</a> -
HibernateD is an ORM for D (similar to <a
href="https://hibernate.org/">Hibernate</a>).</li>
<li><a href="https://github.com/rikkimax/Dvorm">dvorm</a> - An ORM for D
with Vibe support. Works with vibe.d and mysql-d, giving it the ability
to access MongoDB and MySQL.</li>
<li><a href="http://adilbaig.github.io/Tiny-Redis/">Tiny Redis</a> -
Redis driver for D. Fast, Simple, Stable. Has no dependencies.</li>
<li><a href="https://github.com/Hax-io/libpb">libpb</a> - INteract with
a PocketBase database</li>
</ul>
<h2 id="command-line">Command Line</h2>
<ul>
<li><a href="https://github.com/huntlabs/hunt-console">hunt-console</a>
- Hunt console creation easier to create powerful command-line
applications.</li>
<li><a href="https://github.com/gnunn1/tilix">tilix</a> - A tiling
terminal emulator for Linux using GTK+ 3.</li>
<li><a href="https://github.com/Abscissa/scriptlike">scriptlike</a> -
Utility library to aid writing script-like programs in D.</li>
<li><a href="https://github.com/BlackEdder/todod">todod</a> - Todod is a
command line based todo list manager. It also has support for shell
interaction based on <a
href="https://github.com/antirez/linenoise">linenoise</a>.</li>
<li><a href="https://code.dlang.org/packages/colorize">d-colorize</a> -
A port of the ruby library <a
href="https://github.com/fazibear/colorize">colorize</a>. It add some
methods to set color, background color and text effect on console easier
using ANSI escape sequences.</li>
<li><a
href="https://github.com/adamdruppe/arsd/blob/master/terminal.d">terminal.d</a>
- Part of Adam Ruppes <a
href="https://github.com/adamdruppe/arsd">arsd</a> library supporting
cursor and color manipulation on the console.</li>
<li><a href="https://github.com/grogancolin/dexpect/">dexpect</a> - A D
implementation of the expect framework. Handy for bash emulation.</li>
<li><a href="https://github.com/markuslaker/Argon">Argon</a> - A
processor for command-line arguments, an alternative to Getopt, written
in D.</li>
<li><a href="https://github.com/burner/argsd">argsd</a> - A command line
and config file parser for DLang</li>
<li><a href="https://github.com/jasonwhite/darg">darg</a> - Robust
command line argument parsing for D.</li>
<li><a href="https://github.com/robik/commandr">commandr</a> - A modern,
powerful commmand line argument parser.</li>
<li><a href="https://github.com/fbeline/luneta">luneta</a> - A
command-line fuzzy finder.</li>
<li><a href="https://code.dlang.org/packages/argparse">argparse</a> -
Flexible parser of command line arguments.</li>
<li><a href="https://github.com/deavmi/dlog">dlog</a> - extensible
logging framework with message transformation support and custom loggers
and contexts</li>
<li><a href="https://github.com/deavmi/gogga">gogga</a> - simple
easy-to-use colorful logger for command-line applications</li>
</ul>
<h2 id="gui-libs">GUI Libs</h2>
<p><em>Libraries for working with graphical user interface
applications.</em></p>
<ul>
<li><a href="https://github.com/buggins/dlangui">DLangUI</a> - Cross
Platform GUI for D programming language. My personal favorate, because
it is written in D(not a binding), and is cross platform. DLangUI also
has a good showcase in the IDE <a
href="https://github.com/buggins/dlangide">DLangIDE</a>.</li>
<li><a href="https://github.com/gtkd-developers/GtkD">GtkD</a> - GtkD is
a D binding and OO wrapper of GTK+. GtkD is actively maintained and is
currently the most stable GUI lib for D.</li>
<li><a href="https://github.com/d-widget-toolkit/dwt">DWT</a> - A
library for creating cross-platform GUI applications. GWT is a port of
the Java SWT library to D. DWT was promoted as a semi-standard GUI
library for D, but unfortunately didnt catch up popularity yet.</li>
<li><a href="https://github.com/nomad-software/tkd">tkD</a> - GUI
toolkit for the D programming language based on Tcl/Tk.</li>
<li><a href="https://github.com/filcuc/dqml">dqml</a> - Qt Qml bindings
for the D programming language.</li>
<li><a
href="https://github.com/sciter-sdk/Sciter-Dport">Sciter-Dport</a> - D
bindings for the <a href="https://sciter.com">Sciter</a> - crossplatform
HTML/CSS/script desktop UI toolkit.</li>
<li><a href="https://github.com/Extrawurst/DerelictLibui">LibUI</a> -
Dynamic Binding for <a
href="https://github.com/andlabs/libui">libui</a></li>
</ul>
<p><em>Note</em>: You can also find a list of GUI libs on <a
href="https://wiki.dlang.org/Libraries_and_Frameworks#GUI_Libraries">wiki.dlang.org</a>,
but not all of the libraries are actively maintained now.</p>
<h2 id="os">OS</h2>
<p><em>Operating Systems written in D</em></p>
<ul>
<li><a href="https://github.com/PowerNex/PowerNex">PowerNex</a> - A
kernel written in D</li>
<li><a href="https://serpentos.com/">SerpentOS</a> - Snek factory (<a
href="https://gitlab.com/serpent-os">source code</a>)</li>
<li><a href="https://github.com/Rikarin/Trinix">Trinix</a> - Hybrid
operating system for x64 PC written in D</li>
<li><a href="https://github.com/xomboverlord/xomb">XOmB</a> - An
exokernel operating system written in D</li>
</ul>
<h2 id="game-bindings">Game Bindings</h2>
<p><em>Bindings to game development related C libraries.</em></p>
<ul>
<li>BindBC libraries - <code>-betterC</code> compatible,
<code>@nogc</code> bindings using <a
href="https://github.com/BindBC/bindbc-loader">bindbc-loader</a>:
<ul>
<li>OpenGL - <a
href="https://github.com/BindBC/bindbc-opengl">bindbc-opengl</a></li>
<li>GLFW 3 - <a
href="https://github.com/BindBC/bindbc-glfw">bindbc-glfw</a></li>
<li>SDL 2 - <a
href="https://github.com/BindBC/bindbc-sdl">bindbc-sdl</a></li>
<li>SDL2_gfx - <a
href="https://github.com/aferust/bindbc-sdlgfx">bindbc-sdlgfx</a></li>
<li>SFML 2 - <a
href="https://github.com/BindBC/bindbc-sfml">bindbc-sfml</a></li>
<li>Imgui - immediate UI - <a
href="https://github.com/Inochi2D/bindbc-imgui">bindbc-imgui</a></li>
<li>Nuklear - immediate UI - <a
href="https://github.com/Timu5/bindbc-nuklear">bindbc-nuklear</a></li>
<li>raylib - <a
href="https://github.com/o3o/bindbc-raylib">bindbc-raylib</a></li>
<li>bgfx - <a
href="https://github.com/GoaLitiuM/bindbc-bgfx">bindbc-bgfx</a></li>
<li>WebGPU - <a
href="https://github.com/gecko0307/bindbc-wgpu">bindbc-wgpu</a></li>
<li>Zstandard - compression - <a
href="https://github.com/ZILtoid1991/bindbc-zstandard">bindbc-zstandard</a></li>
<li>nanomsg-next-gen - <a
href="https://github.com/darkridder/bindbc-nng">bindbc-nng</a></li>
<li>OpenAL - audio engine - <a
href="https://github.com/BindBC/bindbc-openal">bindbc-openal</a></li>
<li>SoLoud - audio engine - <a
href="https://github.com/gecko0307/bindbc-soloud">bindbc-soloud</a></li>
<li>KiWi - widget library - <a
href="https://github.com/aferust/bindbc-kiwi">bindbc-kiwi</a></li>
<li>NanoVG - vector drawing engine - <a
href="https://github.com/aferust/bindbc-nanovg">bindbc-nanovg</a></li>
<li>Blend2D - 2D Vector Graphics Powered by a JIT Compiler - <a
href="https://github.com/kdmult/bindbc-blend2d">bindbc-blend2d</a></li>
<li>Lua - <a
href="https://github.com/BindBC/bindbc-lua">bindbc-lua</a></li>
<li>JoyShockLibrary - <a
href="https://github.com/ZILtoid1991/bindbc-JSL">bindbc-jsl</a></li>
<li>Newton Dynamics - physics engine - <a
href="https://github.com/gecko0307/bindbc-newton">bindbc-newton</a></li>
<li>FreeImage - <a
href="https://github.com/BindBC/bindbc-freeimage">bindbc-freeimage</a></li>
<li>Assimp5 - <a
href="https://github.com/Sobaya007/bindbc-assimp">bindbc-assimp</a></li>
<li>Freetype - <a
href="https://github.com/BindBC/bindbc-freetype">bindbc-freetype</a></li>
<li>Harfbuzz - text shaping engine - <a
href="https://github.com/DlangGraphicsWG/bindbc-harfbuzz">bindbc-harfbuzz</a></li>
</ul></li>
<li><a href="https://github.com/DerelictOrg">DerelictOrg</a> - A GitHub
organization hosting all Derelict bindings including:
<ul>
<li>OpenGL 3 (DerelictGL3),</li>
<li>Bgfx (DerelictBgfx),</li>
<li>ENet (DerelictENet),<br />
</li>
<li>SDL 2 (DerelictSDL2),</li>
<li>GLFW 3 (DerelictGLFW3),</li>
<li>OpenGLES (DerelictGLES),</li>
<li>Free Image (DerelictFI),</li>
<li>Assimp3 (DerelictASSIMP3),</li>
<li>libtheora (DerelictTheora),<br />
</li>
<li>libogg (DerelictOgg),</li>
<li>libvorbis (DerelictVorbis),</li>
<li>SFML 2 (DerelictSFML2),</li>
<li>libpq (DerelictPQ),</li>
<li>PhysicsFS (DerelictPHYSFS),</li>
<li>Open Dynamics Engine (DerelictODE),</li>
<li>Lua (DerelictLua),</li>
<li>DevIL (DerelictIL),</li>
<li>OpenAL (DerelictAL),</li>
<li>ALURE (DerelictALURE).</li>
</ul></li>
</ul>
<h2 id="game-engine-bindings">Game Engine Bindings</h2>
<ul>
<li><a href="https://github.com/godot-d/godot-d">Godot-D</a> - D
language bindings for the Godot Engines GDNative API</li>
</ul>
<h2 id="game-frameworks">Game Frameworks</h2>
<ul>
<li><a href="https://github.com/Dgame/Dgame">DGame</a> - A 2D framework
for the D programming Language. see <a href="http://dgame-dev.de/"
class="uri">http://dgame-dev.de/</a>.</li>
<li><a href="https://github.com/drug007/gfm7">gfm</a> - D gamedev
toolkit.</li>
<li><a href="https://github.com/gecko0307/dagon">Dagon</a> - 3D game
engine for D. see <a href="https://gecko0307.github.io/dagon/"
class="uri">https://gecko0307.github.io/dagon/</a></li>
<li><a href="https://github.com/Circular-Studios/Dash">Dash</a> - A free
and open 3D game engine written in D. see <a
href="https://circularstudios.com/dash/"
class="uri">https://circularstudios.com/dash/</a>.</li>
<li><a href="https://github.com/Jebbs/DSFML">DSFML</a> - A static
binding of SFML in a way that makes sense for D. see <a
href="http://dsfml.com/" class="uri">http://dsfml.com/</a>.</li>
<li><a
href="https://github.com/SiegeLord/DAllegro5/tree/master/allegro5">DAllegro5</a>
- D binding/wrapper to Allegro 5, a modern game programming
library.</li>
<li><a href="https://github.com/MrSmith33/voxelman">Voxelman</a> -
Plugin-based client-server voxel game engine written in D language</li>
<li><a href="https://github.com/PolyplexEngine/libpp">PolyplexEngine</a>
- libpp is an XNA like framework written in D.</li>
<li><a href="https://github.com/bmchtech/rengfx">rengfx</a> -
lightweight, expressive, extensible 2D/3D game engine.</li>
</ul>
<h2 id="games">Games</h2>
<ul>
<li><a href="https://github.com/Ingrater/Spacecraft">Spacecraft</a> - A
3d multiplayer deathmatch space game written in D 2.0.</li>
<li><a href="https://github.com/kingsleyh/dtanks">Dtanks</a> - Robot
Tank Battle Game.</li>
<li><a href="https://github.com/gecko0307/electronvolt">Electronvolt
(formerly Atrium)</a> - FPS game with physics based puzzles using
OpenGL.</li>
<li><a
href="https://github.com/jonathanballs/backgammony">Backgammony</a> - A
Backgammon GUI for Linux built with Gtk.</li>
</ul>
<h2 id="internationalization">Internationalization</h2>
<ul>
<li><a href="https://github.com/shoo/bindbc-icu">bindbc-icu</a> - bindbc
bindings for the unicode ICU library.</li>
</ul>
<h2 id="video-applications">Video applications</h2>
<ul>
<li><a href="https://github.com/DerelictOrg/DerelictGL3">DerelictGL3</a>
- A dynamic binding to OpenGL for the D Programming Language.</li>
</ul>
<h2 id="image-processing">Image Processing</h2>
<ul>
<li><a
href="https://github.com/CyberShadow/ae/tree/master/utils/graphics">ArmageddonEngine</a>
- Vladimir Panteleevs ae library has a package for image processing in
functional style, which is described in the article <a
href="http://blog.thecybershadow.net/2014/03/21/functional-image-processing-in-d/">Functional
Image Processing in D</a>.</li>
<li><a href="https://bitbucket.org/infognition/bsort/">Blogsort</a> - A
simple Windows app for viewing photos and preparing them for a
blog.</li>
<li><a href="https://github.com/gecko0307/dlib">dlib.image</a> - image
processing (8 and 16 bits per channel, floating point operations,
filtering, FFT, HDRI, graphics formats support including JPEG and
PNG)</li>
<li><a
href="https://github.com/adamdruppe/arsd/blob/master/color.d">color.d</a>
+ <a
href="https://github.com/adamdruppe/arsd/blob/master/bmp.d">bmp.d</a>,
<a
href="https://github.com/adamdruppe/arsd/blob/master/jpg.d">jpg.d</a>,
<a href="https://github.com/adamdruppe/arsd/blob/master/png.d">png.d</a>
- basic color struct, HSL functions and reading and writing image
files</li>
<li><a href="https://github.com/aferust/opencvd">opencvd</a> -
Unofficial OpenCV binding for D</li>
</ul>
<h2 id="end-user-applications">End-user applications</h2>
<ul>
<li><a
href="https://github.com/cryptic-resolver/cr_D">Cryptic-Resolver</a> -
Manage cryptic commands names, acronyms and your own knowledge base (a
command line utility)</li>
<li><a href="https://github.com/Inochi2D/inochi-creator">Inochi
Creator</a> - Tool to create and edit Inochi2D puppets</li>
<li><a href="https://github.com/zyedidia/Literate">Literate</a> - A
literate programming tool for any language</li>
<li><a href="https://github.com/abraunegg/onedrive">onedrive</a> - #1
Free OneDrive Client for Linux</li>
<li><a href="https://github.com/trikko/tshare">tshare</a> - fast file
sharing from cli, using transfer.sh</li>
</ul>
<h2 id="machine-learning">Machine Learning</h2>
<ul>
<li><a href="https://github.com/Netflix/vectorflow">vectorflow</a> -
Nexflixs opensource deep learning framework.</li>
<li><a
href="https://github.com/lempiji/bindbc-onnxruntime">bindbc-onnxruntime</a>
- bindbc bindings to Microsofts cross-platform, high performance ML
inferencing and training accelerator</li>
<li><a href="https://github.com/ShigekiKarita/grain2">grain2</a> -
Autograd and GPGPU library for dynamic neural networks in D</li>
<li><a href="https://github.com/ShigekiKarita/tfd">tfd</a> - Tensorflow
wrapper for D</li>
</ul>
<h2 id="parallel-computing">Parallel computing</h2>
<ul>
<li><a href="https://github.com/libmir/dcompute">DCompute</a> - <a
href="https://dlang.org/blog/2017/07/17/dcompute-gpgpu-with-native-d-for-opencl-and-cuda/">GPGPU
with Native D for OpenCL and CUDA</a></li>
<li><a
href="https://github.com/DerelictOrg/DerelictCUDA">DerelictCUDA</a> -
Dynamic bindings to the CUDA library for the D Programming
Language.</li>
<li><a href="https://github.com/DerelictOrg/DerelictCL">DerelictCL</a> -
Dynamic bindings to the OpenCL library for the D Programming
Language.</li>
</ul>
<h2 id="scientific">Scientific</h2>
<p><em>Scientific programming</em></p>
<ul>
<li><a href="https://github.com/DlangScience/scid">scid</a> - Scientific
library for the D programming language</li>
<li><a href="https://github.com/DlangScience/dstats">dstats</a> - A
statistics library for D.</li>
<li><a href="https://github.com/libmir/mir">mir</a> - Sandbox for some
mir packages: sparse tensors, Hoffman and others.</li>
<li><a href="https://github.com/libmir/mir">mir-algorithm</a> -
N-dimensional arrays (matrixes, tensors), algorithms, general purpose
library.</li>
<li><a href="https://github.com/libmir/mir-random">mir-random</a> -
Advanced Random Number Generators.</li>
<li><a href="https://github.com/rumbu13/decimal">decimals</a> - Decimal
library for D.</li>
</ul>
<h3 id="language-processing">Language Processing</h3>
<ul>
<li><a href="https://github.com/lempiji/bindbc-mecab">bindbc-mecab</a> -
bindbc MeCab binding (Part-of-Speech and Morphological Analyzer for
Japanese)</li>
</ul>
<h2 id="text-processing">Text Processing</h2>
<ul>
<li><a
href="https://github.com/huntlabs/hunt-markdown">hunt-markdown</a> - A
markdown parsing and rendering library for D programming language.
Support commonMark.</li>
<li><a href="https://github.com/eBay/tsv-utils/">eBays TSV
utilities</a> - Filtering, statistics, sampling, joins and other
operations on TSV files. Very fast, especially good for large
datasets.</li>
</ul>
<h2 id="logging">Logging</h2>
<p><em>Print with care.</em></p>
<ul>
<li><a
href="https://dlang.org/phobos/std_experimental_logger.html">std.experimenatal.logger</a>
- Phoboss upcoming standard logging facility</li>
<li><a href="https://github.com/NCrashed/dlogg">dlogg</a> - Logging for
concurrent applications and daemons with lazy and delayed logging, <a
href="https://linux.die.net/man/8/logrotate">logrotate</a> support.</li>
</ul>
<h2 id="configuration">Configuration</h2>
<p><em>Parsing configuration files</em></p>
<ul>
<li><a href="https://github.com/Abscissa/SDLang-D">sdlang</a> - An SDL
(Simple Declarative Language) library for D.</li>
<li><a href="https://github.com/dlang-community/D-YAML">D:YAML</a> -
YAML parser and emitter for the D programming language.</li>
<li><a href="https://github.com/burner/inifiled">inifile-D</a> - A
compile time ini file parser and writter generator for D</li>
</ul>
<h2 id="blog-engine">Blog Engine</h2>
<p><em>Hosting blogs yourself</em></p>
<ul>
<li><a href="https://github.com/mihails-strasuns/mood">mood</a> - simple
vibe.d based blog engine</li>
</ul>
<h2 id="dependency-injection">Dependency Injection</h2>
<p><em>Apply inversion of control</em></p>
<ul>
<li><a href="https://github.com/mbierlee/poodinis">Poodinis</a> - A
dependency injection framework for D with support for autowiring.</li>
</ul>
<h2 id="other-awesome-lists">Other Awesome Lists</h2>
<p>Other amazingly awesome lists can be found in the <a
href="https://github.com/emijrp/awesome-awesome">awesome-awesome</a> and
<a
href="https://github.com/bayandin/awesome-awesomeness">awesome-awesomeness</a>
projects.</p>