https://github.com/webfreak001/d2dgame
2D Game Engine for Ludum Dare written in D
https://github.com/webfreak001/d2dgame
Last synced: over 1 year ago
JSON representation
2D Game Engine for Ludum Dare written in D
- Host: GitHub
- URL: https://github.com/webfreak001/d2dgame
- Owner: WebFreak001
- License: mit
- Created: 2015-04-02T18:52:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T16:30:28.000Z (over 4 years ago)
- Last Synced: 2025-01-11T04:13:44.393Z (over 1 year ago)
- Language: D
- Size: 3.3 MB
- Stars: 16
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# D2DGame
2D Game Engine for Ludum Dare written in D. Its similar to SFML and wraps SDL for rendering etc.
## Documentation
The documentation can be found at [https://d2d.webfreak.org/](https://d2d.webfreak.org/)
## Optional Versions
If you wish to enable several features such as Fonts, Textures, Audio, etc. you may want to enable these version identifiers in your dub recipe:
* `BindSDL_Image` - Enables BMFont, BMText, Bitmap.load
* `BindSDL_Mixer` - Enables Music, Sound
* `BindSDL_TTF` - Enables TTFFont, TTFText
# Note
If your on Ubuntu, run this command to install dependencies packages
```sh
sudo apt install libsdl2-dev libsdl-ttf2.0-dev libsdl2-mixer-dev libsdl2-image-dev
```