Kapps / dap

An asset pipeline used to provide integrate with build systems to convert and process raw assets into a format more efficiently read at runtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAP - D Asset Pipeline is a content pipeline vaguely based off of Microsoft's XNA Framework, used to convert assets into a format more easily read at runtime. DAP is capable of parallel builds, custom processors, compression and archiving, and is independent of IO systems (however only file storage is implemented at the moment).

DAP is a work in progress and not quite ready for public use. Current development focus is on implementing packed archives, better compression algorithms, and most importantly, implementing more providers. Some features, such as loading dynamic libraries containing importers and processors, will have to wait until better shared library support exists in D.

About

An asset pipeline used to provide integrate with build systems to convert and process raw assets into a format more efficiently read at runtime.


Languages

Language:D 97.5%Language:Shell 2.5%