Re: CalderaD - SDL2 Vulkan renderer for windows, linux, and android

2021-05-27 Thread Danny Arends via Digitalmars-d-announce
On Friday, 14 May 2021 at 21:12:55 UTC, Imperatorn wrote: On Friday, 14 May 2021 at 16:39:53 UTC, Danny Arends wrote: Dear all, I'm proud to announce CalderaD, yet another SDL2 Vulkan renderer in the D Programming Language. However, this one will work on Windows, Linux, and even Android

Re: CalderaD - SDL2 Vulkan renderer for windows, linux, and android

2021-05-14 Thread Danny Arends via Digitalmars-d-announce
On Friday, 14 May 2021 at 17:29:13 UTC, evilrat wrote: On Friday, 14 May 2021 at 16:39:53 UTC, Danny Arends wrote: Find the GPL-v3 licensed code here: https://github.com/DannyArends/CalderaD You can set up platform filters in dub to automatically match target platforms without specifying

CalderaD - SDL2 Vulkan renderer for windows, linux, and android

2021-05-14 Thread Danny Arends via Digitalmars-d-announce
Dear all, I'm proud to announce CalderaD, yet another SDL2 Vulkan renderer in the D Programming Language. However, this one will work on Windows, Linux, and even Android. The current 'engine' is based on the excellent vulkan-tutorial.com, and uses SDL2 via the bindbc-sdl bindings for

A D blog post about my web server

2017-09-10 Thread Danny Arends via Digitalmars-d-announce
Hey all, Don't know if this is the right place to put this (delete if needed) I made some updates to my web server (written in the D language), and thought some of you might find it interesting: https://www.dannyarends.nl/Compression%20and%20encryption See the project here:

Re: Opensourced my web server written in D

2014-02-09 Thread Danny Arends
accepted by a client. I could look up in the old repository when/where. but in general I dont mind a little breakage because in general bad code breaks.. Gr, Danny Arends http://www.dannyarends.nl On Friday, 7 February 2014 at 17:06:58 UTC, Martin Nowak wrote: On 02/03/2014 11:02 AM, Danny Arends

Re: Opensourced my web server written in D

2014-02-04 Thread Danny Arends
, there is a little write up already in the DDOC of the files (I love DDOC), to generate run: ./sh/doc Then the documentation will be at: http://localhost/ddoc or just: cd www/localhost/ddoc Anywayz will keep you guys posted. Danny Arends On Tuesday, 4 February 2014 at 18:21:32 UTC, Andrei

Opensourced my web server written in D

2014-02-03 Thread Danny Arends
I wrote a small web server in D to learn the language. It's not done yet (what software ever is) but I wanted to show it off anyway. As always of-course any feedback is welcome See it here: https://github.com/DannyArends/DaNode Gr, Danny Arends http://www.dannyarends.nl

Re: Opensourced my web server written in D

2014-02-03 Thread Danny Arends
, Rory McGuire wrote: Interesting, are you using any event libraries or did you roll your own? On Mon, Feb 3, 2014 at 12:02 PM, Danny Arends danny.are...@gmail.comwrote: I wrote a small web server in D to learn the language. It's not done yet (what software ever is) but I wanted to show

Re: dlib - d utility library

2012-09-28 Thread Danny Arends
Apart from a description of the project this site seems empty! Is there anywhere a person can download the source code/try this out. If you want to browse it online (without check-out): http://code.google.com/p/dlib/source/browse/ Gr, Danny

Re: Wrote a blog post about CTFE and D

2012-09-04 Thread Danny Arends
Thanks for redditting, also put the second blog post on there http://redd.it/zcj4p I'll update both blogs (due to previous comments )as soon as I get round 2 it. On Tuesday, 4 September 2012 at 16:55:14 UTC, Andrei Alexandrescu wrote: On 8/30/12 11:41 AM, Danny Arends wrote: I wrote a blog

Re: Wrote a blog post about CTFE and D

2012-09-01 Thread Danny Arends
On Saturday, 1 September 2012 at 01:46:38 UTC, Rene Zwanenburg wrote: On Thursday, 30 August 2012 at 09:41:43 UTC, Danny Arends wrote: I wrote a blog post about the stuff I've been doing last weekend using CTFE. All comments are welcome, you can find the blog post at: http

Re: Yaw, Pitch and Roll with D 2.0

2012-09-01 Thread Danny Arends
On Saturday, 1 September 2012 at 00:47:20 UTC, bearophile wrote: Danny Arends: Another post: http://www.dannyarends.nl/?viewDetailed=00030 pure mat!(T)[3][] gen_rotationmatrices(T = float)(){ I suggest to write something like this (note the casing and other details): Mat!T[3

Yaw, Pitch and Roll with D 2.0

2012-08-31 Thread Danny Arends
Another post: http://www.dannyarends.nl/?viewDetailed=00030 Again all comments are welcome Danny Arends

Wrote a blog post about CTFE and D

2012-08-30 Thread Danny Arends
I wrote a blog post about the stuff I've been doing last weekend using CTFE. All comments are welcome, you can find the blog post at: http://www.dannyarends.nl/index.cgi?viewDetailed=00029 Danny Arends http://www.dannyarends.nl

Re: Wrote a blog post about CTFE and D

2012-08-30 Thread Danny Arends
Thanks for the feedback, I'll update it.. I was thinking to remove the struct all together, but when doing the rotation matrices its actually more clean / useful to have structures. Danny Arends http://www.dannyarends.nl On Thursday, 30 August 2012 at 11:25:55 UTC, bearophile wrote: Danny

Re: Wrote a blog post about CTFE and D

2012-08-30 Thread Danny Arends
On Thursday, 30 August 2012 at 17:40:16 UTC, Philippe Sigaud wrote: On Thu, Aug 30, 2012 at 7:10 PM, Danny Arends danny.are...@gmail.com wrote: I wrote a blog post about the stuff I've been doing last weekend using CTFE. All comments are welcome, you can find the blog post at: http