https://github.com/gecko0307/dagon-sandbox
Demo application for Dagon 0.11
https://github.com/gecko0307/dagon-sandbox
Last synced: 29 days ago
JSON representation
Demo application for Dagon 0.11
- Host: GitHub
- URL: https://github.com/gecko0307/dagon-sandbox
- Owner: gecko0307
- License: bsl-1.0
- Created: 2019-05-25T14:52:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T21:36:50.000Z (over 4 years ago)
- Last Synced: 2025-02-01T19:12:52.702Z (3 months ago)
- Language: D
- Homepage:
- Size: 28.5 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Dagon Sandbox
Demo application for [Dagon](https://github.com/gecko0307/dagon) 0.11.0.[](https://gamedev.timurgafarov.ru/wp-content/uploads/2020/01/forest2-1024x617.jpg)
## Building
Run `dub build` as usual. It is recommended to use LDC and ` --build=release-nodounds` to get the best performance. On Linux and other non-Windows systems you should install Freetype and [Nuklear](https://github.com/Immediate-Mode-UI/Nuklear) using your system's package manager. The demo can work without them, but in that case UI will not be available. On Linux `nuklear.so` should be available in `$LD_LIBRARY_PATH` or in `/usr/local/lib`.