D language IDE based on DlangUI
Go to file
Vadim Lopatin 79d8ebff2b support opening of project source files when clicking on project tree item 2015-01-19 11:51:18 +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 update resources 2015-01-16 20:59:16 +03:00
src support opening of project source files when clicking on project tree item 2015-01-19 11:51:18 +03:00
workspaces/sample1 sample project reading 2015-01-13 12:01:13 +03:00
.gitignore update .gitignore 2015-01-19 08:53:15 +03:00
.travis.yml Travis CI support 2015-01-15 15:39:04 +03:00
README.md update readme 2014-12-27 09:01:39 +03:00
dlangide.visualdproj workspace panel 2015-01-13 15:18:44 +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 https://github.com/buggins/dlangide.git
cd dlangide
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.