Re: hunt-time library 1.0.0 beta1 released

2019-04-04 Thread Andre Pany via Digitalmars-d-announce
On Thursday, 4 April 2019 at 10:49:46 UTC, zoujiaqing wrote: Hunt time released the first beta version. hunt-time is a time library and similar to Joda-time and Java.time api. [...] I am not sure but did you rewrote the java.time library (copyright of Oracle) from Java to D? I am not an

hunt-time library 1.0.0 beta1 released

2019-04-04 Thread zoujiaqing via Digitalmars-d-announce
Hunt time released the first beta version. hunt-time is a time library and similar to Joda-time and Java.time api. The library features: * LocalDate - date without time * LocalTime - time without date * Instant - an instantaneous point on the time-line * DateTime - full date and time

bindbc-freeimage 0.1.0

2019-04-04 Thread Mike Parker via Digitalmars-d-announce
I recently ported DerelictFI to the BindBC framework as bindbc-freeimage: https://code.dlang.org/packages/bindbc-freeimage It binds to FreeImage 3.17 (the default) and 3.18 (configurable at compile time). I currently have no plans to support older versions (3.17 is already 4 years old, and

Re: bindbc-freeimage 0.1.0

2019-04-04 Thread Mike Parker via Digitalmars-d-announce
On Thursday, 4 April 2019 at 15:09:05 UTC, Mike Parker wrote: at compile time). I currently have no plans to support older versions (3.17 is already 4 years old, and 3.16 was released in 2015) but will consider it if there's demand. 3.16 was released in 2014.

Re: hunt-time library 1.0.0 beta1 released

2019-04-04 Thread zoujiaqing via Digitalmars-d-announce
On Thursday, 4 April 2019 at 11:25:34 UTC, Andre Pany wrote: On Thursday, 4 April 2019 at 10:49:46 UTC, zoujiaqing wrote: Hunt time released the first beta version. hunt-time is a time library and similar to Joda-time and Java.time api. [...] I am not sure but did you rewrote the

Re: New and Unofficial OpenCV binding for D programming language

2019-04-04 Thread Arun Chandrasekaran via Digitalmars-d-announce
On Thursday, 4 April 2019 at 23:08:21 UTC, Ferhat Kurtulmuş wrote: Hi folks! D is awesome, but it is a shame that there is no any opencv bindings for d yet. Actually we have it now :) Although I am a new dlang learner, I dared to do it: https://github.com/aferust/opencvd. C interface was

New and Unofficial OpenCV binding for D programming language

2019-04-04 Thread Ferhat Kurtulmuş via Digitalmars-d-announce
Hi folks! D is awesome, but it is a shame that there is no any opencv bindings for d yet. Actually we have it now :) Although I am a new dlang learner, I dared to do it: https://github.com/aferust/opencvd. C interface was taken from gocv, and the implementation has been highly influenced by