πŸ‡«πŸ‡· Made in France

Discover France's Leading Open Source Projects: Explore top-notch open source initiatives hailing from the vibrant tech community of France.

TOP D Projects

1
AuburnSounds/Dplug

AuburnSounds/Dplug

Audio plugin framework. VST2/VST3/AU/AAX/LV2 for Linux/macOS/Windows.
D
484
star
2
AuburnSounds/intel-intrinsics

AuburnSounds/intel-intrinsics

The Dlang SIMD library
D
66
star
3
AuburnSounds/gamut

AuburnSounds/gamut

Image encoding and decoding library for D. Detailed layout control. Experimental codec QOIX.
D
40
star
4
AuburnSounds/printed

AuburnSounds/printed

Generate PDF/SVG/HTML with D, with a Canvas-style API. Now with a flow document emitter.
D
36
star
5
biozic/quantities

biozic/quantities

A library to work with quantities and units.
D
34
star
6
p0nce/DIID

p0nce/DIID

Do It In D. With great power comes great readability.
D
34
star
7
AuburnSounds/audio-formats

AuburnSounds/audio-formats

Audio file decoding in pure D, no link dependency.
D
33
star
8
AuburnSounds/game-mixer

AuburnSounds/game-mixer

Audio mixer and playback library like SDL_mixer but without dependencies.
D
19
star
9
p0nce/turtle

p0nce/turtle

Tiny game engine for creative Friday programming.
D
18
star
10
p0nce/dido

p0nce/dido

Simplistic toy editor for D. Failed and abandoned, use anything else instead!
D
18
star
11
rtbo/wayland-d

rtbo/wayland-d

Wayland bindings for D
D
17
star
12
p0nce/Wormhol

p0nce/Wormhol

3D local multiplayer snake game. (written in D1) Abandoned.
D
17
star
13
AuburnSounds/wren-port

AuburnSounds/wren-port

A port of the Wren programming language to D. Because why not.
D
17
star
14
rtbo/gfx-d

rtbo/gfx-d

A graphics library for D
D
16
star
15
AuburnSounds/commonmark-d

AuburnSounds/commonmark-d

Port of MD4C. D Markdown parser. Fast. SAX-like interface. Compliant to CommonMark 0.29 specification.
D
16
star
16
p0nce/scheme-d

p0nce/scheme-d

Scheme interpreter in D. So incomplete it burns. Use chickenclisp package instead!
D
15
star
17
p0nce/console-colors

p0nce/console-colors

If its worth writing a command-line for, then it's worth having colors.
D
9
star
18
deadalnix/schnorr

deadalnix/schnorr

D
9
star
19
CromFr/nwn-lib-d

CromFr/nwn-lib-d

Library & tools for handling Neverwinter Nights 1/2 resources files
D
7
star
20
aldocd4/decs

aldocd4/decs

@nogc D language Entity Component System
D
7
star
21
deadalnix/DSFML

deadalnix/DSFML

D binding for SFML
D
6
star
22
aldocd4/terrain-generator-d

aldocd4/terrain-generator-d

Basic terrain generator in D language
D
6
star
23
p0nce/y4m-tools

p0nce/y4m-tools

Various command-line Y4M tools
D
6
star
24
p0nce/DerelictFANN

p0nce/DerelictFANN

Derelict loader for the FANN library.
D
6
star
25
rtbo/squiz-box

rtbo/squiz-box

D library for archiving and compression
D
6
star
26
gchatelet/dlang_cpp_std

gchatelet/dlang_cpp_std

A take at interfacing D with the std::string and std::vector
D
5
star
27
boolangery/d-autointf

boolangery/d-autointf

Auto interface implementation generator for D.
D
5
star
28
deadalnix/cashaddressed

deadalnix/cashaddressed

D
5
star
29
deadalnix/Dsort

deadalnix/Dsort

Sorting implementations in D
D
4
star
30
rtbo/wayland-client-d

rtbo/wayland-client-d

D bindings to wayland-client library
D
4
star
31
p0nce/DerelictCocoa

p0nce/DerelictCocoa

A dynamic binding to AppKit, CoreGraphics, CoreImage, and Foundation frameworks. This is deprecated, use dplug:cocoa instead!
D
4
star
32
p0nce/DerelictSndFile

p0nce/DerelictSndFile

Derelictified binding to libsndfile, to use in D programs.
D
4
star
33
p0nce/binrange

p0nce/binrange

Utility functions to parse/emit on a range of bytes.
D
3
star
34
p0nce/vxlgen

p0nce/vxlgen

Map generator for Ace of Spades 0.75, with a 3D labyrinth, trees, and mountains. Comes with a game-mode.
D
3
star
35
p0nce/y4m-d

p0nce/y4m-d

Loader / emitter for Y4M files, a convenient uncompressed video format.
D
3
star
36
p0nce/ae-graphics

p0nce/ae-graphics

CyberShadow's AE graphics module in a stripped form. (DEPRECATED in favor of dplug:graphics)
D
3
star
37
rtbo/vkdgen

rtbo/vkdgen

Vulkan D bindings generator
D
3
star
38
p0nce/vox-d

p0nce/vox-d

VOX format importer (used by MagicaVoxel)
D
3
star
39
p0nce/picoc-d

p0nce/picoc-d

picoc ported to D. Honestly, better use wren-port
D
3
star
40
rtbo/glib-d

rtbo/glib-d

Static bindings to glib including gobject for the D Programming Language
D
3
star
41
biozic/sizefmt

biozic/sizefmt

A small library to format file sizes (in D)
D
3
star
42
changi67/tikidebpackage

changi67/tikidebpackage

Debian Packaging configuration for Tiki (Started in tiki3)
D
3
star
43
gchatelet/OpenFxD

gchatelet/OpenFxD

An implementation of the OpenFx plugin API in the D language
D
3
star
44
gchatelet/deimos-mpfr

gchatelet/deimos-mpfr

D bindings for MPFR
D
2
star
45
rtbo/dopamine

rtbo/dopamine

A package manager and development helper for compiled languages
D
2
star
46
rtbo/dgt

rtbo/dgt

D GUI Toolkit
D
2
star
47
p0nce/DerelictBASS

p0nce/DerelictBASS

DerelictBASS is a dynamic binding to the audio library BASS.
D
2
star
48
CromFr/NWN2GuiViewer

CromFr/NWN2GuiViewer

Standalone GUI viewer for Neverwinter Nights 2
D
2
star
49
rtbo/xlib-d

rtbo/xlib-d

D bindings to Xlib
D
2
star
50
boolangery/d-rpc

boolangery/d-rpc

RPC for D
D
2
star
51
Ashaan/sygil-gentoo-overlay

Ashaan/sygil-gentoo-overlay

Gentoo Layman and /etc/portage
D
2
star
52
gchatelet/d_sequence_parser

gchatelet/d_sequence_parser

A D implementation of https://github.com/mikrosimage/SequenceParser
D
2
star
53
Club-Elec/OpenAGS

Club-Elec/OpenAGS

Opensource Arcade Game Selector
D
2
star
54
aldocd4/dnogc

aldocd4/dnogc

D language nogc utilities
D
2
star
55
p0nce/project_euler

p0nce/project_euler

Project Euler problems I solved.
D
2
star
56
KoltesDigital/blur-effect

KoltesDigital/blur-effect

Small project testing Derelict3, OpenGL 3+ API and SCons.
D
2
star
57
naturalsolutions/ecoReleve-Explorer

naturalsolutions/ecoReleve-Explorer

ecoReleve Explorer repository
D
2
star
58
DaemonSnake/metaComp

DaemonSnake/metaComp

A D compile time library that handle lexing, parsing and compilation with an associated syntax free grammar for scripting at compile time and code translation
D
2
star
59
p0nce/common2

p0nce/common2

Library code shared between Vibrant and Wormhol.
D
2
star
60
Hequin0x/SulkaDasm

Hequin0x/SulkaDasm

Tool for patching Habbo Client
D
2
star
61
AuburnSounds/Dplug-wasteland-public

AuburnSounds/Dplug-wasteland-public

The Dplug wasteland is a repositery of widgets and DSP code for Dplug.
D
2
star
62
cym13/dirduster

cym13/dirduster

Fast CLI web path bruteforcing
D
2
star
63
cym13/dialog

cym13/dialog

Chat over SSH, port of ssh-chat to D
D
1
star
64
fleger/user-initscripts

fleger/user-initscripts

A user daemon system based on and relying upon the Arch Linux initscripts.
D
1
star
65
smougenot/play-rpm-build

smougenot/play-rpm-build

Build rpm for play intall
D
1
star
66
J2cx/GroupProspection

J2cx/GroupProspection

Java, J2ee, Vaadin, SQL Server 2008
D
1
star
67
sipi/simple-power-manager

sipi/simple-power-manager

Monitor the battery level to turn off or set in sleep mode the computer.
D
1
star
68
hackolite/RegardeLesAlgues

hackolite/RegardeLesAlgues

Computer Vision Tools for Bioreactor Managment
D
1
star
69
KoltesDigital/Helix

KoltesDigital/Helix

Mathematics library for D2
D
1
star
70
schmurfy/dtrace_test

schmurfy/dtrace_test

Playing with dtrace user-space probes
D
1
star
71
hadronized/skp

hadronized/skp

skp D framework
D
1
star
72
wheybags/steamirc

wheybags/steamirc

Fake irc server that relays pms and channel messages to and from steam pms and steam group chats
D
1
star
73
opisano/Nested

opisano/Nested

Nested is a Nintendo Entertainment System emulator written in D.
D
1
star
74
deadalnix/japan-quizz

deadalnix/japan-quizz

D
1
star
75
opisano/Rossignol

opisano/Rossignol

Rossignol is a free RSS/Atom desktop client written in D.
D
1
star
76
dackmin/TitaniumAjaxModule

dackmin/TitaniumAjaxModule

Read the title.
D
1
star
77
Snaipe/Damon

Snaipe/Damon

Functional constructs for the D programming language
D
1
star
78
CromFr/PAM-D

CromFr/PAM-D

Pam example for the D language
D
1
star
79
p0nce/DerelictCarbon

p0nce/DerelictCarbon

A dynamic binding to CoreFoundation, CoreServices, CoreGraphics, CoreAudio, AudioUnit and HiToolbox packages. This is deprecated, use dplug:carbon instead!
D
1
star
80
CromFr/gtk-hud

CromFr/gtk-hud

Simple program to quickly search in window menus. Similar to Ubuntu HUD.
D
1
star
81
gchatelet/murmurhash3_d

gchatelet/murmurhash3_d

An implementation of murmurhash3 for the D language
D
1
star
82
cym13/libpcap-d-bindings

cym13/libpcap-d-bindings

Libpcap D bindings
D
1
star
83
CromFr/LcdaTools

CromFr/LcdaTools

Tooling for LCDA, a Neverwinter Nights 2 server
D
1
star
84
rtbo/img-d

rtbo/img-d

A set of bindings to manipulate images with the D programming language.
D
1
star
85
rtbo/libconfig-d

rtbo/libconfig-d

Port of libconfig to the D programming language
D
1
star
86
aldocd4/dpgsql

aldocd4/dpgsql

Basic D PostgreSQL client
D
1
star
87
opisano/crc32c

opisano/crc32c

Computation of crc32c in D
D
1
star
88
notnotme/msi-steelseries

notnotme/msi-steelseries

A small D application that let you use the Steelseries keyboard found on MSI laptop
D
1
star
89
rtbo/lv2-d

rtbo/lv2-d

LV2 plugins in D programming language
D
1
star
90
bmaggi/DesignPatterns

bmaggi/DesignPatterns

A Papyrus model containing some classic design patterns
D
1
star
91
Bo-Duke/ECb-Lab-Majordome

Bo-Duke/ECb-Lab-Majordome

D
1
star
92
aldocd4/telegram-d

aldocd4/telegram-d

Telegram API implementation in D language
D
1
star
93
boolangery/d-ntp-client

boolangery/d-ntp-client

D
1
star
94
julienXX/dlobstergopher

julienXX/dlobstergopher

Create a gophermap file from lobste.rs newest entries
D
1
star
95
rtbo/freetype-d

rtbo/freetype-d

D bindings to Freetype
D
1
star
96
rtbo/png-d

rtbo/png-d

D bindings to libpng
D
1
star
97
boolangery/d-automapper

boolangery/d-automapper

Compile-time generated object mapper for D
D
1
star
98
Erebz/M2verse

Erebz/M2verse

A "Miiverse 2" homebrew project
D
1
star
99
blackbird806/SDL2_gfxPrimitives-D

blackbird806/SDL2_gfxPrimitives-D

A D translation of SDL2_gfxPrimitives from https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
D
1
star
100
Krid3l/secway

Krid3l/secway

Stupid but Employable CSV Wrangler, Editor and Yanker. Made for Devos Code's September 2022 contest.
D
1
star