diff --git a/README.md b/README.md index d9c228db..792aa093 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,6 @@ To develop using Visual-D or MonoD, download sources for dlabgui and dependencie git clone https://github.com/DerelictOrg/DerelictGL3.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 git clone https://github.com/Dav1dde/gl3n.git Then open dlangui.sln using Visual D (or dlangui-monod.sln for MonoD) @@ -197,8 +195,6 @@ Clone dependency libraries git clone https://github.com/DerelictOrg/DerelictGL3.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 git clone https://github.com/Dav1dde/gl3n.git git clone https://github.com/p0nce/DerelictCocoa.git git clone https://github.com/nomad-software/x11.git @@ -233,7 +229,6 @@ Clone dependency libraries to dlangui/deps directory git clone https://github.com/DerelictOrg/DerelictGL3.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/Dav1dde/gl3n.git git clone https://github.com/nomad-software/x11.git @@ -270,7 +265,6 @@ Following settings are to be applied to all configurations of your new project ( * In your project options Build/Includes put list of import directories of DlangUI library and its dependencies, like ../dlangui/src - ../dlangui/deps/dlib ../dlangui/deps/gl3n ../dlangui/deps/DerelictSDL2/source ../dlangui/deps/DerelictFT/source @@ -304,9 +298,7 @@ Clone dependency libraries to dlangui/deps directory git clone https://github.com/DerelictOrg/DerelictGL3.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/Dav1dde/gl3n.git - git clone https://github.com/Devisualization/image.git de_image Open solution file with Mono-D @@ -341,7 +333,6 @@ Following settings are to be applied to all configurations of your new project ( * In your project options Build/Includes put list of import directories of DlangUI library and its dependencies, like ../dlangui/src - ../dlangui/deps/dlib ../dlangui/deps/gl3n ../dlangui/deps/DerelictSDL2/source ../dlangui/deps/DerelictFT/source @@ -375,9 +366,7 @@ Clone dependency libraries to dlangui/deps directory git clone https://github.com/DerelictOrg/DerelictGL3.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/Dav1dde/gl3n.git - git clone https://github.com/Devisualization/image.git de_image git clone https://github.com/Hackerpilot/libdparse.git For DlangIDE development, close dlangide project on the same directory level as dlangui is cloned: @@ -418,7 +407,6 @@ Following settings are to be applied to all configurations of your new project ( * In your project options Build/Includes put list of import directories of DlangUI library and its dependencies, like ../dlangui/src - ../dlangui/deps/dlib ../dlangui/deps/gl3n ../dlangui/deps/DerelictSDL2/source ../dlangui/deps/DerelictFT/source @@ -471,8 +459,8 @@ Third party components used * DerelictFT + FreeType library support under linux and optionally under Windows. * DerelictSDL2 + SDL2 for cross platform support * WindowsAPI bindings from http://www.dsource.org/projects/bindings/wiki/WindowsApi (patched) -* XCB and X11 bindings (patched) when SDL2 is not used; TODO: provide links -* DLIB - for loading GIF and JPEG images (it replaced FreeImage recently) +* X11 binding when SDL2 is not used +* PNG and JPEG reading code is based on dlib sources Hello World diff --git a/dlangui-monod-lib.dproj b/dlangui-monod-lib.dproj deleted file mode 100644 index 05b027a5..00000000 --- a/dlangui-monod-lib.dproj +++ /dev/null @@ -1,127 +0,0 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {84FCA922-7BD9-4B9E-A192-A52F0A830AF5} - true - true - ldc2 - true - - - {2B088613-C536-4E5C-8B74-7913267D75DA} - {5355CB25-5AA9-4738-9A0F-C0673DBBCB07} - {0B737AB4-0C3B-4250-A133-3AD793E2D322} - {87EE4E19-2409-4441-A0C0-2E6D08C555D9} - {174F5AAC-3D16-4AD9-9041-0DC0723A78FE} - - - - - ../DerelictUtil/source - ../DerelictFT/source - ../DerelictSDL2/source - ../DerelictGL3/source - ../dlib - src - - - - - true - bin\Debug - obj/Debug - false - false - dlangui-monod-lib - StaticLibrary - true - 0 - - - USE_SDL - USE_OPENGL - EmbedStandardResources - - - -Jviews -Jviews/res -Jviews/res/i18n -Jviews/res/mdpi - docs - - - dl - - - - - bin\Release - obj/Release - false - false - dlangui-monod-lib - Executable - true - 0 - project.ddoc -c -Dddocs - - - true - bin\Unittest - obj/Unittest - false - true - dlangui-monod-lib - Executable - true - 0 - project.ddoc -c -Dddocs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dlangui-monod-linux.dproj b/dlangui-monod-linux.dproj index b319c843..84da8ce5 100644 --- a/dlangui-monod-linux.dproj +++ b/dlangui-monod-linux.dproj @@ -334,39 +334,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dlangui-monod-osx.dproj b/dlangui-monod-osx.dproj index 981ade2f..d0feead4 100644 --- a/dlangui-monod-osx.dproj +++ b/dlangui-monod-osx.dproj @@ -191,40 +191,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/download_deps.sh b/download_deps.sh index 2582383d..39ccd31e 100755 --- a/download_deps.sh +++ b/download_deps.sh @@ -5,9 +5,7 @@ git clone https://github.com/DerelictOrg/DerelictUtil.git git clone https://github.com/DerelictOrg/DerelictGL3.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/Dav1dde/gl3n.git -git clone https://github.com/Devisualization/image.git de_image git clone https://github.com/Hackerpilot/libdparse.git git clone https://github.com/nomad-software/x11.git cd ../.. diff --git a/examples/dmledit/dmledit-monod-linux.dproj b/examples/dmledit/dmledit-monod-linux.dproj index 69c38021..396a6050 100644 --- a/examples/dmledit/dmledit-monod-linux.dproj +++ b/examples/dmledit/dmledit-monod-linux.dproj @@ -11,7 +11,6 @@ ../../src - ../../deps/dlib ../../deps/gl3n ../../deps/DerelictSDL2/source ../../deps/DerelictFT/source diff --git a/examples/dmledit/dmledit-monod-osx.dproj b/examples/dmledit/dmledit-monod-osx.dproj index 91aa6a8c..b4693475 100644 --- a/examples/dmledit/dmledit-monod-osx.dproj +++ b/examples/dmledit/dmledit-monod-osx.dproj @@ -16,7 +16,6 @@ ../../src - ../../deps/dlib ../../deps/gl3n ../../deps/DerelictGL3/source ../../deps/DerelictSDL2/source diff --git a/examples/dmledit/dmledit-monod-windows.dproj b/examples/dmledit/dmledit-monod-windows.dproj index e1f9af57..15bf72ae 100644 --- a/examples/dmledit/dmledit-monod-windows.dproj +++ b/examples/dmledit/dmledit-monod-windows.dproj @@ -16,7 +16,6 @@ ..\..\deps\DerelictGL3\source ..\..\deps\DerelictUtil\source ..\..\deps\gl3n - ..\..\deps\dlib diff --git a/examples/example1/example1-monod-linux.dproj b/examples/example1/example1-monod-linux.dproj index d29955c0..91821da3 100644 --- a/examples/example1/example1-monod-linux.dproj +++ b/examples/example1/example1-monod-linux.dproj @@ -16,7 +16,6 @@ ../../src - ../../deps/dlib ../../deps/gl3n ../../deps/x11/source ../../deps/DerelictSDL2/source diff --git a/examples/example1/example1-monod-osx.dproj b/examples/example1/example1-monod-osx.dproj index e6694f37..b891bfce 100644 --- a/examples/example1/example1-monod-osx.dproj +++ b/examples/example1/example1-monod-osx.dproj @@ -16,7 +16,6 @@ ../../src - ../../deps/dlib ../../deps/gl3n ../../deps/DerelictGL3/source ../../deps/DerelictSDL2/source diff --git a/examples/example1/example1-monod-windows.dproj b/examples/example1/example1-monod-windows.dproj index ec7d301c..0cf2223e 100644 --- a/examples/example1/example1-monod-windows.dproj +++ b/examples/example1/example1-monod-windows.dproj @@ -21,7 +21,6 @@ ..\..\deps\DerelictGL3\source ..\..\deps\DerelictUtil\source ..\..\deps\gl3n - ..\..\deps\dlib diff --git a/examples/helloworld/helloworld-monod-linux.dproj b/examples/helloworld/helloworld-monod-linux.dproj index 64e41d31..2a21be53 100644 --- a/examples/helloworld/helloworld-monod-linux.dproj +++ b/examples/helloworld/helloworld-monod-linux.dproj @@ -16,7 +16,6 @@ ../../src - ../../deps/dlib ../../deps/gl3n ../../deps/DerelictSDL2/source ../../deps/DerelictFT/source diff --git a/examples/helloworld/helloworld-monod-osx.dproj b/examples/helloworld/helloworld-monod-osx.dproj index 14cec4c4..ad366a1e 100644 --- a/examples/helloworld/helloworld-monod-osx.dproj +++ b/examples/helloworld/helloworld-monod-osx.dproj @@ -11,7 +11,6 @@ ../../src - ../../deps/dlib ../../deps/gl3n ../../deps/DerelictGL3/source ../../deps/DerelictSDL2/source diff --git a/examples/helloworld/helloworld-monod-windows.dproj b/examples/helloworld/helloworld-monod-windows.dproj index 41636412..40d029af 100644 --- a/examples/helloworld/helloworld-monod-windows.dproj +++ b/examples/helloworld/helloworld-monod-windows.dproj @@ -21,7 +21,6 @@ ..\..\deps\DerelictGL3\source ..\..\deps\DerelictUtil\source ..\..\deps\gl3n - ..\..\deps\dlib diff --git a/examples/spreadsheet/spreadsheet-monod-linux.dproj b/examples/spreadsheet/spreadsheet-monod-linux.dproj index 89c668f1..e5634004 100644 --- a/examples/spreadsheet/spreadsheet-monod-linux.dproj +++ b/examples/spreadsheet/spreadsheet-monod-linux.dproj @@ -11,7 +11,6 @@ ../../src - ../../deps/dlib ../../deps/gl3n ../../deps/DerelictSDL2/source ../../deps/DerelictFT/source diff --git a/examples/spreadsheet/spreadsheet-monod-osx.dproj b/examples/spreadsheet/spreadsheet-monod-osx.dproj index e0010075..6f8ae9e2 100644 --- a/examples/spreadsheet/spreadsheet-monod-osx.dproj +++ b/examples/spreadsheet/spreadsheet-monod-osx.dproj @@ -16,7 +16,6 @@ ../../src - ../../deps/dlib ../../deps/gl3n ../../deps/DerelictGL3/source ../../deps/DerelictSDL2/source diff --git a/examples/tetris/tetris-monod-linux.dproj b/examples/tetris/tetris-monod-linux.dproj index 3b49891c..a44ae609 100644 --- a/examples/tetris/tetris-monod-linux.dproj +++ b/examples/tetris/tetris-monod-linux.dproj @@ -11,7 +11,6 @@ ../../src - ../../deps/dlib ../../deps/gl3n ../../deps/DerelictSDL2/source ../../deps/DerelictFT/source diff --git a/examples/tetris/tetris-monod-osx.dproj b/examples/tetris/tetris-monod-osx.dproj index 1d5e9578..b77dde25 100644 --- a/examples/tetris/tetris-monod-osx.dproj +++ b/examples/tetris/tetris-monod-osx.dproj @@ -16,7 +16,6 @@ ../../src - ../../deps/dlib ../../deps/gl3n ../../deps/DerelictGL3/source ../../deps/DerelictSDL2/source diff --git a/examples/tetris/tetris-monod-windows.dproj b/examples/tetris/tetris-monod-windows.dproj index 9ee1cec5..45ced4fe 100644 --- a/examples/tetris/tetris-monod-windows.dproj +++ b/examples/tetris/tetris-monod-windows.dproj @@ -21,7 +21,6 @@ ..\..\deps\DerelictGL3\source ..\..\deps\DerelictUtil\source ..\..\deps\gl3n - ..\..\deps\dlib diff --git a/update_deps.sh b/update_deps.sh index 08f38157..76d39189 100755 --- a/update_deps.sh +++ b/update_deps.sh @@ -2,9 +2,7 @@ cd deps cd DerelictCocoa && git pull --tags origin master && cd .. cd DerelictGL3 && git pull --tags origin master && cd .. cd DerelictUtil && git pull --tags origin master && cd .. -cd dlib && git pull --tags origin master && cd .. cd DerelictFT && git pull --tags origin master && cd .. cd DerelictSDL2 && git pull --tags origin master && cd .. -cd de_image && git pull --tags origin master && cd .. cd gl3n && git pull --tags origin master && cd .. cd x11 && git pull --tags origin master && cd ..