Feedback: using D in production for 3D products

Matheus m at gmail.com
Thu Mar 28 14:38:46 UTC 2019


On Thursday, 28 March 2019 at 06:36:11 UTC, Guillaume Lathoud 
wrote:
> ...
> Here is some feedback from using D, vibe.d, and small parts of 
> arsd
> to write micro-services to feed 3D products at my company...

It's nice to see some stories/feedback for D code in production. 
I usually write some tools in D to help with my work, where the 
main language there is C#.

> Overall great: expressive code, fun and reliable development
> (esp. using CTFE), excellent runtime performance (critical for 
> 3D)...

Could you elaborate about this 3D part? Because in many cases you 
fetch the data and GPU will handle the rendering etc. So I don't 
think the language itself should be a bottleneck.

Matheus.


More information about the Digitalmars-d mailing list