Track Awesome D Updates Weekly
A curated list of awesome D documents, frameworks, libraries and software. Inspired by awesome-python.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 dlang-community/awesome-d · ⭐ 620 · 🏷️ Programming Languages
Jan 15 - Jan 21, 2024
Tutorials
- DLang YouTube Tutorials from Mike Shah - Series of tutorials covering basic to advanced features of the D programming language and standard library.
Oct 16 - Oct 22, 2023
End-user applications / XML
- tshare (⭐90) - fast file sharing from cli, using transfer.sh
Jun 05 - Jun 11, 2023
Tutorials
- Let's learn D programming Game Dev! - A video series on learning game development with D from Ki Rill. His channel also posts other videos related to D programming.
May 22 - May 28, 2023
Articles / Bare metal / kernel development
- Origins of the D programming language - By Walter Bright, Andrei Alexandrescu, Michael Parker. The history and development of D language.
Build Tools / Bare metal / kernel development
- XMake - XMake is a crossplatform build system, that incorporated the D language and also has support for DUB repositories.
- wox (⭐0) - A highly flexible recipe build system inspired by Make
Web Frameworks / Bare metal / kernel development
- serverino (⭐30) - Small and ready-to-go http server, in D
Mar 20 - Mar 26, 2023
Tutorials
- Programming in Dlang - An introductory video series about programming in D.
End-user applications / XML
- Literate (⭐647) - A literate programming tool for any language
- onedrive (⭐8.8k) - #1 Free OneDrive Client for Linux
Mar 06 - Mar 12, 2023
Getting Help
- D on Discord - Another very active community for D conversations and question.
People
- Andrei Alexandrescu, PhD - C++ guru. Author of The D Programming Language and Modern C++ Design. 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.
Tutorials
- Functional image processing in D - 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.
Web Frameworks / Bare metal / kernel development
- Handy-Httpd (⭐28) - A simple, lightweight, and well-documented HTTP server that lets you bootstrap ideas and have something up and running in minutes.
Data serialization / JSON
- fast.json (⭐110) - A library for D that aims to provide the fastest possible implementation of some every day routines.
Game Frameworks / XML
- rengfx (⭐80) - lightweight, expressive, extensible 2D/3D game engine.
Games / XML
- Electronvolt (formerly Atrium) (⭐110) - FPS game with physics based puzzles using OpenGL.
Machine Learning / XML
- grain2 (⭐6) - Autograd and GPGPU library for dynamic neural networks in D
- tfd (⭐30) - Tensorflow wrapper for D
Feb 27 - Mar 05, 2023
Database clients / XML
- libpb (⭐4) - INteract with a PocketBase database
Command Line / XML
- dlog (⭐2) - extensible logging framework with message transformation support and custom loggers and contexts
- gogga (⭐3) - simple easy-to-use colorful logger for command-line applications
Sep 19 - Sep 25, 2022
WIP Compilers / Bare metal / kernel development
- sdc (⭐217) - The Snazzy D Compiler. Written in D. Grows Smarter every day.
Apr 25 - May 01, 2022
End-user applications / XML
- Inochi Creator (⭐645) - Tool to create and edit Inochi2D puppets
Feb 07 - Feb 13, 2022
End-user applications / XML
- Cryptic-Resolver (⭐2) - Manage cryptic commands' names, acronyms and your own knowledge base (a command line utility)
Jan 24 - Jan 30, 2022
Command Line / XML
- argparse - Flexible parser of command line arguments.
Game Frameworks / XML
- gfm (⭐3) - D gamedev toolkit.
Dec 06 - Dec 12, 2021
OS / XML
- SerpentOS - Snek factory (source code)
Game Engine Bindings / XML
- Godot-D (⭐204) - D language bindings for the Godot Engine's GDNative API
Nov 29 - Dec 05, 2021
Game Frameworks / XML
- Dagon (⭐290) - 3D game engine for D. see https://gecko0307.github.io/dagon/
Nov 08 - Nov 14, 2021
Dependency Injection / Language Processing
- Poodinis (⭐67) - A dependency injection framework for D with support for autowiring.
May 31 - Jun 06, 2021
GitHub Actions / Bare metal / kernel development
- setup-dlang (⭐46) - Install D compilers & DUB inside GitHub Actions
- dub-upgrade (⭐1) - Run
dub upgrade
trying to repeat on network failure and using package cache on GitHub Actions
Testing Frameworks / Bare metal / kernel development
- silly - Better test runner for the D programming language. No nonsense.
- dunit (⭐63) - Advanced unit testing & mocking toolkit
- unit-threaded (⭐120) - Multi-threaded unit test framework
Apr 19 - Apr 25, 2021
Web Frameworks / Bare metal / kernel development
- DSSG (⭐17) - A static site generator with a different approach.
Mar 15 - Mar 21, 2021
Official Website
- dlang.org - Official website for D.
- wiki.dlang.org - Official Wiki for D.
- code.dlang.org - Offical Library/Module Registry for D.
- forum.dlang.org - Official forum. Many interesting discussions occurring on a daily basis.
- Language Specification - D programming language specification.
People
- Walter Bright - Father of D. Walter Bright is the creator and first implementer of the D programming language and has implemented compilers for several other languages.
Events
- DConf - the premier event where D luminaries exchange knowledge, insight, and inspiration on everything related to the D language and its ecosystem.
Organizations
- Symmetry Investments - 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 Symmetry Autumn of Code. Have sponsored the development of excel-d, dpp (⭐225), autowrap (⭐79), mir-algorithm (⭐170), and various other projects.
Books
- TDPL - The D Programming Language by Andrei Alexandrescu.
- Programming in D - 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.
- D Cookbook - 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 review of the book.
- Learning D - 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.
- D Web Development - 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.
Tutorials
- Pragmatic D tutorial - This is a pragmatic introduction to the D Programming Language. by Andreas Zwinkau.
- Component programming in D - An article written by Walter Bright that details how D's functional support leads to a flexible and beautiful component programming style.
- Component programming with ranges - A detailed blog post about how to do component programming in a idiomatic D way with ranges, with a full working example.
- Creating a simple JSON serialiser in D - D metaprogramming tutorial series
Tutorials / Bare metal / kernel development
- D Bare bones - kernel hello world in D (using GDC compiler)
- D barebone with ldc2 - another kernel hello world in D (using LDC compiler)
- XOmB bare bones - an exokernel operating system written in D. Main page, github (⭐338).
- Bare Metal ARM Cortex-M GDC Cross Compiler - building a bare metal ARM Cortex-M (arm-none-eabi) GDC cross compiler for a Linux host.
Blogs / Bare metal / kernel development
- This week in D - 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.
- D Idioms - A great blog for many useful idioms with D programming.
- GTK-D coding - Simple examples of how to use GtkD to build GUI applications.
- Tasty D - A blog about learning the D programming language and various D language trivia.
Articles / Bare metal / kernel development
- Purity in D - An article that explains the design principles behind D's purity feature.
- D is for Data Science - A great post about how D is suitable for data science, particularly, replacing the role of python scripts for fast prototyping.
Package Management / Bare metal / kernel development
- code.dlang.org - Official D library repository. Backed by dub.
Build Tools / Bare metal / kernel development
- scons-d - Scons has built-in support for building D projects, thanks to Russel Winder.
- button - A universal build system to build your software at the push of a button.
- wild (⭐6) - Wild build system, used to build the PowerNex (⭐482) kernel
IDEs & Editors / Bare metal / kernel development
- IntelliJ D Language - Support for the D programming language within IntelliJ IDEA.
- Dexed - IDE for the D programming language, its compilers, tools and libraries.
- ide-d - Atom extension for D using serve-d
- DCD (⭐343) - Independent auto-complete program for the D programming language. Could be used with editors like vim, emacs, sublime text, textadept, and zeus. See editors support (⭐343).
- serve-d (⭐182) - Language Server Protocol (LSP) implementation for D. Adds modern IDE features to any editor with LSP support (VSCode, Atom, Vim/Neovim and others)
Lexers, Parsers, Parser Generators / Bare metal / kernel development
- libdparse (⭐113) - A D language lexer and parser, (possibly) future standard D parser/lexer.
Containers / Bare metal / kernel development
- EMSI containers (⭐110) - Containers that do not use the GC
Web Frameworks / Bare metal / kernel development
- vibe.d - Asynchronous I/O Web Framework that doesn’t get in your way, written in D.
- Apache Thrift - A lightweight, language-independent, featureful RPC framework. Thrift provides clean abstractions for data transport, data serialization, code generation, and application level processing. Dub package
Data serialization / JSON
- vibe.data.json - JSON functions in Vibe.d. Currently the best implementation I used.
- std.json - D's standard library JSON module. Needs refinement.
- std.data.json (⭐25) - Phobos candidate for JSON serialization (based on Vibed)
- asdf (⭐19) - Cache oriented string based JSON representation for fast read & writes and serialisation.
Data serialization / XML
- arsd dom.d (⭐517) - an xml/html DOM based on what Javascript provides in browsers
Database clients / XML
- vibe.d (⭐1.1k) - Vibe.d has internal support for Redis and MongoDB, which are very stable. Soon, the database drivers will be separated into independent projects.
Command Line / XML
- d-colorize - A port of the ruby library colorize (⭐1.2k). It add some methods to set color, background color and text effect on console easier using ANSI escape sequences.
- commandr (⭐37) - A modern, powerful commmand line argument parser.
GUI Libs / XML
- Sciter-Dport (⭐32) - D bindings for the Sciter - crossplatform HTML/CSS/script desktop UI toolkit.
OS / XML
- PowerNex (⭐482) - A kernel written in D
- Trinix (⭐100) - Hybrid operating system for x64 PC written in D
Game Bindings / XML
- BindBC libraries -
-betterC
compatible,@nogc
bindings using bindbc-loader (⭐25):- OpenGL - bindbc-opengl (⭐34)
- GLFW 3 - bindbc-glfw (⭐37)
- SDL 2 - bindbc-sdl (⭐80)
- SDL2_gfx - bindbc-sdlgfx (⭐1)
- SFML 2 - bindbc-sfml (⭐10)
- Imgui - immediate UI - bindbc-imgui (⭐15)
- Nuklear - immediate UI - bindbc-nuklear (⭐40)
- raylib - bindbc-raylib (⭐12)
- bgfx - bindbc-bgfx (⭐21)
- WebGPU - bindbc-wgpu (⭐22)
- Zstandard - compression - bindbc-zstandard (⭐2)
- nanomsg-next-gen - bindbc-nng (⭐1)
- OpenAL - audio engine - bindbc-openal (⭐7)
- SoLoud - audio engine - bindbc-soloud (⭐6)
- KiWi - widget library - bindbc-kiwi (⭐4)
- NanoVG - vector drawing engine - bindbc-nanovg (⭐3)
- Blend2D - 2D Vector Graphics Powered by a JIT Compiler - bindbc-blend2d (⭐4)
- Lua - bindbc-lua (⭐16)
- JoyShockLibrary - bindbc-jsl (⭐2)
- Newton Dynamics - physics engine - bindbc-newton (⭐8)
- FreeImage - bindbc-freeimage (⭐7)
- Assimp5 - bindbc-assimp
- Freetype - bindbc-freetype (⭐12)
- Harfbuzz - text shaping engine - bindbc-harfbuzz (⭐1)
Game Frameworks / XML
- Dash (⭐419) - A free and open 3D game engine written in D. see https://circularstudios.com/dash/.
Games / XML
- Backgammony (⭐42) - A Backgammon GUI for Linux built with Gtk.
Internationalization / XML
- bindbc-icu (⭐2) - bindbc bindings for the unicode ICU library.
Image Processing / XML
- opencvd (⭐22) - Unofficial OpenCV binding for D
Machine Learning / XML
- bindbc-onnxruntime (⭐10) - bindbc bindings to Microsoft's cross-platform, high performance ML inferencing and training accelerator
Scientific / Language Processing
- bindbc-mecab (⭐1) - bindbc MeCab binding (Part-of-Speech and Morphological Analyzer for Japanese)
Logging / Language Processing
- dlogg (⭐14) - Logging for concurrent applications and daemons with lazy and delayed logging, logrotate support.
Configuration / Language Processing
- D:YAML (⭐114) - YAML parser and emitter for the D programming language.
Blog Engine / Language Processing
- mood (⭐42) - simple vibe.d based blog engine
Mar 08 - Mar 14, 2021
People
May 11 - May 17, 2020
Command Line / XML
- luneta (⭐56) - A command-line fuzzy finder.
Jan 20 - Jan 26, 2020
Articles / Bare metal / kernel development
- Hidden treasures in the D standard library - An article talking about several useful functions and templates in Phobos.
Nov 18 - Nov 24, 2019
Dev Tools / Bare metal / kernel development
- D-Scanner (⭐235) - Swiss-army knife for D source code (linting, static analysis, D code parsing, etc.)
- dfmt (⭐197) - formatter for D source code
IDEs & Editors / Bare metal / kernel development
- Dutyl (⭐79) - Vim plugin that integrates various D development tools
Web Frameworks / Bare metal / kernel development
- dlang-requests (⭐151) - HTTP client library inspired by python-requests
Apr 15 - Apr 21, 2019
Organizations
- HuntLabs - A technology group using DLang. Have pure D language implementation of quickly develop server-side applications and build distributed system services.
Basic / Bare metal / kernel development
- hunt (⭐91) - A refined core library for D programming language. The module has concurrency / collection / event / io / logging / text / serialize and more.
- hunt-time (⭐2) - A time library and similar to Joda-time and Java.time api.
- hunt-validation (⭐3) - A data validation library for DLang based on hunt library.
Web Frameworks / Bare metal / kernel development
- hunt-net (⭐19) - High-performance network library for D programming language, event-driven asynchonous implemention(IOCP / kqueue / epoll).
- hunt-http (⭐31) - HTTP/1 and HTTP/2 protocol library for D.
- hunt-stomp (⭐0) - STOMP for websocket protocol library implement in D.
- Hunt Framework (⭐296) - 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.
- grpc (⭐45) - Grpc for D programming language, hunt-http library based.
- kissrpc (⭐40) - Fast and light, flatbuffers based rpc framework.
- hunt-gossip (⭐0) - A Apache V2 gossip protocol implementation for D programming language.
- hunt-cache (⭐6) - D language universal cache library, using radix, redis and memcached.
Database clients / XML
- hunt-entity (⭐56) - Hunt entity is an object-relational mapping tool for the D programming language. Referring to the design idea of JPA, support PostgreSQL / MySQL / SQLite.
- hunt-database (⭐46) - Hunt database abstraction layer for D programing language, support PostgreSQL / MySQL / SQLite.
Command Line / XML
- hunt-console (⭐4) - Hunt console creation easier to create powerful command-line applications.
Text Processing / Language Processing
- hunt-markdown (⭐11) - A markdown parsing and rendering library for D programming language. Support commonMark.
Mar 04 - Mar 10, 2019
Game Frameworks / XML
- PolyplexEngine (⭐38) - libpp is an XNA like framework written in D.
Jul 16 - Jul 22, 2018
Text Processing / Language Processing
- eBay's TSV utilities (⭐1.4k) - Filtering, statistics, sampling, joins and other operations on TSV files. Very fast, especially good for large datasets.
Jul 09 - Jul 15, 2018
Command Line / XML
- darg (⭐37) - Robust command line argument parsing for D.
Apr 02 - Apr 08, 2018
Getting Help
- Official D Forum Learn Group - Highest traffic site for answering D questions.
- D on Stack Overflow - Less traffic than forums but possibly easier to search.
- D on Rosetta Code - Examples of how to do many basic things in D.
Blogs / Bare metal / kernel development
- /r/d_language on Reddit - A feed of news and blog posts about D.
Feb 19 - Feb 25, 2018
Blogs / Bare metal / kernel development
- blog.dlang.org - Official blog.
Jan 08 - Jan 14, 2018
People
- YOU - Please add your information if you've done something interesting in D. It is you, the awesome people that made D awesome.
Scientific / XML
- decimals - Decimal library for D.
Dec 25 - Dec 31, 2017
Web Frameworks / Bare metal / kernel development
- collie (⭐60) - An asynchronous event-driven network framework written in dlang, like netty framework in D.
Data serialization / Binary Serilization
- flatbuffers (⭐11) - D Programming Language implementation of the google flatbuffers library.
Dec 04 - Dec 10, 2017
Tutorials
- The Dlang Tour - An interactive tutorial for D, inspired by Golang Tour.
Nov 20 - Nov 26, 2017
Video applications / XML
- DerelictGL3 (⭐80) - A dynamic binding to OpenGL for the D Programming Language.
Parallel computing / XML
- DerelictCUDA (⭐17) - Dynamic bindings to the CUDA library for the D Programming Language.
- DerelictCL (⭐8) - Dynamic bindings to the OpenCL library for the D Programming Language.
Oct 23 - Oct 29, 2017
Organizations
- sociomantic labs - Berlin based company specializing in real-time bidding for online advertising. Main sponsor of the annual D language conference. Has open-sourced large parts of their codebase as part of the tsunami organization.
Aug 21 - Aug 27, 2017
OS / XML
- XOmB (⭐338) - An exokernel operating system written in D
Aug 14 - Aug 20, 2017
Scientific / XML
- mir (⭐211) - Sandbox for some mir packages: sparse tensors, Hoffman and others.
- mir-algorithm (⭐211) - N-dimensional arrays (matrixes, tensors), algorithms, general purpose library.
- mir-random (⭐31) - Advanced Random Number Generators.
Jul 31 - Aug 06, 2017
Command Line / XML
- argsd (⭐15) - A command line and config file parser for DLang
Machine Learning / XML
- vectorflow (⭐1.3k) - Nexflix's opensource deep learning framework.
May 29 - Jun 04, 2017
Command Line / XML
- tilix (⭐5.2k) - A tiling terminal emulator for Linux using GTK+ 3.
Feb 06 - Feb 12, 2017
Game Frameworks / XML
- Voxelman (⭐123) - Plugin-based client-server voxel game engine written in D language
Oct 31 - Nov 06, 2016
Web Frameworks / Bare metal / kernel development
- Hprose (⭐26) - A very newbility RPC Library for D, and it support 25+ languages now.
Sep 12 - Sep 18, 2016
Official Website
- Github Organization - Official GitHub organization for D. Repo for all official D tools & code.
Organizations
- D Programming Language - Official Organization, hosts DMD, Phobos and other official tools and libs.
Build Tools / Bare metal / kernel development
- dub (⭐645) - De facto official package and build management system for D. Will be included officially soon.
Compilers / Bare metal / kernel development
- dmd (⭐2.8k) - 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++.
IDEs & Editors / Bare metal / kernel development
- Visual D (⭐285) - Visual Studio extension for the D programming language.
May 23 - May 29, 2016
Articles / Bare metal / kernel development
Build Tools / Bare metal / kernel development
- premake (⭐2) - Premake has built-in support for D projects
- reggae (⭐174) - meta build system in D
- Makefile (⭐20) - Makefile template for D projects
- cmake-d (⭐64) - CMake D Projects
- cook2 (⭐25) - Fast incremental build tool intended for projects in D
Containers / Bare metal / kernel development
- memutils (⭐40) - Overhead allocators, allocator-aware containers and lifetime management for D objects
- dlib.container (⭐210) - generic data structures (GC-free dynamic and associative arrays and more)
- std.rcstring (⭐9) - A reference counted string implementation for D's build in string construct
Data serialization / XML
- orange (⭐71) - General purpose serializer (currently only supports XML)
- std.experimental.xml (⭐21) - Phobos candidate for a XML serialization
GUI Libs / XML
- LibUI (⭐33) - Dynamic Binding for libui (⭐11k)
Image Processing / XML
- dlib.image (⭐210) - image processing (8 and 16 bits per channel, floating point operations, filtering, FFT, HDRI, graphics formats support including JPEG and PNG)
- color.d (⭐517) + bmp.d (⭐517), jpg.d (⭐517), png.d (⭐517) - basic color struct, HSL functions and reading and writing image files
Logging / Language Processing
- std.experimenatal.logger - Phobos's upcoming standard logging facility
Configuration / Language Processing
- inifile-D (⭐23) - A compile time ini file parser and writter generator for D
May 16 - May 22, 2016
Organizations
- libmir - D's numeric library development team
Apr 04 - Apr 10, 2016
Command Line / XML
- dexpect (⭐12) - A D implementation of the expect framework. Handy for bash emulation.
Feb 29 - Mar 06, 2016
Database clients / XML
- Tiny Redis - Redis driver for D. Fast, Simple, Stable. Has no dependencies.
Command Line / XML
- Argon (⭐17) - A processor for command-line arguments, an alternative to Getopt, written in D.
Feb 22 - Feb 28, 2016
Game Frameworks / XML
- DAllegro5 (⭐41) - D binding/wrapper to Allegro 5, a modern game programming library.
Feb 01 - Feb 07, 2016
Data serialization / Binary Serilization
- cerealed (⭐91) - Serialisation library for D
- dproto (⭐35) - Google Protocol Buffer support in D.
Jan 25 - Jan 31, 2016
Organizations
- LDC Developers - LDC releated projects.
GUI Libs / XML
- DLangUI (⭐778) - 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 DLangIDE (⭐430).
- DWT (⭐140) - 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.
- dqml (⭐41) - Qt Qml bindings for the D programming language.
Games / XML
- Dtanks (⭐11) - Robot Tank Battle Game.
Jan 18 - Jan 24, 2016
Organizations
- DlangScience -A focal point and first port of call for scientific libraries and tooling for D.
Scientific / XML
- scid (⭐89) - Scientific library for the D programming language
- dstats (⭐25) - A statistics library for D.
Nov 16 - Nov 22, 2015
Organizations
- infognition - 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 & tools written in D, hosted on bitbucket. They are also porting their main product--Video Enchanser from C/C++ to D.
Lexers, Parsers, Parser Generators / Bare metal / kernel development
- ctpg (⭐45) - Compile-Time Parser (with converter) Generator written in D.
Preprocesors / Bare metal / kernel development
- warp (⭐527) - A fast preprocessor for C and C++ used in Facebook infrastructure. Written by Walter Bright.
Database clients / XML
- mysql-native (⭐80) - A MySQL client implemented in native D.
Oct 12 - Oct 18, 2015
Javascript / Bare metal / kernel development
- higgs (⭐868) - Higgs JavaScript Virtual Machine, implemented in D.
Aug 10 - Aug 16, 2015
Game Bindings / XML
- DerelictOrg - A GitHub organization hosting all Derelict bindings including:
- OpenGL 3 (DerelictGL3),
- Bgfx (DerelictBgfx),
- ENet (DerelictENet),
- SDL 2 (DerelictSDL2),
- GLFW 3 (DerelictGLFW3),
- OpenGLES (DerelictGLES),
- Free Image (DerelictFI),
- Assimp3 (DerelictASSIMP3),
- libtheora (DerelictTheora),
- libogg (DerelictOgg),
- libvorbis (DerelictVorbis),
- SFML 2 (DerelictSFML2),
- libpq (DerelictPQ),
- PhysicsFS (DerelictPHYSFS),
- Open Dynamics Engine (DerelictODE),
- Lua (DerelictLua),
- DevIL (DerelictIL),
- OpenAL (DerelictAL),
- ALURE (DerelictALURE).
Game Frameworks / XML
- DSFML (⭐95) - A static binding of SFML in a way that makes sense for D. see http://dsfml.com/.
Jul 06 - Jul 12, 2015
Web Frameworks / Bare metal / kernel development
- libasync (⭐141) - Cross-platform event loop library of asynchronous objects
- libhttp2 (⭐35) - HTTP/2 library in D, translated from nghttp2
Apr 13 - Apr 19, 2015
Data serialization / JSON
- painlessjson (⭐22) - Convert between D types and std.json.
Dec 22 - Dec 28, 2014
Articles / Bare metal / kernel development
- Porting D Runtime to ARM - A study about porting a minimal D runtime to ARM Cortex-M preprocessors.
Aug 11 - Aug 17, 2014
Organizations
- EMSI - A Career building company that uses D as their main language. Hosts their opensource projects.
Tutorials
- OpenGL tutorials - OpenGL tutorials in D.
Command Line / XML
- terminal.d (⭐517) - Part of Adam Ruppe's arsd (⭐517) library supporting cursor and color manipulation on the console.
Game Frameworks / XML
- DGame (⭐84) - A 2D framework for the D programming Language. see http://dgame-dev.de/.
Games / XML
- Spacecraft (⭐17) - A 3d multiplayer deathmatch space game written in D 2.0.
Image Processing / XML
- ArmageddonEngine (⭐168) - Vladimir Panteleev's ae library has a package for image processing in functional style, which is described in the article Functional Image Processing in D.
- Blogsort - A simple Windows app for viewing photos and preparing them for a blog.
Configuration / Language Processing
- sdlang (⭐118) - An SDL (Simple Declarative Language) library for D.
Aug 04 - Aug 10, 2014
Tutorials
- D Template Tutorial (⭐223) - A tutorial dedicated to D Templates. Very good explanation about templates. Has pdf version. by Philippe Sigaud.
Blogs / Bare metal / kernel development
- Planet D - A repository of co-authored D-specific blogs maintained by Vladimir Panteleev.
Jul 28 - Aug 03, 2014
Organizations
- Circular Studios - We are a group of game developers at Rochester Institute of Technology building games and game tech. Hosts Dash (⭐419), a 3D game engine written in D, and other related libs.
Jul 21 - Jul 27, 2014
Official Website
- Issue tracking - Official issue tracking/reporting system for D. If you find bugs in the D compiler and/or libraries, please come and report them!
Compilers / Bare metal / kernel development
- ldc (⭐1.1k) - 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.
- gdc (⭐359) - 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.
Lexers, Parsers, Parser Generators / Bare metal / kernel development
- Mono-D's DParser (⭐30) - A D parser written in C# and used in Mono-D.
- Pegged (⭐532) - A Parsing Expression Grammar (PEG) module written in D.
- dunnart (⭐14) - LALR(1) Parser Generator written in D.
Database clients / XML
- arsd (⭐517) - 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.
- ddb (⭐40) - Database access for D2. Currently only supports PostgreSQL.
- ddbc (⭐76) - DDBC is a DB Connector for D language (similar to JDBC). HibernateD (see below) uses ddbc for database abstraction.
- hibernated (⭐82) - HibernateD is an ORM for D (similar to Hibernate).
- dvorm (⭐17) - An ORM for D with Vibe support. Works with vibe.d and mysql-d, giving it the ability to access MongoDB and MySQL.
GUI Libs / XML
- GtkD (⭐312) - GtkD is a D binding and OO wrapper of GTK+. GtkD is actively maintained and is currently the most stable GUI lib for D.
- tkD (⭐116) - GUI toolkit for the D programming language based on Tcl/Tk.
Jul 14 - Jul 20, 2014
Lexers, Parsers, Parser Generators / Bare metal / kernel development
- Martin Nowak's Lexer (⭐12) - A lexer generator.
- Goldie - Goldie Parsing System.
Web Frameworks / Bare metal / kernel development
- cmsed (⭐17) - A component library for Vibe that functions as a CMS.
Command Line / XML
- scriptlike (⭐90) - Utility library to aid writing script-like programs in D.
- todod (⭐15) - Todod is a command line based todo list manager. It also has support for shell interaction based on linenoise (⭐3.5k).