Re: D + Qt + QtDesigner

2022-09-27 Thread ryuukk_ via Digitalmars-d-announce

On Tuesday, 27 September 2022 at 21:07:25 UTC, Willian wrote:

https://forum.dlang.org/post/misbkuqdifjdhhsox...@forum.dlang.org

On Sunday, 21 November 2021 at 15:08:18 UTC, MGW wrote:

I am still developing my QtE5 library.
Unfortunately, I don't have enough free time to make it into a 
complete dub package.


Link to short video: http://www.youtube.com/watch?v=TFN5P4eoS_o


Dear friends,
I would like to know if it is possible to gather the D 
community to work together on D + Qt + QtDesigner.
I believe that the maturation of this library is the gateway 
for many programmers in the D language.


Announce is not the right place to ask questions, either #learn 
or #general


Posts in the #announce category are automatically shared on 
twitter, so we should avoid sending out noise/spam


Re: D + Qt + QtDesigner

2022-09-27 Thread Ali Çehreli via Digitalmars-d-announce

On 9/27/22 16:21, Vladimir Marchevsky wrote:

> Considering licensing model of Qt and political decisions of Qt
> Foundation

Those were the reasons why my friends Barbara and Ansel started CopperSpice:

  https://www.copperspice.com

Ali




Re: D + Qt + QtDesigner

2022-09-27 Thread Vladimir Marchevsky via Digitalmars-d-announce

On Tuesday, 27 September 2022 at 21:07:25 UTC, Willian wrote:

I would like to know if it is possible to gather the D 
community to work together on D + Qt + QtDesigner.
I believe that the maturation of this library is the gateway 
for many programmers in the D language.


Considering licensing model of Qt and political decisions of Qt 
Foundation, GTK looks much better. Also having C API GTK is 
probably much easier to use directly and efficiently rather than 
non-standard C++ of Qt.


D + Qt + QtDesigner

2022-09-27 Thread Willian via Digitalmars-d-announce

https://forum.dlang.org/post/misbkuqdifjdhhsox...@forum.dlang.org

On Sunday, 21 November 2021 at 15:08:18 UTC, MGW wrote:

I am still developing my QtE5 library.
Unfortunately, I don't have enough free time to make it into a 
complete dub package.


Link to short video: http://www.youtube.com/watch?v=TFN5P4eoS_o


Dear friends,
I would like to know if it is possible to gather the D community 
to work together on D + Qt + QtDesigner.
I believe that the maturation of this library is the gateway for 
many programmers in the D language.





Re: Binary Literals Not Going Anywhere

2022-09-27 Thread TheGag96 via Digitalmars-d-announce

On Monday, 26 September 2022 at 06:19:05 UTC, Max Samukha wrote:
Please do not take the backlash against the removal of binary 
literals as general aversion to breaking changes/deprecations. 
D has plenty to remove/deprecate (and it is NOT `alias this`, 
unless that is replaced with a more general mechanism, such as 
`using` in Jai).


+1 on Jai's `using` feature! `alias this` should definitely be 
more appreciated.


Re: DConf '22 Day One Videos

2022-09-27 Thread Petar via Digitalmars-d-announce

On Monday, 26 September 2022 at 12:48:54 UTC, Mike Parker wrote:
I've finished editing uploading all of the videos for Day One 
of DConf. You can find them here:


https://www.youtube.com/playlist?list=PLIldXzSkPUXVDzfnBlXcqZF6GB_ejjkEn

I hope to be able to pick up the pace a bit after this week.


Awesome! Thank you and everyone else for the hard work for making 
DConf possible!


Re: Binary Literals Not Going Anywhere

2022-09-27 Thread Petar via Digitalmars-d-announce

On Monday, 26 September 2022 at 04:40:02 UTC, Mike Parker wrote:

He confirmed that they will not be deprecated.
If you're using them today, you can keep using them tomorrow.


Great!




Re: Meanwhile on the audio front

2022-09-27 Thread bauss via Digitalmars-d-announce
On Thursday, 22 September 2022 at 13:10:11 UTC, Guillaume Piolat 
wrote:
September was a great month for the D sub-community around 
#Dplug & #audio.


We got no less than 3 releases using D and Dplug:

- **OneTrick Simian**, your synthwave drum synth by Punk Labs. 
An algo perc synth, there aren't too many of those, it is on 
the level of Microtonic... first commercial synth in D too.

  https://punklabs.com/ot-simian

- **Tarabia MK2 PRO 1.1** by SMAOLAB
  An update to the creative distortion toolbox, for leads and - 
as I found out - even master bus. Covers a wide range of 
distortion effects.

  https://smaolab.org/product/tarabiamk2/

- **Lens** by Auburn Sounds, do-it-all compressor and expander 
with a special home-grown transform. It is very clean, and 
blows the spectral dynamics competition for free, while your 
CPU burst in flames.

  https://www.auburnsounds.com/products/Lens.html

To answer to the increased challenge of catering to more users, 
Dplug will soon create the "Wasteland", public & private 
repositeries of unmaintained bits of code. Members will also 
get one vote each to coopt new members.


Amazing