DiligentEngine
DiligentEngine copied to clipboard
A modern cross-platform low-level graphics library and rendering framework
Hello. I'm currently trying to build Diligent using MinGW-x64 (see below for compiler versions) gcc.exe (GCC) 13.2.0 g++.exe (GCC) 13.2.0 I generated the makefile using CMake, but when running "make"...
I have fresh Linux installation of Ubuntu 24.04 and trying to build Diligent. By following readme I failed with install prerequisite package python3-distutils. (with error "Package 'python3-distutils' has no installation...
I have tried to run dotnet app in linux Ubuntu 24.04 using NuGet package DiligentGraphics.DiligentEngine.Core. It failes to load GraphicsEngineVk. When looking into NuGet package I see only runtimes for...
I noted there is a macro called `ENGINE_DLL` which controls how the engine is linked. However, the README is lacking docs about details about this macro and how to toggle...
Hi, I am building DiligentEngine using Emscripten on Windows with WebGPU, and I used dawn as the native implementation of WebGPU, there are a lot of type name errors, such...
- Diligent Release v2.5.6 - OS: Ubuntu 22.04, Vulkan SDK 1.3.290 - Build tools: Cmake 3.28, gcc 11.4.0 - GPU and driver: NVIDIA GeForce RTX 3080, Driver 550.107.02 I am...
How do I build a shared library for Android that can be used in a system that doesn't rely on CMake?
For context, we don't use the CMake system. What is the best command to use to build the Diligent Engine into a shared library that can be linked by our...
One thing that seems very lacking in DiligentEngine are concrete and useful examples on how to use it. Lack of documentation is fine, because the code can help with such...
Hi , I 'm not fully understand the light / shadow usage, there is example "Shadow" use shadowmap + directional light, the "GltfViewer" use PBR , I tried a custom...