digitalmars.D.learn - Feedback request from production of the usage of DWT
- Menjanahary R. R. (2/2) Jun 12 2024 How important is its adoption?
- Dejan Lekic (5/7) Jun 13 2024 There are quite few D GUI projects we are aware of, Tilix being
- Menjanahary R. R. (2/11) Jun 14 2024 Thanks for sharing.
- Ferhat =?UTF-8?B?S3VydHVsbXXFnw==?= (8/10) Jun 13 2024 I am not sure if this is a known usage scenario with DWT. Once I
- Menjanahary R. R. (8/15) Jun 14 2024 Wow, Awesome project! 😀 Good illustration of using DWT
- Ferhat =?UTF-8?B?S3VydHVsbXXFnw==?= (6/25) Jun 14 2024 I remember that hid comes with a windows SDK, and used there for
- Ferhat =?UTF-8?B?S3VydHVsbXXFnw==?= (9/39) Jun 14 2024 Sorry
- Menjanahary R. R. (2/8) Jun 15 2024 You are right 😀 Indeed HID stands for "Human Interface Devices"
How important is its adoption? Is GUI App in D frequent?
Jun 12 2024
On Thursday, 13 June 2024 at 06:59:49 UTC, Menjanahary R. R. wrote:How important is its adoption? Is GUI App in D frequent?There are quite few D GUI projects we are aware of, Tilix being one of the popular ones. I have few personal projects that are based, like Tilix, on GtkD (https://gtkd.org). I never tried DWT.
Jun 13 2024
On Thursday, 13 June 2024 at 09:21:50 UTC, Dejan Lekic wrote:On Thursday, 13 June 2024 at 06:59:49 UTC, Menjanahary R. R. wrote:Thanks for sharing.How important is its adoption? Is GUI App in D frequent?There are quite few D GUI projects we are aware of, Tilix being one of the popular ones. I have few personal projects that are based, like Tilix, on GtkD (https://gtkd.org). I never tried DWT.
Jun 14 2024
On Thursday, 13 June 2024 at 06:59:49 UTC, Menjanahary R. R. wrote:How important is its adoption? Is GUI App in D frequent?I am not sure if this is a known usage scenario with DWT. Once I wanted to use DWT. Since it is a port to SWT of Java. You can use existing GUI designers of SWT. They generate Java SWT classes. I had to spend a minimum effort to convert the generated Java class into dlang. here it is: https://github.com/aferust/testds5
Jun 13 2024
On Thursday, 13 June 2024 at 11:31:31 UTC, Ferhat Kurtulmuş wrote:On Thursday, 13 June 2024 at 06:59:49 UTC, Menjanahary R. R. wrote:Wow, Awesome project! 😀 Good illustration of using DWT By the way, what does refer `"libs": ["hid"]` to in `https://github.com/aferust/ds5w-d/blob/main/dub.json`? It tried to build it but with no success... Does it have to do with some ressources refered within `https://github.com/aferust/ds5w-d/blob/main/source/ds5w/io.d` in `https://github.com/Ohjurot/DualSense-Windows/releases/download/v0.1-beta/DualSenseWindows_V0.1.zip`?How important is its adoption? Is GUI App in D frequent?... https://github.com/aferust/testds5
Jun 14 2024
On Friday, 14 June 2024 at 17:27:20 UTC, Menjanahary R. R. wrote:On Thursday, 13 June 2024 at 11:31:31 UTC, Ferhat Kurtulmuş wrote:I remember that hid comes with a windows SDK, and used there for usb interfacing. https://learn.microsoft.com/en-us/windows-hardware/drivers/hid/ I have a fish memory and didn't touch the repo for a while. You may have to set some paths in dub.jsonOn Thursday, 13 June 2024 at 06:59:49 UTC, Menjanahary R. R. wrote:Wow, Awesome project! 😀 Good illustration of using DWT By the way, what does refer `"libs": ["hid"]` to in `https://github.com/aferust/ds5w-d/blob/main/dub.json`? It tried to build it but with no success... Does it have to do with some ressources refered within `https://github.com/aferust/ds5w-d/blob/main/source/ds5w/io.d` in `https://github.com/Ohjurot/DualSense-Windows/releases/download/v0.1-beta/DualSenseWindows_V0.1.zip`?How important is its adoption? Is GUI App in D frequent?... https://github.com/aferust/testds5
Jun 14 2024
On Friday, 14 June 2024 at 17:39:00 UTC, Ferhat Kurtulmuş wrote:On Friday, 14 June 2024 at 17:27:20 UTC, Menjanahary R. R. wrote:Sorry "lflags-windows": ["D:/projects/d_projects/dwt/win-res/resource.res"] this res file is compiled with rc.exe of windows SDK and doesn't included in the repo. İt is just for embedded icon for exe and modern looknfeel of GUI window. https://learn.microsoft.com/en-us/windows/win32/menurc/resource-compiler. I don't have access to any computer at the moment. This is very common in windows programming. You can search for it. https://learn.microsoft.com/en-us/windows/win32/menurc/resource-compilerOn Thursday, 13 June 2024 at 11:31:31 UTC, Ferhat Kurtulmuş wrote:I remember that hid comes with a windows SDK, and used there for usb interfacing. https://learn.microsoft.com/en-us/windows-hardware/drivers/hid/ I have a fish memory and didn't touch the repo for a while. You may have to set some paths in dub.jsonOn Thursday, 13 June 2024 at 06:59:49 UTC, Menjanahary R. R. wrote:Wow, Awesome project! 😀 Good illustration of using DWT By the way, what does refer `"libs": ["hid"]` to in `https://github.com/aferust/ds5w-d/blob/main/dub.json`? It tried to build it but with no success... Does it have to do with some ressources refered within `https://github.com/aferust/ds5w-d/blob/main/source/ds5w/io.d` in `https://github.com/Ohjurot/DualSense-Windows/releases/download/v0.1-beta/DualSenseWindows_V0.1.zip`?How important is its adoption? Is GUI App in D frequent?... https://github.com/aferust/testds5
Jun 14 2024
On Friday, 14 June 2024 at 17:39:00 UTC, Ferhat Kurtulmuş wrote:... I remember that hid comes with a windows SDK, and used there for usb interfacing. https://learn.microsoft.com/en-us/windows-hardware/drivers/hid/ I have a fish memory and didn't touch the repo for a while. You may have to set some paths in dub.jsonYou are right 😀 Indeed HID stands for "Human Interface Devices"
Jun 15 2024