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: 5 months 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T19:25:34.000Z (about 11 years ago)
- Last Synced: 2025-03-15T08:31:32.988Z (over 1 year ago)
- Language: D
- Size: 244 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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.