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.
- Host: GitHub
- URL: https://github.com/bitpuffin/two.d
- Owner: BitPuffin
- License: zlib
- Created: 2013-02-05T12:42:18.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-13T13:32:07.000Z (about 13 years ago)
- Last Synced: 2025-07-13T03:45:09.802Z (10 months ago)
- Language: D
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
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 )