DiligentGraphics / DiligentEngine

A modern cross-platform low-level graphics library and rendering framework
http://diligentgraphics.com/diligent-engine/
Apache License 2.0
3.63k stars 331 forks source link

General Question about and SDL game #230

Closed lonnietc closed 1 year ago

lonnietc commented 1 year ago

Hello,

Hope that you are doing well today.

There is a bit dated SDL2 game (Tesseract 3D Engine, from Cube2) that I am interested in trying to update to a modern rendering engine so that I can also learn in the process about this area as well, but it seems to use SDL2 and OpenGL for the rendering part.

It seemed to make sense to me to consider a modern rendering engine that could also do Vulkan but from a good framework that covered more.

This will initially be run on Windows, but can also have builds for Linux and MacOS as well.

Do you think that Diligent Engine is capable and good for this purpose?

Thanks and have a great day

TheMostDiligent commented 1 year ago

Diligent sounds like a good fit for your needs. It supports Windows, Linux, Mac platforms, D3D12, Vulkan under the hood and uses modern graphics API abstractions

lonnietc commented 1 year ago

Hello,

Does Diligent Engine have any Golang bindings?

Thanks

TheMostDiligent commented 1 year ago

No

lonnietc commented 1 year ago

Thanks and have a great day.