Re: code-d 0.12.0 - The user friendly release (code-d for noobs)

2016-10-07 Thread Soulsbane via Digitalmars-d-announce

On Tuesday, 4 October 2016 at 19:28:27 UTC, WebFreak001 wrote:
I've been working a lot on the new features for code-d to 
improve the user experience for new users and lower the barrier 
of creating D projects.
Will there be support for looking for dscanner.ini in .config 
rather than in project directory?







Re: GC blessed for C++ (again)

2016-10-07 Thread deadalnix via Digitalmars-d-announce

On Friday, 30 September 2016 at 14:12:30 UTC, Dejan Lekic wrote:
On Wednesday, 28 September 2016 at 20:50:28 UTC, Ali Çehreli 
wrote:

https://www.reddit.com/r/programming/comments/54xnbg/herb_sutters_experimental_deferred_and_unordered/

Ali


The paragraph I like the most there is: "The other important 
difference is that deferred_heap meets C++'s zero-overhead 
principle by being opt-in and granular, not default and global"


That is what I like the most about Herb's work...


We already have opt-in for the most part and I've been pushing 
for granular with isolated since at least 2014. So yeah, Herb's 
proposal is old news, but worse, it is kind of disappointing that 
it is anything new for the D community. I'm not sure if I or the 
community failed, but clearly there is a major failure here.




Project Highlight: DlangUI

2016-10-07 Thread Mike Parker via Digitalmars-d-announce
The latest post on the D Blog is all about Vadim's DlangUI. He 
shares some of the inspiration behind it, a few implementation 
details, and plans for the future.


The post: 
https://dlang.org/blog/2016/10/07/project-highlight-dlangui/
Reddit: 
https://www.reddit.com/r/programming/comments/56besf/dlangui_a_crossplatform_gui_written_in_and_for/


Re: WinTab (wacom tablet API) and Windows Core Audio bindings - new DUB packages

2016-10-07 Thread Vadim Lopatin via Digitalmars-d-announce

On Thursday, 6 October 2016 at 07:10:29 UTC, Vadim Lopatin wrote:

Hello,

I've published two new DUB packages.

derelict-wintab: derelict binding of WinTab32.DLL - API for 
Wacom digitizer tablets.


wasapi: translation of Windows Core Audio interfaces (Core 
Audio interfaces: MMDevice, WASAPI, EndpointVolume API).


I'm using them in my SoundTab project - Theremin-like 
synthesizer app which uses Wacom tablet as input device.


Just in hope it might be useful for someone.


One more binding shared: Derelict binding for libmpg123 library 
(mp3 decoder).

DUB package name: derelict-mpg123