diff --git a/index.html b/index.html index 267e9575..441e54a6 100644 --- a/index.html +++ b/index.html @@ -78,6 +78,9 @@
TODOs:
+ -Resources like fonts and images use reference counting. For proper resource freeing, always destroy widgets implicitly.
@@ -143,14 +143,15 @@ standard values are used. dub run dlangui:example1 -To develop using Visual-D, download sources for dlabgui and dependencies into some directory:
+To develop using Visual-D, download sources for dlangui and dependencies into some directory:
git clone https://github.com/buggins/dlangui.git git clone https://github.com/DerelictOrg/DerelictUtil.git git clone https://github.com/DerelictOrg/DerelictGL3.git - git clone https://github.com/DerelictOrg/DerelictFI.git git clone https://github.com/DerelictOrg/DerelictFT.git git clone https://github.com/DerelictOrg/DerelictSDL2.git + git clone https://github.com/gecko0307/dlib.git + git clone https://github.com/Devisualization/image.git de_image
Then open .sln using Visual D.