Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/profan/dlang-libs

Collection of random D libraries, built for personal game development projects.
https://github.com/profan/dlang-libs

Last synced: 29 days ago
JSON representation

Collection of random D libraries, built for personal game development projects.

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/profan/dlang-libs.svg?branch=master)](https://travis-ci.org/profan/dlang-libs)

dlang-libs
===============
Collection of personal modules for dlang separated out into a separate project because several projects depend on them.

collections.d
---------------
Various collection implementations, made mainly for use in personal game development projects.

ecs.d
---------------
Base for entity component system, based on structs where each component is stored in a contiguous array and inter-component dependencies are meant to be handled by giving components pointers to eachother at instantiation time.

memory.d
---------------
...

util.d
---------------
Collection of utility functions, useful in random places, no clear place of belonging.