Is ddraw fully supported?

Discuss topics related to DXGL that don't belong in any other category.
Post Reply
LazerBlazer
Posts: 2
Joined: March 15th, 2021, 10:00 pm

Is ddraw fully supported?

Post by LazerBlazer »

Hi, great project! :)

I just recently testing out DXGL with the dx7sdk samples, it works with the latest release but I noticed some issues like images not loading, lighting and some 3d stuff not displaying or loading.

I'm not sure if these are bugs or they are just not fully implemented yet.

Are all directdraw functions already fully supported? How about d3d/direct3d?
William
Site Admin
Posts: 178
Joined: November 19th, 2011, 5:08 pm
Contact:

Re: Is ddraw fully supported?

Post by William »

Many features are not fully implemented yet.

For a rough estimate of what APIs are currently supported (I have to go through the list again) see https://dxgl.org/wiki/DXGL_Features
LazerBlazer
Posts: 2
Joined: March 15th, 2021, 10:00 pm

Re: Is ddraw fully supported?

Post by LazerBlazer »

Thanks. Are you planning to fully implement all directdraw functions?

I found other projects quite similar and almost complete, but DXGL seems more straightforward.
William
Site Admin
Posts: 178
Joined: November 19th, 2011, 5:08 pm
Contact:

Re: Is ddraw fully supported?

Post by William »

LazerBlazer wrote: April 16th, 2021, 2:04 am Thanks. Are you planning to fully implement all directdraw functions?

I found other projects quite similar and almost complete, but DXGL seems more straightforward.
I do eventually.
Post Reply