Pinned Repositories
console-colors
If its worth writing a command-line for, then it's worth having colors.
d-idioms
"Effective D" without the haircut.
DemoJS
My DemoJS entries.
DerelictCocoa
A dynamic binding to AppKit, CoreGraphics, CoreImage, and Foundation frameworks. This is deprecated, use dplug:cocoa instead!
DerelictFANN
Derelict loader for the FANN library.
dido
Simplistic toy editor for D. Failed and abandoned, use anything else instead!
DIID
Do It In D. With great power comes great readability.
scheme-d
Scheme interpreter in D. So incomplete it burns. Use chickenclisp package instead!
turtle
Tiny game engine for creative Friday programming.
Wormhol
3D local multiplayer snake game. (written in D1) Abandoned.
p0nce's Repositories
p0nce/d-idioms
"Effective D" without the haircut.
p0nce/DIID
Do It In D. With great power comes great readability.
p0nce/dido
Simplistic toy editor for D. Failed and abandoned, use anything else instead!
p0nce/turtle
Tiny game engine for creative Friday programming.
p0nce/console-colors
If its worth writing a command-line for, then it's worth having colors.
p0nce/DerelictFANN
Derelict loader for the FANN library.
p0nce/y4m-tools
Various command-line Y4M tools
p0nce/DerelictCocoa
A dynamic binding to AppKit, CoreGraphics, CoreImage, and Foundation frameworks. This is deprecated, use dplug:cocoa instead!
p0nce/DerelictSndFile
Derelictified binding to libsndfile, to use in D programs.
p0nce/binrange
Utility functions to parse/emit on a range of bytes.
p0nce/life-idioms
Personal thought organizer.
p0nce/picoc-d
picoc ported to D. Honestly, better use wren-port
p0nce/vox-d
VOX format importer (used by MagicaVoxel)
p0nce/vxlgen
Map generator for Ace of Spades 0.75, with a 3D labyrinth, trees, and mountains. Comes with a game-mode.
p0nce/y4m-d
Loader / emitter for Y4M files, a convenient uncompressed video format.
p0nce/DerelictBASS
DerelictBASS is a dynamic binding to the audio library BASS.
p0nce/DerelictCarbon
A dynamic binding to CoreFoundation, CoreServices, CoreGraphics, CoreAudio, AudioUnit and HiToolbox packages. This is deprecated, use dplug:carbon instead!
p0nce/fe-d
Port of fe language by rxi, to D.
p0nce/arsd
This is a collection of modules that I've released over the years. Most of them stand alone, or have just one or two dependencies in here, so you don't have to download this whole repo.
p0nce/bitoduc.fr
A website about french words for computer concepts.
p0nce/ci
dlang CI testing pipelines
p0nce/DerelictVG
DerelictVG is a dynamic binding to the OpenVG library.
p0nce/DIPs
D Improvement Proposals
p0nce/dub
Package and build management system for D
p0nce/implicit-context
Experimental contextual parameters (like Odin contexts and Scala implicits and Jai) but for D as-a-library
p0nce/njson
Minimal nogc JSON library for D
p0nce/numem
No-GC memory managment utilities for DLang
p0nce/phobos
The standard library of the D programming language
p0nce/redub
Attempt to recreate dub as a build system, original dub compatible, ignoring almost completely the package management.
p0nce/text-mode
Fast (WIP!) virtual text mode with 8x8 Unicode font and markup language. - currently sucks