Re: Beta 2.097.2

2021-08-08 Thread Temtaime via Digitalmars-d-announce

On Wednesday, 4 August 2021 at 17:34:32 UTC, Martin Nowak wrote:
Glad to announce the first beta for the 2.097.2 point release, 
♥ to the 4 contributors.


http://dlang.org/download.html#dmd_beta
http://dlang.org/changelog/2.097.2.html

As usual please report any bugs at
https://issues.dlang.org

-Martin


Anyone to fix ? https://issues.dlang.org/show_bug.cgi?id=22148
noreturn is unusable for me because of this bug


Re: D and C++ renderer side by side demonstration

2021-08-08 Thread IGotD- via Digitalmars-d-announce

On Saturday, 7 August 2021 at 03:15:30 UTC, Ki Rill wrote:
Here is a youtube 
[link](https://www.youtube.com/watch?v=7nWXbmLsIRI).


I was watching Timur Gafarov’s videos on Dagon Engine and 
stumbled upon a video that demonstrated a C++ Renderer Engine 
using the same Sponza scene. I thought it would be a great idea 
to show them side by side.


This is not a “X vs Y” video! It just demonstrates the 
capabilities of D and C++ side by side.


You can do rendering engines in D, nice example. Next questions 
would be


1. Is GC being used or is custom memory management being used?
2. How much is D and how much are library calls (to OpenGl, 
DirectX whatever which presumably are done in C++)?