Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/profan/dlang-libs
- Owner: profan
- License: mit
- Created: 2015-02-23T20:31:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T19:25:34.000Z (over 9 years ago)
- Last Synced: 2024-04-24T04:43:15.862Z (8 months ago)
- Language: D
- Size: 244 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.