<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Track Awesome D Updates Weekly</title>
  <id>https://www.trackawesomelist.com/dlang-community/awesome-d/week/feed.xml</id>
  <updated>2025-12-27T12:58:39.900Z</updated>
  <link rel="self" type="application/atom+xml" href="https://www.trackawesomelist.com/dlang-community/awesome-d/week/feed.xml"/>
  <link rel="alternate" type="application/json" href="https://www.trackawesomelist.com/dlang-community/awesome-d/week/feed.json"/>
  <link rel="alternate" type="text/html" href="https://www.trackawesomelist.com/dlang-community/awesome-d/week/"/>
  <generator uri="https://github.com/bcomnes/jsonfeed-to-atom#readme" version="1.2.2">jsonfeed-to-atom</generator>
  <icon>https://www.trackawesomelist.com/favicon.ico</icon>
  <logo>https://www.trackawesomelist.com/icon.png</logo>
  <subtitle>  A curated list of awesome D documents, frameworks, libraries and software. Inspired by awesome-python.</subtitle>
  <entry>
    <id>https://www.trackawesomelist.com/2025/52/</id>
    <title>Awesome D Updates on Dec 29 - Jan 04, 2025</title>
    <updated>2025-12-27T12:58:39.900Z</updated>
    <published>2025-12-27T12:58:39.900Z</published>
    <content type="html"><![CDATA[<h3><p>Testing Frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/gedaiu/fluent-asserts" rel="noopener noreferrer">fluent-asserts (⭐47)</a> - Fluent assertion framework with expressive syntax and detailed error messages.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/52/"/>
    <summary>1 awesome projects updated on Dec 29 - Jan 04, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/48/</id>
    <title>Awesome D Updates on Dec 01 - Dec 07, 2025</title>
    <updated>2025-11-24T16:17:46.219Z</updated>
    <published>2025-11-24T16:17:45.931Z</published>
    <content type="html"><![CDATA[<h3><p>Getting Help</p>
</h3>
<ul>
<li><a href="https://discord.com/invite/bMZk9Q4" rel="noopener noreferrer">D on Discord</a> - Another very active community for D discussions and questions.</li>
</ul>
<h3><p>People</p>
</h3>
<ul>
<li><a href="http://erdani.org/" rel="noopener noreferrer">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 D's standard library. Andrei works as a trainer in advanced C++ programming and algorithms and is now actively evangelizing D in the organization.</li>
</ul>
<h3><p>Organizations</p>
</h3>
<ul>
<li><a href="https://github.com/sociomantic-tsunami" rel="noopener noreferrer">sociomantic labs</a> - Berlin based company specializing in real-time bidding for online advertising. Main sponsor of the <a href="https://dconf.org/" rel="noopener noreferrer">annual D language conference</a>. Has open-sourced large parts of their codebase as part of the <a href="https://github.com/sociomantic-tsunami" rel="noopener noreferrer">tsunami</a> organization.</li>
</ul>

<ul>
<li><a href="https://github.com/huntlabs" rel="noopener noreferrer">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>
<h3><p>Books</p>
</h3>
<ul>
<li><a href="https://www.packtpub.com/en-us/product/d-cookbook-9781783287215" rel="noopener noreferrer">D Cookbook</a> - A recipe-packed reference guide filled with practical tasks that are concisely explained to develop and broaden the user's 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/" rel="noopener noreferrer">review of the book</a>.</li>
</ul>

<ul>
<li><a href="https://www.packtpub.com/en-us/product/learning-d-9781783552481" rel="noopener noreferrer">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.</li>
</ul>

<ul>
<li><a href="https://www.packtpub.com/en-us/product/d-web-development-9781785288890" rel="noopener noreferrer">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.</li>
</ul>
<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="https://github.com/drewet/opengl-tutorials" rel="noopener noreferrer">OpenGL tutorials (⭐0)</a> - OpenGL tutorials in D.</li>
</ul>
<h3><p>IDEs &amp; Editors</p>
</h3>
<ul>
<li><a href="https://packages.pulsar-edit.dev/packages/ide-d" rel="noopener noreferrer">ide-d</a> - Pulsar (fork of Atom) extension for D using serve-d</li>
</ul>
<h3><p>Lexers, Parsers &amp; Generators</p>
</h3>
<ul>
<li><a href="https://github.com/dlang-community/Pegged" rel="noopener noreferrer">Pegged (⭐546)</a> - A Parsing Expression Grammar (PEG) module written in D.</li>
</ul>
<h3><p>Operating Systems</p>
</h3>
<ul>
<li><a href="https://gitlab.com/serpent-os" rel="noopener noreferrer">SerpentOS</a> - Snek factory</li>
</ul>
<h3><p>CLI Applications</p>
</h3>
<ul>
<li><a href="https://github.com/soulfind-dev/soulfind" rel="noopener noreferrer">Soulfind (⭐40)</a> - Soulseek server implementation in D.</li>
</ul>
<h3><p>GUI Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/Kapendev/microui-d" rel="noopener noreferrer">microui-d (⭐12)</a> - A tiny immediate-mode UI library.</li>
</ul>
<h3><p>Game Bindings</p>
</h3>
<ul>
<li><a href="https://github.com/floooh/sokol-d" rel="noopener noreferrer">sokol-d (⭐23)</a> - D bindings for the sokol headers.</li>
</ul>
<h3><p>Configuration / Language Processing</p>
</h3>
<ul>
<li><a href="https://github.com/dlang-community/SDLang-D" rel="noopener noreferrer">sdlang (⭐119)</a> - An SDL (Simple Declarative Language) library for D.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/48/"/>
    <summary>15 awesome projects updated on Dec 01 - Dec 07, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/30/</id>
    <title>Awesome D Updates on Jul 28 - Aug 03, 2025</title>
    <updated>2025-07-26T02:25:55.073Z</updated>
    <published>2025-07-26T02:25:54.753Z</published>
    <content type="html"><![CDATA[<h3><p>Official Websites</p>
</h3>
<ul>
<li><a href="https://github.com/dlang" rel="noopener noreferrer">GitHub organization</a> - Official GitHub organization for D. Repository for all official D tools &amp; code.</li>
</ul>

<ul>
<li><a href="https://github.com/dlang" rel="noopener noreferrer">Issue tracker</a> – Official issue tracker for D. Older reports can be found in the <a href="https://issues.dlang.org/" rel="noopener noreferrer">archived tracker</a>.</li>
</ul>

<ul>
<li><a href="https://dlang.org/spec/spec.html" rel="noopener noreferrer">Language specification</a> - The D programming language specification.</li>
</ul>
<h3><p>People</p>
</h3>
<ul>
<li><strong>YOU</strong> - Please add your information if you've done something interesting in D. It is you, the awesome people that make D awesome.</li>
</ul>
<h3><p>Events</p>
</h3>
<ul>
<li><a href="https://wiki.dlang.org/Beerconf" rel="noopener noreferrer">Beerconf</a> - A casual, monthly virtual meetup for D community members.</li>
</ul>
<h3><p>Blogs</p>
</h3>
<ul>
<li><a href="https://web.archive.org/web/20241201013031/https://gtkdcoding.com/" rel="noopener noreferrer">GTK-D coding</a> - Simple examples of how to use GtkD to build GUI applications.</li>
</ul>
<h3><p>Compilers</p>
</h3>
<ul>
<li><a href="https://github.com/dlang/dmd" rel="noopener noreferrer">DMD (⭐3.2k)</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>
</ul>

<ul>
<li><a href="https://github.com/ldc-developers/ldc" rel="noopener noreferrer">LDC (⭐1.3k)</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>
</ul>

<ul>
<li><a href="https://github.com/D-Programming-GDC/GDC" rel="noopener noreferrer">GDC (⭐359)</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>
<h3><p>Alternative / WIP Compilers</p>
</h3>
<ul>
<li><a href="https://github.com/snazzy-d/SDC" rel="noopener noreferrer">SDC (⭐267)</a> - The Snazzy D Compiler. Written in D. Grows Smarter every day.</li>
</ul>

<ul>
<li><a href="https://opendlang.org/index.html" rel="noopener noreferrer">OpenD</a> - A fork of the D language focused on practical and incremental improvements.</li>
</ul>
<h3><p>Cryptography / Language Processing</p>
</h3>
<ul>
<li><a href="https://github.com/etcimon/botan" rel="noopener noreferrer">Botan (⭐92)</a> - Block &amp; stream ciphers, public key crypto, hashing, KDF, MAC, PKCS, TLS, ASN.1, BER/DER, etc.</li>
</ul>

<ul>
<li><a href="https://github.com/D-Programming-Deimos/openssl" rel="noopener noreferrer">OpenSSL (⭐48)</a> - D version of the C headers for OpenSSL.</li>
</ul>

<ul>
<li><a href="https://github.com/shove70/crypto" rel="noopener noreferrer">Crypto (⭐33)</a> - A D Library of encryption, decryption, encode, hash, and message digital signatures.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/30/"/>
    <summary>14 awesome projects updated on Jul 28 - Aug 03, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/29/</id>
    <title>Awesome D Updates on Jul 21 - Jul 27, 2025</title>
    <updated>2025-07-14T09:56:51.525Z</updated>
    <published>2025-07-14T09:56:51.416Z</published>
    <content type="html"><![CDATA[<h3><p>Core Utilities</p>
</h3>
<ul>
<li><a href="https://github.com/Inochi2D/numem" rel="noopener noreferrer">NuMem (⭐34)</a> - No-GC memory management utilities for DLang.</li>
</ul>

<ul>
<li><a href="https://github.com/Inochi2D/nulib" rel="noopener noreferrer">NuLib (⭐10)</a> - D "standard" library built ontop of numem.</li>
</ul>

<ul>
<li><a href="https://github.com/Kapendev/joka" rel="noopener noreferrer">Joka (⭐19)</a> - A nogc utility library.</li>
</ul>
<h3><p>Web Frameworks</p>
</h3>
<ul>
<li><a href="https://code.dlang.org/packages/apache-thrift" rel="noopener noreferrer">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://thrift.apache.org/" rel="noopener noreferrer">Apache Thrift Page</a></li>
</ul>
<h3><p>Data Serialization</p>
</h3>
<ul>
<li><a href="https://github.com/ZILtoid1991/newxml" rel="noopener noreferrer">newxml (⭐8)</a> - Successor of std.experimental.xml. DOM compatible, and also has a SAX parser.</li>
</ul>
<h3><p>GUI Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/Kymorphia/gid" rel="noopener noreferrer">giD (⭐33)</a> - GObject Introspection D Package Repository.</li>
</ul>

<ul>
<li><a href="https://git.samerion.com/Samerion/Fluid" rel="noopener noreferrer">Fluid</a> - A declarative cross-platform user interface library for D.</li>
</ul>
<h3><p>GUI Applications</p>
</h3>
<ul>
<li><a href="https://github.com/Inochi2D/inochi-session" rel="noopener noreferrer">Inochi Session (⭐375)</a> - Application that allows streaming with Inochi2D puppets.</li>
</ul>
<h3><p>Game Bindings</p>
</h3>
<ul>
<li><a href="https://github.com/schveiguy/raylib-d" rel="noopener noreferrer">raylib-d (⭐80)</a> - D bindings for raylib.</li>
</ul>

<ul>
<li><a href="https://github.com/SiegeLord/DAllegro5" rel="noopener noreferrer">DAllegro5 (⭐45)</a> - D binding/wrapper to Allegro 5, a modern game programming library.</li>
</ul>

<ul>
<li><a href="https://github.com/BindBC" rel="noopener noreferrer">BindBC</a> - Bindings compatible with <code>-betterC</code> and <code>@nogc</code>, using <a href="https://github.com/BindBC/bindbc-loader" rel="noopener noreferrer">bindbc-loader (⭐26)</a>.<ul>
<li><a href="https://github.com/BindBC/bindbc-opengl" rel="noopener noreferrer">OpenGL (⭐42)</a> - Graphics API</li>
<li><a href="https://github.com/BindBC/bindbc-glfw" rel="noopener noreferrer">GLFW 3 (⭐42)</a> - Window/Input library</li>
<li><a href="https://github.com/BindBC/bindbc-sdl" rel="noopener noreferrer">SDL 2 (⭐124)</a> - Multimedia library</li>
<li><a href="https://github.com/aferust/bindbc-sdlgfx" rel="noopener noreferrer">SDL2_gfx (⭐1)</a> - Drawing primitives for SDL2</li>
<li><a href="https://github.com/BindBC/bindbc-sfml" rel="noopener noreferrer">SFML 2 (⭐12)</a> - Multimedia library</li>
<li><a href="https://github.com/Inochi2D/i2d-imgui" rel="noopener noreferrer">Imgui (⭐23)</a> - Immediate mode GUI</li>
<li><a href="https://github.com/Timu5/bindbc-nuklear" rel="noopener noreferrer">Nuklear (⭐45)</a> - Immediate mode GUI</li>
<li><a href="https://github.com/o3o/bindbc-raylib3" rel="noopener noreferrer">raylib3 (⭐16)</a> - Game library</li>
<li><a href="https://github.com/GoaLitiuM/bindbc-bgfx" rel="noopener noreferrer">bgfx (⭐21)</a> - Cross-Platform renderer</li>
<li><a href="https://github.com/DLangGamedev/bindbc-wgpu" rel="noopener noreferrer">WebGPU (⭐32)</a> - Modern GPU API</li>
<li><a href="https://github.com/ZILtoid1991/bindbc-zstandard" rel="noopener noreferrer">Zstandard (⭐2)</a> - Fast compression</li>
<li><a href="https://github.com/darkridder/bindbc-nng" rel="noopener noreferrer">nanomsg-next-gen (⭐1)</a> - Messaging library</li>
<li><a href="https://github.com/BindBC/bindbc-openal" rel="noopener noreferrer">OpenAL (⭐9)</a> - Audio library</li>
<li><a href="https://github.com/DLangGamedev/bindbc-soloud" rel="noopener noreferrer">SoLoud (⭐9)</a> - Audio library</li>
<li><a href="https://github.com/aferust/bindbc-kiwi" rel="noopener noreferrer">KiWi (⭐4)</a> - UI widget toolkit</li>
<li><a href="https://github.com/aferust/bindbc-nanovg" rel="noopener noreferrer">NanoVG (⭐3)</a> - Vector graphics</li>
<li><a href="https://github.com/kdmult/bindbc-blend2d" rel="noopener noreferrer">Blend2D (⭐5)</a> - Vector graphics</li>
<li><a href="https://github.com/BindBC/bindbc-lua" rel="noopener noreferrer">Lua (⭐18)</a> - Scripting language</li>
<li><a href="https://github.com/ZILtoid1991/bindbc-JSL" rel="noopener noreferrer">JoyShockLibrary (⭐2)</a> - Gamepad/Gyro input</li>
<li><a href="https://github.com/DLangGamedev/bindbc-newton" rel="noopener noreferrer">Newton Dynamics (⭐9)</a> - Physics library</li>
<li><a href="https://github.com/BindBC/bindbc-freeimage" rel="noopener noreferrer">FreeImage (⭐6)</a> - Image loading</li>
<li><a href="https://github.com/BindBC/bindbc-freetype" rel="noopener noreferrer">FreeType (⭐19)</a> - Font rendering</li>
<li><a href="https://github.com/DlangGraphicsWG/bindbc-harfbuzz" rel="noopener noreferrer">HarfBuzz (⭐2)</a> - Text shaping</li>
</ul>
</li>
</ul>
<h3><p>Game Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/Inochi2D/inmath" rel="noopener noreferrer">InMath (⭐10)</a> - Games math library for D.</li>
</ul>

<ul>
<li><a href="https://github.com/ZILtoid1991/pixelperfectengine" rel="noopener noreferrer">PixelPerfectEngine (⭐105)</a> - 2D graphics engine written in D.</li>
</ul>

<ul>
<li><a href="https://github.com/MrcSnm/HipremeEngine" rel="noopener noreferrer">HipremeEngine (⭐134)</a> - Cross Platform D-Lang Game Engine with scripting support.</li>
</ul>
<h3><p>Games</p>
</h3>
<ul>
<li><a href="https://kapendev.itch.io/worms-within" rel="noopener noreferrer">Worms Within</a> - A bite-sized escape room game.</li>
</ul>

<ul>
<li><a href="https://kapendev.itch.io/clean-haunted" rel="noopener noreferrer">Clean &amp; Haunted</a> - Clean a spooky haunted house.</li>
</ul>

<ul>
<li><a href="https://kapendev.itch.io/runani" rel="noopener noreferrer">Runani</a> - An endless runner game where you help cute animals.</li>
</ul>

<ul>
<li><a href="https://kapendev.itch.io/a-short-metamorphosis" rel="noopener noreferrer">A Short Metamorphosis</a> - A cute visual novel about looking at an egg.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/29/"/>
    <summary>18 awesome projects updated on Jul 21 - Jul 27, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/21/</id>
    <title>Awesome D Updates on May 26 - Jun 01, 2025</title>
    <updated>2025-05-22T02:12:31.541Z</updated>
    <published>2025-05-22T02:12:31.538Z</published>
    <content type="html"><![CDATA[<h3><p>Version Managers</p>
</h3>
<ul>
<li><a href="https://github.com/jacob-carlborg/dvm" rel="noopener noreferrer">dvm (⭐59)</a> - A small tool to install and manage DMD (self-hosting) compiler.</li>
</ul>

<ul>
<li><a href="https://github.com/kassane/ldcup" rel="noopener noreferrer">ldcup (⭐2)</a> - A small tool to install and manage LDC2 (LLVM backend) compiler.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/21/"/>
    <summary>2 awesome projects updated on May 26 - Jun 01, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2025/20/</id>
    <title>Awesome D Updates on May 19 - May 25, 2025</title>
    <updated>2025-05-12T02:19:32.674Z</updated>
    <published>2025-05-12T02:19:32.674Z</published>
    <content type="html"><![CDATA[<h3><p>Game Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/Kapendev/parin" rel="noopener noreferrer">Parin (⭐56)</a> - A delightfully simple 2D game engine.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2025/20/"/>
    <summary>1 awesome projects updated on May 19 - May 25, 2025</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2024/3/</id>
    <title>Awesome D Updates on Jan 15 - Jan 21, 2024</title>
    <updated>2024-01-15T12:41:25.651Z</updated>
    <published>2024-01-15T12:41:25.651Z</published>
    <content type="html"><![CDATA[<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="https://www.youtube.com/playlist?list=PLvv0ScY6vfd9Fso-3cB4CGnSlW0E4btJV" rel="noopener noreferrer">DLang YouTube Tutorials from Mike Shah</a> - Series of tutorials covering basic to advanced features of the D programming language and standard library.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2024/3/"/>
    <summary>1 awesome projects updated on Jan 15 - Jan 21, 2024</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/42/</id>
    <title>Awesome D Updates on Oct 16 - Oct 22, 2023</title>
    <updated>2023-10-17T14:45:26.713Z</updated>
    <published>2023-10-17T14:45:26.713Z</published>
    <content type="html"><![CDATA[<h3><p>CLI Applications</p>
</h3>
<ul>
<li><a href="https://github.com/trikko/tshare" rel="noopener noreferrer">tshare (⭐137)</a> - Fast file sharing from cli, using transfer.sh.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/42/"/>
    <summary>1 awesome projects updated on Oct 16 - Oct 22, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/23/</id>
    <title>Awesome D Updates on Jun 05 - Jun 11, 2023</title>
    <updated>2023-06-06T12:43:09.585Z</updated>
    <published>2023-06-06T12:43:09.585Z</published>
    <content type="html"><![CDATA[<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=j-Zm1zgSxMQ&amp;list=PLgM-lc_kSqFQPF0UXgmFZpZalqcrSofe-&amp;ab_channel=KiRill" rel="noopener noreferrer">Let's 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/" rel="noopener noreferrer">His channel</a> also posts other videos related to D programming.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/23/"/>
    <summary>1 awesome projects updated on Jun 05 - Jun 11, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/21/</id>
    <title>Awesome D Updates on May 22 - May 28, 2023</title>
    <updated>2023-05-26T06:10:30.890Z</updated>
    <published>2023-05-26T06:10:30.690Z</published>
    <content type="html"><![CDATA[<h3><p>Articles</p>
</h3>
<ul>
<li><a href="https://dl.acm.org/doi/pdf/10.1145/3386323" rel="noopener noreferrer">Origins of the D programming language</a> - By Walter Bright, Andrei Alexandrescu, Michael Parker. The history and development of D language.</li>
</ul>
<h3><p>Build Tools</p>
</h3>
<ul>
<li><a href="https://xmake.io" rel="noopener noreferrer">XMake</a> - XMake is a crossplatform build system, that incorporated the D language and also has support for DUB repositories.</li>
</ul>

<ul>
<li><a href="https://github.com/redthing1/wox" rel="noopener noreferrer">wox (⭐1)</a> - A highly flexible recipe build system inspired by Make</li>
</ul>
<h3><p>Web Frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/trikko/serverino" rel="noopener noreferrer">serverino (⭐74)</a> - Small and ready-to-go http server, in D</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/21/"/>
    <summary>4 awesome projects updated on May 22 - May 28, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/12/</id>
    <title>Awesome D Updates on Mar 20 - Mar 26, 2023</title>
    <updated>2023-03-20T12:47:50.893Z</updated>
    <published>2023-03-20T01:51:58.998Z</published>
    <content type="html"><![CDATA[<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=HS7X9ERdjM4&amp;list=PLvv0ScY6vfd9Fso-3cB4CGnSlW0E4btJV&amp;ab_channel=MikeShah" rel="noopener noreferrer">Programming in Dlang</a> - An introductory video series about programming in D.</li>
</ul>
<h3><p>CLI Applications</p>
</h3>
<ul>
<li><a href="https://github.com/zyedidia/Literate" rel="noopener noreferrer">Literate (⭐897)</a> - A literate programming tool for any language.</li>
</ul>

<ul>
<li><a href="https://github.com/abraunegg/onedrive" rel="noopener noreferrer">onedrive (⭐12k)</a> - #1 Free OneDrive Client for Linux.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/12/"/>
    <summary>3 awesome projects updated on Mar 20 - Mar 26, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/10/</id>
    <title>Awesome D Updates on Mar 06 - Mar 12, 2023</title>
    <updated>2023-03-09T02:02:27.794Z</updated>
    <published>2023-03-06T12:49:51.821Z</published>
    <content type="html"><![CDATA[<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="https://blog.cy.md/2014/03/21/functional-image-processing-in-d/" rel="noopener noreferrer">Functional image processing in D</a> - A very interesting tutorial about writing an image processing lib in D. Shows the power of D's templates/CTFE/Ranges/UFCS for functional style programming.</li>
</ul>
<h3><p>Web Frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/andrewlalis/handy-httpd" rel="noopener noreferrer">Handy-Httpd (⭐36)</a> - A simple, lightweight, and well-documented HTTP server that lets you bootstrap ideas and have something up and running in minutes.</li>
</ul>
<h3><p>Data Serialization</p>
</h3>
<ul>
<li><a href="https://github.com/etcimon/fast" rel="noopener noreferrer">fast.json (⭐111)</a> - A library for D that aims to provide the fastest possible implementation of some every day routines.</li>
</ul>
<h3><p>Game Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/bmchtech/rengfx" rel="noopener noreferrer">rengfx (⭐87)</a> - lightweight, expressive, extensible 2D/3D game engine.</li>
</ul>
<h3><p>Games</p>
</h3>
<ul>
<li><a href="https://github.com/gecko0307/electronvolt" rel="noopener noreferrer">Electronvolt (formerly Atrium) (⭐115)</a> - FPS game with physics based puzzles using OpenGL.</li>
</ul>
<h3><p>Machine Learning</p>
</h3>
<ul>
<li><a href="https://github.com/ShigekiKarita/grain2" rel="noopener noreferrer">grain2 (⭐8)</a> - Autograd and GPGPU library for dynamic neural networks in D</li>
</ul>

<ul>
<li><a href="https://github.com/ShigekiKarita/tfd" rel="noopener noreferrer">tfd (⭐33)</a> - Tensorflow wrapper for D</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/10/"/>
    <summary>7 awesome projects updated on Mar 06 - Mar 12, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2023/9/</id>
    <title>Awesome D Updates on Feb 27 - Mar 05, 2023</title>
    <updated>2023-03-03T03:40:46.065Z</updated>
    <published>2023-03-03T03:40:46.039Z</published>
    <content type="html"><![CDATA[<h3><p>Database Clients</p>
</h3>
<ul>
<li><a href="https://github.com/Hax-io/libpb" rel="noopener noreferrer">libpb (⭐6)</a> - Interact with a PocketBase database</li>
</ul>
<h3><p>CLI Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/deavmi/gogga" rel="noopener noreferrer">gogga (⭐3)</a> - simple easy-to-use colorful logger for command-line applications</li>
</ul>
<h3><p>Logging / Language Processing</p>
</h3>
<ul>
<li><a href="https://github.com/deavmi/dlog" rel="noopener noreferrer">dlog (⭐1)</a> - extensible logging framework with message transformation support and custom loggers and contexts</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2023/9/"/>
    <summary>3 awesome projects updated on Feb 27 - Mar 05, 2023</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/17/</id>
    <title>Awesome D Updates on Apr 25 - May 01, 2022</title>
    <updated>2022-04-26T17:36:52.000Z</updated>
    <published>2022-04-26T17:36:52.000Z</published>
    <content type="html"><![CDATA[<h3><p>GUI Applications</p>
</h3>
<ul>
<li><a href="https://github.com/Inochi2D/inochi-creator" rel="noopener noreferrer">Inochi Creator (⭐1.1k)</a> - Inochi2D Rigging Application.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/17/"/>
    <summary>1 awesome projects updated on Apr 25 - May 01, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2022/4/</id>
    <title>Awesome D Updates on Jan 24 - Jan 30, 2022</title>
    <updated>2022-01-28T19:46:51.000Z</updated>
    <published>2022-01-28T14:33:02.000Z</published>
    <content type="html"><![CDATA[<h3><p>CLI Libraries</p>
</h3>
<ul>
<li><a href="https://code.dlang.org/packages/argparse" rel="noopener noreferrer">argparse</a> - Flexible parser of command line arguments.</li>
</ul>
<h3><p>Game Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/drug007/gfm7" rel="noopener noreferrer">gfm (⭐4)</a> - D gamedev toolkit.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2022/4/"/>
    <summary>2 awesome projects updated on Jan 24 - Jan 30, 2022</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/49/</id>
    <title>Awesome D Updates on Dec 06 - Dec 12, 2021</title>
    <updated>2021-12-06T14:14:10.000Z</updated>
    <published>2021-12-06T14:14:10.000Z</published>
    <content type="html"><![CDATA[<h3><p>Game Bindings</p>
</h3>
<ul>
<li><a href="https://github.com/godot-d/godot-d" rel="noopener noreferrer">Godot-D (⭐210)</a> - D language bindings for the Godot Engine's GDNative API.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/49/"/>
    <summary>1 awesome projects updated on Dec 06 - Dec 12, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/48/</id>
    <title>Awesome D Updates on Nov 29 - Dec 05, 2021</title>
    <updated>2021-12-05T12:16:52.000Z</updated>
    <published>2021-12-05T12:16:52.000Z</published>
    <content type="html"><![CDATA[<h3><p>Game Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/gecko0307/dagon" rel="noopener noreferrer">Dagon (⭐385)</a> - 3D game engine for D. See: <a href="https://gecko0307.github.io/dagon/" rel="noopener noreferrer">https://gecko0307.github.io/dagon/</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/48/"/>
    <summary>1 awesome projects updated on Nov 29 - Dec 05, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/45/</id>
    <title>Awesome D Updates on Nov 08 - Nov 14, 2021</title>
    <updated>2021-11-10T08:13:25.000Z</updated>
    <published>2021-11-10T08:13:25.000Z</published>
    <content type="html"><![CDATA[<h3><p>Dependency Injection / Language Processing</p>
</h3>
<ul>
<li><a href="https://github.com/mbierlee/poodinis" rel="noopener noreferrer">Poodinis (⭐73)</a> - A dependency injection framework for D with support for autowiring.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/45/"/>
    <summary>1 awesome projects updated on Nov 08 - Nov 14, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/22/</id>
    <title>Awesome D Updates on May 31 - Jun 06, 2021</title>
    <updated>2021-06-06T19:32:09.000Z</updated>
    <published>2021-06-06T19:32:09.000Z</published>
    <content type="html"><![CDATA[<h3><p>GitHub Actions</p>
</h3>
<ul>
<li><a href="https://github.com/dlang-community/setup-dlang" rel="noopener noreferrer">setup-dlang (⭐50)</a> - Install D compilers &amp; DUB inside GitHub Actions</li>
</ul>

<ul>
<li><a href="https://github.com/WebFreak001/dub-upgrade" rel="noopener noreferrer">dub-upgrade (⭐1)</a> - Run <code>dub upgrade</code> trying to repeat on network failure and using package cache on GitHub Actions</li>
</ul>
<h3><p>Testing Frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/atilaneves/unit-threaded" rel="noopener noreferrer">unit-threaded (⭐121)</a> - Multi-threaded unit test framework</li>
</ul>

<ul>
<li><a href="https://gitlab.com/AntonMeep/silly" rel="noopener noreferrer">silly</a> - Better test runner for the D programming language. No nonsense.</li>
</ul>
<h3><p>Unmaintained / Language Processing</p>
</h3>
<ul>
<li><a href="https://github.com/nomad-software/dunit" rel="noopener noreferrer">dunit (⭐60)</a> - Advanced unit testing &amp; mocking toolkit</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/22/"/>
    <summary>5 awesome projects updated on May 31 - Jun 06, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/16/</id>
    <title>Awesome D Updates on Apr 19 - Apr 25, 2021</title>
    <updated>2021-04-25T19:52:00.000Z</updated>
    <published>2021-04-25T19:52:00.000Z</published>
    <content type="html"><![CDATA[<h3><p>Web Frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/kambrium/dssg" rel="noopener noreferrer">DSSG (⭐21)</a> - A static site generator with a different approach.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/16/"/>
    <summary>1 awesome projects updated on Apr 19 - Apr 25, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/11/</id>
    <title>Awesome D Updates on Mar 15 - Mar 21, 2021</title>
    <updated>2021-03-20T20:38:48.000Z</updated>
    <published>2021-03-15T15:58:56.000Z</published>
    <content type="html"><![CDATA[<h3><p>Official Websites</p>
</h3>
<ul>
<li><a href="https://dlang.org" rel="noopener noreferrer">dlang.org</a> - Official website for D.</li>
</ul>

<ul>
<li><a href="https://wiki.dlang.org" rel="noopener noreferrer">wiki.dlang.org</a> - Official wiki for D.</li>
</ul>

<ul>
<li><a href="https://forum.dlang.org/" rel="noopener noreferrer">forum.dlang.org</a> - Official forum for D. Many interesting discussions occurring on a daily basis.</li>
</ul>

<ul>
<li><a href="https://code.dlang.org" rel="noopener noreferrer">code.dlang.org</a> - Official library registry for D.</li>
</ul>
<h3><p>People</p>
</h3>
<ul>
<li><a href="https://www.walterbright.com/" rel="noopener noreferrer">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>
</ul>
<h3><p>Events</p>
</h3>
<ul>
<li><a href="https://dconf.org/" rel="noopener noreferrer">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>
<h3><p>Organizations</p>
</h3>
<ul>
<li><a href="https://symmetryinvestments.com/" rel="noopener noreferrer">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/" rel="noopener noreferrer">Symmetry Autumn of Code</a>. Have sponsored the development of <a href="https://dlang.org/blog/2017/05/31/project-highlight-excel-d/" rel="noopener noreferrer">excel-d</a>, <a href="https://github.com/atilaneves/dpp" rel="noopener noreferrer">dpp (⭐241)</a>, <a href="https://github.com/symmetryinvestments/autowrap" rel="noopener noreferrer">autowrap (⭐82)</a>, <a href="https://github.com/libmir/mir-algorithm" rel="noopener noreferrer">mir-algorithm (⭐178)</a>, and various other projects.</li>
</ul>
<h3><p>Books</p>
</h3>
<ul>
<li><a href="https://www.amazon.com/The-Programming-Language-Andrei-Alexandrescu/dp/0321635361/" rel="noopener noreferrer">TDPL</a> - <em>The D Programming Language</em> by Andrei Alexandrescu.</li>
</ul>

<ul>
<li><a href="https://ddili.org/ders/d.en/index.html" rel="noopener noreferrer">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.</li>
</ul>
<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="https://qznc.github.io/d-tut/index.html" rel="noopener noreferrer">Pragmatic D tutorial</a> - This is a pragmatic introduction to the D Programming Language. by Andreas Zwinkau.</li>
</ul>

<ul>
<li><a href="https://wiki.dlang.org/Component_programming_with_ranges" rel="noopener noreferrer">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.</li>
</ul>

<ul>
<li><a href="https://bradley.chatha.dev/BlogPost/JsonSerialiser/0" rel="noopener noreferrer">Creating a simple JSON serialiser in D</a> - D metaprogramming tutorial series</li>
</ul>
<h3><p>Blogs</p>
</h3>
<ul>
<li><a href="https://dpldocs.info/this-week-in-d/Blog.html" rel="noopener noreferrer">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>
</ul>

<ul>
<li><a href="https://p0nce.github.io/d-idioms/" rel="noopener noreferrer">D Idioms</a> - A great blog for many useful idioms with D programming.</li>
</ul>

<ul>
<li><a href="https://tastyminerals.github.io/tasty-blog/" rel="noopener noreferrer">Tasty D</a> - A blog about learning the D programming language and various D language trivia.</li>
</ul>
<h3><p>Articles</p>
</h3>
<ul>
<li><a href="https://klickverbot.at/blog/2012/05/purity-in-d/" rel="noopener noreferrer">Purity in D</a> - An article that explains the design principles behind D's purity feature.</li>
</ul>

<ul>
<li><a href="https://tech.nextroll.com/blog/data/2014/11/17/d-is-for-data-science.html" rel="noopener noreferrer">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>
</ul>
<h3><p>Package Management</p>
</h3>
<ul>
<li><a href="https://code.dlang.org/" rel="noopener noreferrer">code.dlang.org</a> - Official D library repository. Backed by dub.</li>
</ul>
<h3><p>Build Tools</p>
</h3>
<ul>
<li><a href="https://scons.org/" rel="noopener noreferrer">scons-d</a> - Scons has built-in support for building D projects, thanks to Russel Winder.</li>
</ul>

<ul>
<li><a href="https://jasonwhite.io/button/" rel="noopener noreferrer">button</a> - A universal build system to build your software at the push of a button.</li>
</ul>

<ul>
<li><a href="https://github.com/Vild/Wild" rel="noopener noreferrer">wild (⭐6)</a> - Wild build system, used to build the <a href="https://github.com/PowerNex/PowerNex" rel="noopener noreferrer">PowerNex (⭐504)</a> kernel</li>
</ul>
<h3><p>IDEs &amp; Editors</p>
</h3>
<ul>
<li><a href="https://intellij-dlanguage.github.io/" rel="noopener noreferrer">IntelliJ D Language</a> - Support for the D programming language within IntelliJ IDEA.</li>
</ul>

<ul>
<li><a href="https://gitlab.com/basile.b/dexed" rel="noopener noreferrer">Dexed</a> - IDE for the D programming language, its compilers, tools and libraries.</li>
</ul>

<ul>
<li><a href="https://marketplace.visualstudio.com/items?itemName=webfreak.code-d" rel="noopener noreferrer">code-d</a> <sup>[<a href="https://open-vsx.org/extension/webfreak/code-d" rel="noopener noreferrer">open-vsx</a>]</sup> - Visual Studio Code extension using serve-d</li>
</ul>

<ul>
<li><a href="https://github.com/dlang-community/DCD" rel="noopener noreferrer">DCD (⭐360)</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" rel="noopener noreferrer">editors support (⭐360)</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/Pure-D/serve-d" rel="noopener noreferrer">serve-d (⭐255)</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>
<h3><p>Lexers, Parsers &amp; Generators</p>
</h3>
<ul>
<li><a href="https://github.com/dlang-community/libdparse" rel="noopener noreferrer">libdparse (⭐121)</a> - A D language lexer and parser, (possibly) future standard D parser/lexer.</li>
</ul>
<h3><p>Operating Systems</p>
</h3>
<ul>
<li><a href="https://github.com/PowerNex/PowerNex" rel="noopener noreferrer">PowerNex (⭐504)</a> - A kernel written in D</li>
</ul>

<ul>
<li><a href="https://github.com/Rikarin/Trinix" rel="noopener noreferrer">Trinix (⭐110)</a> - Hybrid operating system for x64 PC written in D</li>
</ul>
<h3><p>Bare Metal / Kernel Development</p>
</h3>
<ul>
<li><a href="https://wiki.osdev.org/D_Bare_Bones" rel="noopener noreferrer">D Bare bones</a> - kernel hello world in D (using GDC compiler)</li>
</ul>

<ul>
<li><a href="https://wiki.osdev.org/D_barebone_with_ldc2" rel="noopener noreferrer">D barebone with ldc2</a> - another kernel hello world in D (using LDC compiler)</li>
</ul>

<ul>
<li><a href="https://web.archive.org/web/20161214232759/http://wiki.xomb.org/index.php?title=XOmB_Bare_Bones" rel="noopener noreferrer">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" rel="noopener noreferrer">Main page</a>, <a href="https://github.com/xomboverlord/xomb/tree/unborn" rel="noopener noreferrer">github (⭐0)</a>.</li>
</ul>

<ul>
<li><a href="https://wiki.dlang.org/Bare_Metal_ARM_Cortex-M_GDC_Cross_Compiler" rel="noopener noreferrer">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>
<h3><p>General Containers</p>
</h3>
<ul>
<li><a href="https://github.com/dlang-community/containers" rel="noopener noreferrer">EMSI containers (⭐111)</a> - Containers that do not use the GC</li>
</ul>
<h3><p>Web Frameworks</p>
</h3>
<ul>
<li><a href="https://vibed.org/" rel="noopener noreferrer">vibe.d</a> - Asynchronous I/O Web Framework that doesn’t get in your way, written in D.</li>
</ul>
<h3><p>Data Serialization</p>
</h3>
<ul>
<li><a href="https://vibed.org/api/vibe.data.json/" rel="noopener noreferrer">vibe.data.json</a> - JSON functions in Vibe.d. Currently the best implementation I used.</li>
</ul>

<ul>
<li><a href="https://dlang.org/phobos/std_json.html" rel="noopener noreferrer">std.json</a> - D's standard library JSON module. Needs refinement.</li>
</ul>

<ul>
<li><a href="https://github.com/dlang-community/std_data_json" rel="noopener noreferrer">std.data.json (⭐26)</a> - Phobos candidate for JSON serialization (based on Vibed)</li>
</ul>

<ul>
<li><a href="https://github.com/libmir/asdf" rel="noopener noreferrer">asdf (⭐24)</a> - Cache oriented string based JSON representation for fast read &amp; writes and serialisation.</li>
</ul>

<ul>
<li>arsd <a href="https://github.com/adamdruppe/arsd/blob/master/dom.d" rel="noopener noreferrer">dom.d (⭐549)</a> - an xml/html DOM based on what Javascript provides in browsers</li>
</ul>
<h3><p>Database Clients</p>
</h3>
<ul>
<li><a href="https://github.com/vibe-d/vibe.d" rel="noopener noreferrer">vibe.d (⭐1.2k)</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>
</ul>
<h3><p>CLI Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/robik/commandr" rel="noopener noreferrer">commandr (⭐45)</a> - A modern, powerful command line argument parser.</li>
</ul>

<ul>
<li><a href="https://code.dlang.org/packages/colorize" rel="noopener noreferrer">d-colorize</a> - A port of the ruby library <a href="https://github.com/fazibear/colorize" rel="noopener noreferrer">colorize (⭐1.3k)</a>. It add some methods to set color, background color and text effect on console easier using ANSI escape sequences.</li>
</ul>
<h3><p>GUI Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/sciter-sdk/Sciter-Dport" rel="noopener noreferrer">Sciter-Dport (⭐34)</a> - D bindings for the <a href="https://sciter.com" rel="noopener noreferrer">Sciter</a> - crossplatform HTML/CSS/script desktop UI toolkit.</li>
</ul>
<h3><p>Games</p>
</h3>
<ul>
<li><a href="https://github.com/jonathanballs/backgammony" rel="noopener noreferrer">Backgammony (⭐40)</a> - A Backgammon GUI for Linux built with Gtk.</li>
</ul>
<h3><p>Internationalization</p>
</h3>
<ul>
<li><a href="https://github.com/shoo/bindbc-icu" rel="noopener noreferrer">bindbc-icu (⭐3)</a> - bindbc bindings for the unicode ICU library.</li>
</ul>
<h3><p>Image Processing</p>
</h3>
<ul>
<li><a href="https://github.com/aferust/opencvd" rel="noopener noreferrer">opencvd (⭐23)</a> - Unofficial OpenCV binding for D</li>
</ul>
<h3><p>Machine Learning</p>
</h3>
<ul>
<li><a href="https://github.com/lempiji/bindbc-onnxruntime" rel="noopener noreferrer">bindbc-onnxruntime (⭐11)</a> - bindbc bindings to Microsoft's cross-platform, high performance ML inferencing and training accelerator</li>
</ul>
<h3><p>Scientific / Language Processing</p>
</h3>
<ul>
<li><a href="https://github.com/lempiji/bindbc-mecab" rel="noopener noreferrer">bindbc-mecab (⭐1)</a> - bindbc MeCab binding (Part-of-Speech and Morphological Analyzer for Japanese)</li>
</ul>
<h3><p>Logging / Language Processing</p>
</h3>
<ul>
<li><a href="https://github.com/NCrashed/dlogg" rel="noopener noreferrer">dlogg (⭐12)</a> - Logging for concurrent applications and daemons with lazy and delayed logging, logrotate support.</li>
</ul>
<h3><p>Configuration / Language Processing</p>
</h3>
<ul>
<li><a href="https://github.com/dlang-community/D-YAML" rel="noopener noreferrer">D:YAML (⭐123)</a> - YAML parser and emitter for the D programming language.</li>
</ul>
<h3><p>Blog Engine / Language Processing</p>
</h3>
<ul>
<li><a href="https://github.com/mihails-strasuns/mood" rel="noopener noreferrer">mood (⭐44)</a> - simple vibe.d based blog engine</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/11/"/>
    <summary>52 awesome projects updated on Mar 15 - Mar 21, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2021/10/</id>
    <title>Awesome D Updates on Mar 08 - Mar 14, 2021</title>
    <updated>2021-03-10T14:50:34.000Z</updated>
    <published>2021-03-10T14:50:34.000Z</published>
    <content type="html"><![CDATA[<h3><p>People</p>
</h3>
<ul>
<li><a href="https://atilaoncode.blog/" rel="noopener noreferrer">Átila Neves</a> - <a href="https://dlang.org/blog/2019/10/15/my-vision-of-ds-future/" rel="noopener noreferrer">Deputy Leader of D</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2021/10/"/>
    <summary>1 awesome projects updated on Mar 08 - Mar 14, 2021</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/19/</id>
    <title>Awesome D Updates on May 11 - May 17, 2020</title>
    <updated>2020-05-06T04:16:11.000Z</updated>
    <published>2020-05-06T04:16:11.000Z</published>
    <content type="html"><![CDATA[<h3><p>CLI Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/fbeline/luneta" rel="noopener noreferrer">luneta (⭐63)</a> - A command-line fuzzy finder.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/19/"/>
    <summary>1 awesome projects updated on May 11 - May 17, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2020/3/</id>
    <title>Awesome D Updates on Jan 20 - Jan 26, 2020</title>
    <updated>2020-01-19T08:05:35.000Z</updated>
    <published>2020-01-19T08:05:35.000Z</published>
    <content type="html"><![CDATA[<h3><p>Articles</p>
</h3>
<ul>
<li><a href="https://web.archive.org/web/20171119072212/http://nomad.so/2014/08/hidden-treasure-in-the-d-standard-library/" rel="noopener noreferrer">Hidden treasures in the D standard library</a> - An article talking about several useful functions and templates in Phobos.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/3/"/>
    <summary>1 awesome projects updated on Jan 20 - Jan 26, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/46/</id>
    <title>Awesome D Updates on Nov 18 - Nov 24, 2019</title>
    <updated>2019-11-14T23:22:38.000Z</updated>
    <published>2019-11-14T23:15:02.000Z</published>
    <content type="html"><![CDATA[<h3><p>Dev Tools</p>
</h3>
<ul>
<li><a href="https://github.com/dlang-community/D-Scanner" rel="noopener noreferrer">D-Scanner (⭐251)</a> - Swiss-army knife for D source code (linting, static analysis, D code parsing, etc.)</li>
</ul>

<ul>
<li><a href="https://github.com/dlang-community/dfmt" rel="noopener noreferrer">dfmt (⭐212)</a> - formatter for D source code</li>
</ul>
<h3><p>IDEs &amp; Editors</p>
</h3>
<ul>
<li><a href="https://github.com/idanarye/vim-dutyl" rel="noopener noreferrer">Dutyl (⭐79)</a> - Vim plugin that integrates various D development tools</li>
</ul>
<h3><p>Web Frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/ikod/dlang-requests" rel="noopener noreferrer">dlang-requests (⭐159)</a> - HTTP client library inspired by python-requests</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/46/"/>
    <summary>4 awesome projects updated on Nov 18 - Nov 24, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2019/15/</id>
    <title>Awesome D Updates on Apr 15 - Apr 21, 2019</title>
    <updated>2019-04-12T06:12:05.000Z</updated>
    <published>2019-04-12T06:09:09.000Z</published>
    <content type="html"><![CDATA[<h3><p>Text Processing / Language Processing</p>
</h3>
<ul>
<li><a href="https://github.com/huntlabs/hunt-markdown" rel="noopener noreferrer">hunt-markdown (⭐14)</a> - A markdown parsing and rendering library for D programming language. Support commonMark.</li>
</ul>
<h3><p>Unmaintained / Language Processing</p>
</h3>
<ul>
<li><a href="https://github.com/huntlabs/hunt" rel="noopener noreferrer">hunt (⭐98)</a> - A refined core library for D programming language. The module has concurrency / collection / event / io / logging / text / serialize and more.</li>
</ul>

<ul>
<li><a href="https://github.com/huntlabs/hunt-time" rel="noopener noreferrer">hunt-time (⭐2)</a> - A time library and similar to Joda-time and Java.time api.</li>
</ul>

<ul>
<li><a href="https://github.com/huntlabs/hunt-validation" rel="noopener noreferrer">hunt-validation (⭐3)</a> - A data validation library for DLang based on hunt library.</li>
</ul>

<ul>
<li><a href="https://github.com/huntlabs/hunt-net" rel="noopener noreferrer">hunt-net (⭐20)</a> - High-performance network library for D programming language, event-driven asynchonous implemention(IOCP / kqueue / epoll).</li>
</ul>

<ul>
<li><a href="https://github.com/huntlabs/hunt-http" rel="noopener noreferrer">hunt-http (⭐31)</a> - HTTP/1 and HTTP/2 protocol library for D.</li>
</ul>

<ul>
<li><a href="https://github.com/huntlabs/hunt-framework/" rel="noopener noreferrer">Hunt Framework (⭐309)</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.</li>
</ul>

<ul>
<li><a href="https://github.com/huntlabs/grpc-dlang" rel="noopener noreferrer">grpc (⭐43)</a> - Grpc for D programming language, hunt-http library based.</li>
</ul>

<ul>
<li><a href="https://github.com/huntlabs/kissrpc" rel="noopener noreferrer">kissrpc (⭐41)</a> - Fast and light, flatbuffers based rpc framework.</li>
</ul>

<ul>
<li><a href="https://github.com/huntlabs/hunt-gossip" rel="noopener noreferrer">hunt-gossip (⭐0)</a> - A Apache V2 gossip protocol implementation for D programming language.</li>
</ul>

<ul>
<li><a href="https://github.com/huntlabs/hunt-cache" rel="noopener noreferrer">hunt-cache (⭐6)</a> - D language universal cache library, using radix, redis and memcached.</li>
</ul>

<ul>
<li><a href="https://github.com/huntlabs/hunt-entity" rel="noopener noreferrer">hunt-entity (⭐58)</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>
</ul>

<ul>
<li><a href="https://github.com/huntlabs/hunt-database" rel="noopener noreferrer">hunt-database (⭐49)</a> - Hunt database abstraction layer for D programing language, support PostgreSQL / MySQL / SQLite.</li>
</ul>

<ul>
<li><a href="https://github.com/huntlabs/hunt-console" rel="noopener noreferrer">hunt-console (⭐4)</a> - Hunt console creation easier to create powerful command-line applications.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2019/15/"/>
    <summary>14 awesome projects updated on Apr 15 - Apr 21, 2019</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/29/</id>
    <title>Awesome D Updates on Jul 16 - Jul 22, 2018</title>
    <updated>2018-07-16T03:39:17.000Z</updated>
    <published>2018-07-16T03:39:17.000Z</published>
    <content type="html"><![CDATA[<h3><p>Text Processing / Language Processing</p>
</h3>
<ul>
<li><a href="https://github.com/eBay/tsv-utils/" rel="noopener noreferrer">eBay's TSV utilities (⭐1.5k)</a> - Filtering, statistics, sampling, joins and other operations on TSV files. Very fast, especially good for large datasets.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/29/"/>
    <summary>1 awesome projects updated on Jul 16 - Jul 22, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/14/</id>
    <title>Awesome D Updates on Apr 02 - Apr 08, 2018</title>
    <updated>2018-04-08T01:42:30.000Z</updated>
    <published>2018-04-08T01:39:57.000Z</published>
    <content type="html"><![CDATA[<h3><p>Getting Help</p>
</h3>
<ul>
<li><a href="https://forum.dlang.org/group/learn" rel="noopener noreferrer">Official D Forum Learn Group</a> - Highest-traffic site for getting D questions answered.</li>
</ul>

<ul>
<li><a href="https://stackoverflow.com/questions/tagged/d" rel="noopener noreferrer">D on Stack Overflow</a> - Less traffic than the forums but possibly easier to search.</li>
</ul>

<ul>
<li><a href="https://rosettacode.org/wiki/Category:D" rel="noopener noreferrer">D on Rosetta Code</a> - Examples of how to do many basic things in D.</li>
</ul>
<h3><p>Blogs</p>
</h3>
<ul>
<li><a href="https://www.reddit.com/r/d_language/" rel="noopener noreferrer">/r/d_language on Reddit</a> - A feed of news and blog posts about D.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/14/"/>
    <summary>4 awesome projects updated on Apr 02 - Apr 08, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2018/8/</id>
    <title>Awesome D Updates on Feb 19 - Feb 25, 2018</title>
    <updated>2018-02-24T10:56:51.000Z</updated>
    <published>2018-02-24T10:56:51.000Z</published>
    <content type="html"><![CDATA[<h3><p>Blogs</p>
</h3>
<ul>
<li><a href="https://dlang.org/blog/" rel="noopener noreferrer">blog.dlang.org</a> - Official blog.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2018/8/"/>
    <summary>1 awesome projects updated on Feb 19 - Feb 25, 2018</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/52/</id>
    <title>Awesome D Updates on Dec 25 - Dec 31, 2017</title>
    <updated>2017-12-29T19:42:23.000Z</updated>
    <published>2017-12-29T19:42:23.000Z</published>
    <content type="html"><![CDATA[<h3><p>Unmaintained / Language Processing</p>
</h3>
<ul>
<li><a href="https://github.com/huntlabs/collie" rel="noopener noreferrer">collie (⭐60)</a> - An asynchronous event-driven network framework written in dlang, like netty framework in D.</li>
</ul>

<ul>
<li><a href="https://github.com/huntlabs/flatbuffers" rel="noopener noreferrer">flatbuffers (⭐10)</a> - D Programming Language implementation of the google flatbuffers library.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/52/"/>
    <summary>2 awesome projects updated on Dec 25 - Dec 31, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/49/</id>
    <title>Awesome D Updates on Dec 04 - Dec 10, 2017</title>
    <updated>2017-12-04T04:28:04.000Z</updated>
    <published>2017-12-04T04:28:04.000Z</published>
    <content type="html"><![CDATA[<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="https://tour.dlang.org/" rel="noopener noreferrer">The Dlang Tour</a> - An interactive tutorial for D, inspired by Golang Tour.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/49/"/>
    <summary>1 awesome projects updated on Dec 04 - Dec 10, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/47/</id>
    <title>Awesome D Updates on Nov 20 - Nov 26, 2017</title>
    <updated>2017-11-20T21:24:50.000Z</updated>
    <published>2017-11-20T21:24:50.000Z</published>
    <content type="html"><![CDATA[<h3><p>Parallel Computing</p>
</h3>
<ul>
<li><a href="https://github.com/libmir/dcompute" rel="noopener noreferrer">DCompute (⭐139)</a> - <a href="https://dlang.org/blog/2017/07/17/dcompute-gpgpu-with-native-d-for-opencl-and-cuda/" rel="noopener noreferrer">GPGPU with Native D for OpenCL and CUDA</a></li>
</ul>

<ul>
<li><a href="https://github.com/DerelictOrg/DerelictCUDA" rel="noopener noreferrer">DerelictCUDA (⭐17)</a> - Dynamic bindings to the CUDA library for the D Programming Language.</li>
</ul>

<ul>
<li><a href="https://github.com/DerelictOrg/DerelictCL" rel="noopener noreferrer">DerelictCL (⭐7)</a> - Dynamic bindings to the OpenCL library for the D Programming Language.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/47/"/>
    <summary>3 awesome projects updated on Nov 20 - Nov 26, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/34/</id>
    <title>Awesome D Updates on Aug 21 - Aug 27, 2017</title>
    <updated>2017-08-26T20:04:32.000Z</updated>
    <published>2017-08-26T20:04:32.000Z</published>
    <content type="html"><![CDATA[<h3><p>Operating Systems</p>
</h3>
<ul>
<li><a href="https://github.com/xomboverlord/xomb" rel="noopener noreferrer">XOmB (⭐0)</a> - An exokernel operating system written in D</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/34/"/>
    <summary>1 awesome projects updated on Aug 21 - Aug 27, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/33/</id>
    <title>Awesome D Updates on Aug 14 - Aug 20, 2017</title>
    <updated>2017-08-20T08:19:48.000Z</updated>
    <published>2017-08-20T08:19:48.000Z</published>
    <content type="html"><![CDATA[<h3><p>Scientific</p>
</h3>
<ul>
<li><a href="https://github.com/libmir/mir" rel="noopener noreferrer">mir (⭐211)</a> - Sandbox for some mir packages: sparse tensors, Hoffman and others.</li>
</ul>

<ul>
<li><a href="https://github.com/libmir/mir" rel="noopener noreferrer">mir-algorithm (⭐211)</a> - N-dimensional arrays (matrixes, tensors), algorithms, general purpose library.</li>
</ul>

<ul>
<li><a href="https://github.com/libmir/mir-random" rel="noopener noreferrer">mir-random (⭐32)</a> - Advanced Random Number Generators.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/33/"/>
    <summary>3 awesome projects updated on Aug 14 - Aug 20, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/31/</id>
    <title>Awesome D Updates on Jul 31 - Aug 06, 2017</title>
    <updated>2017-08-03T02:36:25.000Z</updated>
    <published>2017-08-02T17:09:04.000Z</published>
    <content type="html"><![CDATA[<h3><p>CLI Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/burner/argsd" rel="noopener noreferrer">argsd (⭐18)</a> - A command line and config file parser for DLang</li>
</ul>
<h3><p>Machine Learning</p>
</h3>
<ul>
<li><a href="https://github.com/Netflix/vectorflow" rel="noopener noreferrer">vectorflow (⭐1.3k)</a> - Nexflix's opensource deep learning framework.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/31/"/>
    <summary>2 awesome projects updated on Jul 31 - Aug 06, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/22/</id>
    <title>Awesome D Updates on May 29 - Jun 04, 2017</title>
    <updated>2017-06-02T02:09:54.000Z</updated>
    <published>2017-06-02T02:09:54.000Z</published>
    <content type="html"><![CDATA[<h3><p>GUI Applications</p>
</h3>
<ul>
<li><a href="https://github.com/gnunn1/tilix" rel="noopener noreferrer">tilix (⭐5.6k)</a> - A tiling terminal emulator for Linux using GTK+ 3.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/22/"/>
    <summary>1 awesome projects updated on May 29 - Jun 04, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2017/6/</id>
    <title>Awesome D Updates on Feb 06 - Feb 12, 2017</title>
    <updated>2017-02-08T07:07:04.000Z</updated>
    <published>2017-02-08T07:07:04.000Z</published>
    <content type="html"><![CDATA[<h3><p>Game Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/MrSmith33/voxelman" rel="noopener noreferrer">Voxelman (⭐129)</a> - Plugin-based client-server voxel game engine written in D language.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2017/6/"/>
    <summary>1 awesome projects updated on Feb 06 - Feb 12, 2017</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/44/</id>
    <title>Awesome D Updates on Oct 31 - Nov 06, 2016</title>
    <updated>2016-11-03T02:30:02.000Z</updated>
    <published>2016-11-03T02:30:02.000Z</published>
    <content type="html"><![CDATA[<h3><p>Web Frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/hprose/hprose-d" rel="noopener noreferrer">Hprose (⭐26)</a> - A very newbility RPC Library for D, and it support 25+ languages now.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/44/"/>
    <summary>1 awesome projects updated on Oct 31 - Nov 06, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/37/</id>
    <title>Awesome D Updates on Sep 12 - Sep 18, 2016</title>
    <updated>2016-09-16T23:46:58.000Z</updated>
    <published>2016-09-16T23:46:58.000Z</published>
    <content type="html"><![CDATA[<h3><p>Organizations</p>
</h3>
<ul>
<li><a href="https://github.com/dlang" rel="noopener noreferrer">D Programming Language</a> - Official Organization, hosts DMD, Phobos and other official tools and libs.</li>
</ul>
<h3><p>Build Tools</p>
</h3>
<ul>
<li><a href="https://github.com/dlang/dub" rel="noopener noreferrer">dub (⭐718)</a> - De facto official package and build management system for D. Will be included officially soon.</li>
</ul>
<h3><p>IDEs &amp; Editors</p>
</h3>
<ul>
<li><a href="https://github.com/dlang/visuald" rel="noopener noreferrer">Visual D (⭐301)</a> - Visual Studio extension for the D programming language.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/37/"/>
    <summary>3 awesome projects updated on Sep 12 - Sep 18, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/21/</id>
    <title>Awesome D Updates on May 23 - May 29, 2016</title>
    <updated>2016-05-28T13:16:35.000Z</updated>
    <published>2016-05-26T12:53:22.000Z</published>
    <content type="html"><![CDATA[<h3><p>Articles</p>
</h3>
<ul>
<li><a href="https://garden.dlang.io/" rel="noopener noreferrer">D Functional Garden</a></li>
</ul>
<h3><p>Build Tools</p>
</h3>
<ul>
<li><a href="https://github.com/premake/premake-dlang" rel="noopener noreferrer">premake (⭐3)</a> - Premake has built-in support for D projects</li>
</ul>

<ul>
<li><a href="https://github.com/atilaneves/reggae" rel="noopener noreferrer">reggae (⭐186)</a> - meta build system in D</li>
</ul>

<ul>
<li><a href="https://github.com/bioinfornatics/MakefileForD" rel="noopener noreferrer">Makefile (⭐20)</a> - Makefile template for D projects</li>
</ul>

<ul>
<li><a href="https://github.com/dcarp/cmake-d" rel="noopener noreferrer">cmake-d (⭐66)</a> - CMake D Projects</li>
</ul>

<ul>
<li><a href="https://github.com/gecko0307/Cook2" rel="noopener noreferrer">cook2 (⭐27)</a> - Fast incremental build tool intended for projects in D</li>
</ul>
<h3><p>General Containers</p>
</h3>
<ul>
<li><a href="https://github.com/etcimon/memutils" rel="noopener noreferrer">memutils (⭐45)</a> - Overhead allocators, allocator-aware containers and lifetime management for D objects</li>
</ul>

<ul>
<li><a href="https://github.com/gecko0307/dlib" rel="noopener noreferrer">dlib.container (⭐225)</a> - generic data structures (GC-free dynamic and associative arrays and more)</li>
</ul>

<ul>
<li><a href="https://github.com/burner/std.rcstring" rel="noopener noreferrer">std.rcstring (⭐9)</a> - A reference counted string implementation for D's build in string construct</li>
</ul>
<h3><p>Data Serialization</p>
</h3>
<ul>
<li><a href="https://github.com/jacob-carlborg/orange" rel="noopener noreferrer">orange (⭐72)</a> - General purpose serializer (currently only supports XML)</li>
</ul>

<ul>
<li><a href="https://github.com/lodo1995/experimental.xml" rel="noopener noreferrer">std.experimental.xml (⭐20)</a> - Phobos candidate for a XML serialization</li>
</ul>
<h3><p>Image Processing</p>
</h3>
<ul>
<li><a href="https://github.com/gecko0307/dlib" rel="noopener noreferrer">dlib.image (⭐225)</a> - image processing (8 and 16 bits per channel, floating point operations, filtering, FFT, HDRI, graphics formats support including JPEG and PNG)</li>
</ul>

<ul>
<li><a href="https://github.com/adamdruppe/arsd/blob/master/color.d" rel="noopener noreferrer">color.d (⭐549)</a> + <a href="https://github.com/adamdruppe/arsd/blob/master/bmp.d" rel="noopener noreferrer">bmp.d (⭐549)</a>, <a href="https://github.com/adamdruppe/arsd/blob/master/jpg.d" rel="noopener noreferrer">jpg.d (⭐549)</a>, <a href="https://github.com/adamdruppe/arsd/blob/master/png.d" rel="noopener noreferrer">png.d (⭐549)</a> - basic color struct, HSL functions and reading and writing image files</li>
</ul>
<h3><p>Logging / Language Processing</p>
</h3>
<ul>
<li><a href="https://dlang.org/phobos/std_experimental_logger.html" rel="noopener noreferrer">std.experimenatal.logger</a> - Phobos's upcoming standard logging facility.</li>
</ul>
<h3><p>Configuration / Language Processing</p>
</h3>
<ul>
<li><a href="https://github.com/burner/inifiled" rel="noopener noreferrer">inifile-D (⭐22)</a> - A compile time ini file parser and writter generator for D</li>
</ul>
<h3><p>Unmaintained / Language Processing</p>
</h3>
<ul>
<li><a href="https://github.com/Extrawurst/DerelictLibui" rel="noopener noreferrer">LibUI (⭐34)</a> - Dynamic Binding for <a href="https://github.com/andlabs/libui" rel="noopener noreferrer">libui (⭐11k)</a></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/21/"/>
    <summary>16 awesome projects updated on May 23 - May 29, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/20/</id>
    <title>Awesome D Updates on May 16 - May 22, 2016</title>
    <updated>2016-05-17T18:44:01.000Z</updated>
    <published>2016-05-17T18:44:01.000Z</published>
    <content type="html"><![CDATA[<h3><p>Organizations</p>
</h3>
<ul>
<li><a href="https://github.com/libmir" rel="noopener noreferrer">libmir</a> - D's numeric library development team</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/20/"/>
    <summary>1 awesome projects updated on May 16 - May 22, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/14/</id>
    <title>Awesome D Updates on Apr 04 - Apr 10, 2016</title>
    <updated>2016-04-08T23:07:48.000Z</updated>
    <published>2016-04-08T23:07:48.000Z</published>
    <content type="html"><![CDATA[<h3><p>CLI Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/grogancolin/dexpect/" rel="noopener noreferrer">dexpect (⭐14)</a> - A D implementation of the expect framework. Handy for bash emulation.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/14/"/>
    <summary>1 awesome projects updated on Apr 04 - Apr 10, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/9/</id>
    <title>Awesome D Updates on Feb 29 - Mar 06, 2016</title>
    <updated>2016-03-04T03:04:12.000Z</updated>
    <published>2016-03-03T10:41:21.000Z</published>
    <content type="html"><![CDATA[<h3><p>Database Clients</p>
</h3>
<ul>
<li><a href="http://adilbaig.github.io/Tiny-Redis/" rel="noopener noreferrer">Tiny Redis</a> - Redis driver for D. Fast, Simple, Stable. Has no dependencies.</li>
</ul>
<h3><p>CLI Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/markuslaker/Argon" rel="noopener noreferrer">Argon (⭐17)</a> - A processor for command-line arguments, an alternative to Getopt, written in D.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/9/"/>
    <summary>2 awesome projects updated on Feb 29 - Mar 06, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/5/</id>
    <title>Awesome D Updates on Feb 01 - Feb 07, 2016</title>
    <updated>2016-02-04T04:43:02.000Z</updated>
    <published>2016-02-04T04:43:02.000Z</published>
    <content type="html"><![CDATA[<h3><p>Data Serialization</p>
</h3>
<ul>
<li><a href="https://github.com/atilaneves/cerealed" rel="noopener noreferrer">cerealed (⭐92)</a> - Serialisation library for D</li>
</ul>

<ul>
<li><a href="https://github.com/msoucy/dproto" rel="noopener noreferrer">dproto (⭐38)</a> - Google Protocol Buffer support in D.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/5/"/>
    <summary>2 awesome projects updated on Feb 01 - Feb 07, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/4/</id>
    <title>Awesome D Updates on Jan 25 - Jan 31, 2016</title>
    <updated>2016-01-29T09:25:47.000Z</updated>
    <published>2016-01-27T03:30:56.000Z</published>
    <content type="html"><![CDATA[<h3><p>Organizations</p>
</h3>
<ul>
<li><a href="https://github.com/ldc-developers" rel="noopener noreferrer">LDC Developers</a> - LDC releated projects.</li>
</ul>
<h3><p>GUI Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/buggins/dlangui" rel="noopener noreferrer">DLangUI (⭐858)</a> - Cross Platform GUI for D programming language. My personal favorite, 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" rel="noopener noreferrer">DLangIDE (⭐482)</a>.</li>
</ul>

<ul>
<li><a href="https://github.com/filcuc/dqml" rel="noopener noreferrer">dqml (⭐42)</a> - Qt Qml bindings for the D programming language.</li>
</ul>
<h3><p>Games</p>
</h3>
<ul>
<li><a href="https://github.com/kingsleyh/dtanks" rel="noopener noreferrer">Dtanks (⭐11)</a> - Robot Tank Battle Game.</li>
</ul>
<h3><p>Unmaintained / Language Processing</p>
</h3>
<ul>
<li><a href="https://github.com/d-widget-toolkit/dwt" rel="noopener noreferrer">DWT (⭐141)</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 didn't catch up popularity yet.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/4/"/>
    <summary>5 awesome projects updated on Jan 25 - Jan 31, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/3/</id>
    <title>Awesome D Updates on Jan 18 - Jan 24, 2016</title>
    <updated>2016-01-20T02:54:37.000Z</updated>
    <published>2016-01-20T02:54:37.000Z</published>
    <content type="html"><![CDATA[<h3><p>Organizations</p>
</h3>
<ul>
<li><a href="https://github.com/DlangScience" rel="noopener noreferrer">DlangScience</a> - A focal point and first port of call for scientific libraries and tooling for D.</li>
</ul>
<h3><p>Scientific</p>
</h3>
<ul>
<li><a href="https://github.com/DlangScience/scid" rel="noopener noreferrer">scid (⭐92)</a> - Scientific library for the D programming language</li>
</ul>

<ul>
<li><a href="https://github.com/DlangScience/dstats" rel="noopener noreferrer">dstats (⭐26)</a> - A statistics library for D.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/3/"/>
    <summary>3 awesome projects updated on Jan 18 - Jan 24, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2015/46/</id>
    <title>Awesome D Updates on Nov 16 - Nov 22, 2015</title>
    <updated>2015-11-13T21:30:48.000Z</updated>
    <published>2015-11-13T21:30:48.000Z</published>
    <content type="html"><![CDATA[<h3><p>Organizations</p>
</h3>
<ul>
<li><a href="http://www.infognition.com/company.html" rel="noopener noreferrer">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/workspace/repositories/" rel="noopener noreferrer">bitbucket</a>. They are also porting their main product--<a href="http://www.infognition.com/VideoEnhancer/" rel="noopener noreferrer">Video Enchanser</a> from C/C++ to D.</li>
</ul>
<h3><p>Lexers, Parsers &amp; Generators</p>
</h3>
<ul>
<li><a href="https://github.com/youxkei/ctpg" rel="noopener noreferrer">ctpg (⭐45)</a> - Compile-Time Parser (with converter) Generator written in D.</li>
</ul>
<h3><p>Preprocesors</p>
</h3>
<ul>
<li><a href="https://github.com/facebookarchive/warp" rel="noopener noreferrer">warp (⭐534)</a> - A fast preprocessor for C and C++ used in Facebook infrastructure. Written by Walter Bright.</li>
</ul>
<h3><p>Database Clients</p>
</h3>
<ul>
<li><a href="https://github.com/mysql-d/mysql-native" rel="noopener noreferrer">mysql-native (⭐82)</a> - A MySQL client implemented in native D.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2015/46/"/>
    <summary>4 awesome projects updated on Nov 16 - Nov 22, 2015</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2015/41/</id>
    <title>Awesome D Updates on Oct 12 - Oct 18, 2015</title>
    <updated>2015-10-09T04:05:04.000Z</updated>
    <published>2015-10-09T04:05:04.000Z</published>
    <content type="html"><![CDATA[<h3><p>Programming Languages</p>
</h3>
<ul>
<li><a href="https://github.com/higgsjs/Higgs" rel="noopener noreferrer">higgs (⭐883)</a> - Higgs JavaScript Virtual Machine, implemented in D.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2015/41/"/>
    <summary>1 awesome projects updated on Oct 12 - Oct 18, 2015</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2015/32/</id>
    <title>Awesome D Updates on Aug 10 - Aug 16, 2015</title>
    <updated>2015-08-03T16:53:20.000Z</updated>
    <published>2015-08-03T16:51:12.000Z</published>
    <content type="html"><![CDATA[<h3><p>Game Bindings</p>
</h3>
<ul>
<li><a href="https://github.com/DerelictOrg" rel="noopener noreferrer">DerelictOrg</a> - Bindings, now largely outdated. BindBC is its modern successor.<ul>
<li><a href="https://github.com/DerelictOrg/DerelictGLES" rel="noopener noreferrer">OpenGLES (⭐4)</a> - Graphics API</li>
<li><a href="https://github.com/DerelictOrg/DerelictENet" rel="noopener noreferrer">ENet (⭐8)</a> - Networking library</li>
<li><a href="https://github.com/DerelictOrg/DerelictTheora" rel="noopener noreferrer">libtheora (⭐2)</a> - Video codec</li>
<li><a href="https://github.com/DerelictOrg/DerelictOgg" rel="noopener noreferrer">libogg (⭐5)</a> - Audio codec</li>
<li><a href="https://github.com/DerelictOrg/DerelictVorbis" rel="noopener noreferrer">libvorbis (⭐3)</a> - Audio codec</li>
<li><a href="https://github.com/DerelictOrg/DerelictPQ" rel="noopener noreferrer">libpq (⭐8)</a> - PostgreSQL library</li>
<li><a href="https://github.com/DerelictOrg/DerelictPHYSFS" rel="noopener noreferrer">PhysicsFS (⭐4)</a> - Virtual file system</li>
<li><a href="https://github.com/DerelictOrg/DerelictODE" rel="noopener noreferrer">Open Dynamics Engine (ODE) (⭐7)</a> - Physics library</li>
<li><a href="https://github.com/DerelictOrg/DerelictALURE" rel="noopener noreferrer">ALURE (⭐3)</a> - Audio library</li>
<li><a href="https://github.com/DerelictOrg/DerelictIL" rel="noopener noreferrer">DevIL (⭐0)</a> - Image library</li>
</ul>
</li>
</ul>

<ul>
<li><a href="https://github.com/Jebbs/DSFML" rel="noopener noreferrer">DSFML (⭐97)</a> - A static binding of SFML in a way that makes sense for D.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2015/32/"/>
    <summary>2 awesome projects updated on Aug 10 - Aug 16, 2015</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2015/27/</id>
    <title>Awesome D Updates on Jul 06 - Jul 12, 2015</title>
    <updated>2015-06-30T09:56:41.000Z</updated>
    <published>2015-06-30T09:56:41.000Z</published>
    <content type="html"><![CDATA[<h3><p>Web Frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/etcimon/libasync" rel="noopener noreferrer">libasync (⭐149)</a> - Cross-platform event loop library of asynchronous objects</li>
</ul>

<ul>
<li><a href="https://github.com/etcimon/libhttp2" rel="noopener noreferrer">libhttp2 (⭐36)</a> - HTTP/2 library in D, translated from nghttp2</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2015/27/"/>
    <summary>2 awesome projects updated on Jul 06 - Jul 12, 2015</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2015/15/</id>
    <title>Awesome D Updates on Apr 13 - Apr 19, 2015</title>
    <updated>2015-04-10T23:56:41.000Z</updated>
    <published>2015-04-10T23:56:41.000Z</published>
    <content type="html"><![CDATA[<h3><p>Data Serialization</p>
</h3>
<ul>
<li><a href="https://github.com/BlackEdder/painlessjson" rel="noopener noreferrer">painlessjson (⭐24)</a> - Convert between D types and std.json.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2015/15/"/>
    <summary>1 awesome projects updated on Apr 13 - Apr 19, 2015</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2014/32/</id>
    <title>Awesome D Updates on Aug 11 - Aug 17, 2014</title>
    <updated>2014-08-10T12:42:28.000Z</updated>
    <published>2014-08-04T11:20:02.000Z</published>
    <content type="html"><![CDATA[<h3><p>Organizations</p>
</h3>
<ul>
<li><a href="https://github.com/economicmodeling" rel="noopener noreferrer">EMSI</a> - A Career building company that uses D as their main language. Hosts their opensource projects.</li>
</ul>
<h3><p>CLI Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/adamdruppe/arsd/blob/master/terminal.d" rel="noopener noreferrer">terminal.d (⭐549)</a> - Part of Adam Ruppe's <a href="https://github.com/adamdruppe/arsd" rel="noopener noreferrer">arsd (⭐549)</a> library supporting cursor and color manipulation on the console.</li>
</ul>
<h3><p>Games</p>
</h3>
<ul>
<li><a href="https://github.com/Ingrater/Spacecraft" rel="noopener noreferrer">Spacecraft (⭐18)</a> - A 3d multiplayer deathmatch space game written in D 2.0.</li>
</ul>
<h3><p>Image Processing</p>
</h3>
<ul>
<li><a href="https://github.com/CyberShadow/ae/tree/master/utils/graphics" rel="noopener noreferrer">ArmageddonEngine (⭐177)</a> - Vladimir Panteleev's ae library has a package for image processing in functional style, which is described in the article <a href="https://blog.cy.md/2014/03/21/functional-image-processing-in-d/" rel="noopener noreferrer">Functional Image Processing in D</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2014/32/"/>
    <summary>4 awesome projects updated on Aug 11 - Aug 17, 2014</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2014/31/</id>
    <title>Awesome D Updates on Aug 04 - Aug 10, 2014</title>
    <updated>2014-07-28T06:21:02.000Z</updated>
    <published>2014-07-28T06:21:02.000Z</published>
    <content type="html"><![CDATA[<h3><p>Tutorials</p>
</h3>
<ul>
<li><a href="https://github.com/PhilippeSigaud/D-templates-tutorial" rel="noopener noreferrer">D Template Tutorial (⭐233)</a> - A tutorial dedicated to D Templates. Very good explanation about templates. Has pdf version. by Philippe Sigaud.</li>
</ul>
<h3><p>Blogs</p>
</h3>
<ul>
<li><a href="http://planet.dsource.org" rel="noopener noreferrer">Planet D</a> - A repository of co-authored D-specific blogs maintained by Vladimir Panteleev.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2014/31/"/>
    <summary>2 awesome projects updated on Aug 04 - Aug 10, 2014</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2014/30/</id>
    <title>Awesome D Updates on Jul 28 - Aug 03, 2014</title>
    <updated>2014-07-25T06:48:10.000Z</updated>
    <published>2014-07-25T06:48:10.000Z</published>
    <content type="html"><![CDATA[<h3><p>Organizations</p>
</h3>
<ul>
<li><a href="https://github.com/Circular-Studios" rel="noopener noreferrer">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" rel="noopener noreferrer">Dash (⭐428)</a>, a 3D game engine written in D, and other related libs.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2014/30/"/>
    <summary>1 awesome projects updated on Jul 28 - Aug 03, 2014</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2014/29/</id>
    <title>Awesome D Updates on Jul 21 - Jul 27, 2014</title>
    <updated>2014-07-18T09:33:16.000Z</updated>
    <published>2014-07-18T09:33:16.000Z</published>
    <content type="html"><![CDATA[<h3><p>Lexers, Parsers &amp; Generators</p>
</h3>
<ul>
<li><a href="https://github.com/aBothe/D_Parser" rel="noopener noreferrer">Mono-D's DParser (⭐30)</a> - A D parser written in C# and used in Mono-D.</li>
</ul>

<ul>
<li><a href="https://github.com/pwil3058/dunnart" rel="noopener noreferrer">dunnart (⭐14)</a> - LALR(1) Parser Generator written in D.</li>
</ul>
<h3><p>Database Clients</p>
</h3>
<ul>
<li><a href="https://github.com/adamdruppe/arsd" rel="noopener noreferrer">arsd (⭐549)</a> - Adam D. Ruppe's 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>
</ul>

<ul>
<li><a href="https://github.com/buggins/hibernated" rel="noopener noreferrer">hibernated (⭐83)</a> - HibernateD is an ORM for D (similar to <a href="https://hibernate.org/" rel="noopener noreferrer">Hibernate</a>).</li>
</ul>

<ul>
<li><a href="https://github.com/pszturmaj/ddb" rel="noopener noreferrer">ddb (⭐39)</a> - Database access for D2. Currently only supports PostgreSQL.</li>
</ul>

<ul>
<li><a href="https://github.com/buggins/ddbc" rel="noopener noreferrer">ddbc (⭐80)</a> - DDBC is a DB Connector for D language (similar to JDBC). HibernateD (see below) uses ddbc for database abstraction.</li>
</ul>

<ul>
<li><a href="https://github.com/rikkimax/Dvorm" rel="noopener noreferrer">dvorm (⭐17)</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>
</ul>
<h3><p>GUI Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/gtkd-developers/GtkD" rel="noopener noreferrer">GtkD (⭐328)</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>
</ul>

<ul>
<li><a href="https://github.com/nomad-software/tkd" rel="noopener noreferrer">tkD (⭐119)</a> - GUI toolkit for the D programming language based on Tcl/Tk.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2014/29/"/>
    <summary>9 awesome projects updated on Jul 21 - Jul 27, 2014</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2014/28/</id>
    <title>Awesome D Updates on Jul 14 - Jul 20, 2014</title>
    <updated>2014-07-08T08:40:26.000Z</updated>
    <published>2014-07-08T07:50:53.000Z</published>
    <content type="html"><![CDATA[<h3><p>Lexers, Parsers &amp; Generators</p>
</h3>
<ul>
<li><a href="https://github.com/MartinNowak/lexer" rel="noopener noreferrer">Martin Nowak's Lexer (⭐14)</a> - A lexer generator.</li>
</ul>

<ul>
<li><a href="https://bitbucket.org/Abscissa/goldie/wiki/Home" rel="noopener noreferrer">Goldie</a> - Goldie Parsing System.</li>
</ul>
<h3><p>Web Frameworks</p>
</h3>
<ul>
<li><a href="https://github.com/rikkimax/Cmsed" rel="noopener noreferrer">cmsed (⭐19)</a> - A component library for Vibe that functions as a CMS.</li>
</ul>
<h3><p>CLI Libraries</p>
</h3>
<ul>
<li><a href="https://github.com/Abscissa/scriptlike" rel="noopener noreferrer">scriptlike (⭐94)</a> - Utility library to aid writing script-like programs in D.</li>
</ul>
<h3><p>CLI Applications</p>
</h3>
<ul>
<li><a href="https://github.com/BlackEdder/todod" rel="noopener noreferrer">todod (⭐17)</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" rel="noopener noreferrer">linenoise (⭐4.2k)</a>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2014/28/"/>
    <summary>5 awesome projects updated on Jul 14 - Jul 20, 2014</summary>
  </entry>
</feed>