D language IDE based on DlangUI
Go to file
Vadim Lopatin d6faa69274 workspace stub 2015-01-13 10:38:14 +03:00
lib update description, DUB properties to copy res directory, add SDL2 dll for windows 2014-12-17 09:42:11 +03:00
res sample project 2014-12-05 19:37:00 +03:00
src workspace stub 2015-01-13 10:38:14 +03:00
workspaces/sample1 workspace stub 2015-01-13 10:38:14 +03:00
.gitignore add .gitignore 2014-12-05 18:42:30 +03:00
README.md update description, DUB properties to copy res directory, add SDL2 dll for windows 2014-12-17 09:42:11 +03:00
dlangide.visualdproj fixes 2014-12-19 13:53:34 +03:00
dub.json Merge branch 'master' of github.com:buggins/dlangide 2014-12-17 09:43:59 +03:00

README.md

Dlang IDE

Trying to write D language IDE using dlangUI library.

Build and run with DUB:

git clone git@github.com:buggins/dlangide.git
cd dlang ide
dub run

To develop in VisualD together with DlangUI, put this project on the same level as dlangui repository, and dependencies.

To run, it needs FreeImage.dll and directory /res in the same directory as executable.