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

https://github.com/bitpuffin/two.d

2D Game library for the D programming language, based on Allegro 5.
https://github.com/bitpuffin/two.d

Last synced: 3 months ago
JSON representation

2D Game library for the D programming language, based on Allegro 5.

Awesome Lists containing this project

README

          

Two.d
=====

A 2d game development library for the D programming language!

Based on the portable Allegro library. Except Two.d is much easier to use
and is made for D (unlike Allegro which is written in C).

Usage
-----

Two.d isn't ready yet.

Two.d has two dependencies, Allegro 5 (can be obtained from liballeg.org) and
DAllegro5 (can be found at https://github.com/SiegeLord/DAllegro5 )