Pinned Repositories
bindbc-opus
Static & dynamic D bindings to Opus, opusenc, and opusfile, compatible with BetterC, @nogc, and nothrow.
bindbc-sdl
Static & dynamic D bindings to SDL and the SDL_* libraries, compatible with BetterC, @nogc, and nothrow. Mirror of:
aaagain
Associative arrays from DRuntime with support for custom allocators. Mirror of:
atlas
A D rectangle packer/texture atlas generator library.
bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
bindbc-allegro5
This project provides both static and dynamic bindings to the Allegro libraries. They are compatible with @nogc and nothrow and can be compiled with -betterC compatibility.
bindbc-imgui
(WIP)
objc
Static D bindings to Apple's Objective C runtime.
quiche
🥧 Savoury implementation of the QUIC transport protocol and HTTP/3
ui
ichordev's Repositories
ichordev/objc
Static D bindings to Apple's Objective C runtime.
ichordev/atlas
A D rectangle packer/texture atlas generator library.
ichordev/bindbc-imgui
(WIP)
ichordev/quiche
🥧 Savoury implementation of the QUIC transport protocol and HTTP/3
ichordev/ui
ichordev/aaagain
Associative arrays from DRuntime with support for custom allocators. Mirror of:
ichordev/bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
ichordev/bindbc-allegro5
This project provides both static and dynamic bindings to the Allegro libraries. They are compatible with @nogc and nothrow and can be compiled with -betterC compatibility.
ichordev/bindbc-llvm
WIP.
ichordev/bindbc-sdl
A configurable set of dynamic and static D bindings, to the SDL library and its satellites, which are compatible with @nogc, nothrow, and BetterC.
ichordev/bindbc-sdl-tests
Hastily translated SDL tests, used to help find bugs in bindbc-sdl.
ichordev/dlang.org
Pages for the dlang.org website, home of the D Programming Language
ichordev/cdt
Constrained Delaunay Triangulation in D
ichordev/De-GML
A library to help with porting GameMaker games to D.
ichordev/dmd
dmd D Programming Language compiler
ichordev/DoonEngine
a voxel path-tracer
ichordev/FastNoiseLite-D
D bindings for FastNoiseLite
ichordev/gaemu
gamemaker 8 emulator: just enough features to run my fork of classic Spelunky
ichordev/iota
Input-output (audio, controls, etc) library for D
ichordev/isla-d
A library for parsing the ISLA serialisation format in D.
ichordev/kdtree
A k-dimensional tree implementation for D.
ichordev/memterface
Generic allocator interfaces for templated D code. Intended to supersede std.experimental.allocator. Mirror of:
ichordev/NTropy
Generate cryptographically secure pseudorandom numbers from system sources in D.
ichordev/organya
A music sequencer using DirectX and which is not depend on MIDI device.
ichordev/Packages
Syntax highlighting files shipped with Sublime Text and Sublime Merge
ichordev/pairing-heap
A pairing heap (priority queue) implementation for D, along with a custom 'priority map' (mixture of a priority queue and hash map). Mirror of:
ichordev/phobos
The standard library of the D programming language
ichordev/redub
Attempt to recreate dub as a build system, original dub compatible, ignoring almost completely the package management.
ichordev/shelper
bgfx shader helper for D.
ichordev/sparsed
Sparse sets in D.