
A long time, OpenGL tutorial website, ogldev.org, has recently established a new YouTube channel dedicated to OpenGL tutorials. Join Etay Meiri and learn OpenGL today!
A long time, OpenGL tutorial website, ogldev.org, has recently established a new YouTube channel dedicated to OpenGL tutorials. Join Etay Meiri and learn OpenGL today!
This blog from Igalia follows the team’s effort in improving performance of the V3DV Vulkan driver for the Raspberry Pi 4. The blog explores the optimizations the team recently did to their backend compiler, the results, and future work.
Vivid3D C++, is a brand new 3D engine and IDE from Vivid Software.
It is 100% open source, and funded through public means. It has a custom UI called “Resonance2”. It supports scripting through Python, which is unique as most engines use C++ or C#. Click here to be taken to the GitHub page, where you can clone the engine. VIVID3D uploads updates frequently.
The engine uses AssImp 5.0 to allow it to import over 40+ 3D formats, including texture maps.
https://github.com/pysgames/Vivid3D
The GSN Composer is a free online tool for node-based visual programming. It is especially intended for educational purposes, such as computer graphics courses and tutorials.
The built-in shader editor allows rapid prototyping of GLSL shaders. Importantly, the created GLSL code is generic and can be used directly in other OpenGL/GLSL applications. Custom data for the shader’s UNIFORM and IN variables can be easily supplied via the visual interface, which is the main advantage compared to other web-based shader editors.
The shader editor was now upgraded to WebGL2 and supports GLSL ES 3.0 code. WebGL2 allows shaders with multiple render targets (MRT). For each additional OUT variable in the shader code, the interface automatically creates a corresponding output image. This facilitates G-buffers and deferred shading. Furthermore, examples for physical-based rendering (PBR) and HDR environment lighting are provided.
Collabora has been working with Microsoft on their D3D12 mapping layer. We’re excited to share that we have recently passed the OpenGL 3.3 conformance tests and have upstreamed the code in Mesa 3D! Also, I’m happy to report that Microsoft has released their compatibility pack that uses our work to provide OpenGL (and OpenCL) support. Photoshop can now run on both Windows on ARM CPUs! This is exciting to see high-profile applications like that benefit from our work!
Zink has announced that it now supports OpenGL 4.5 over Vulkan with Mesa 21.1.
Naivi have used the MoltenVK layered implementations of Vulkan functionality over Metal, a part of the Khronos Vulkan Portability Initiative, to port their NAP real-time performance engine from OpenGL to Vulkan to ship on Windows, Linux AND macOS. Naivi discovered that Vulkan apps run just as well on macOS as they do on Linux and Windows, avoiding the need for a dedicated Metal backend. Switching to Vulkan dramatically improved render-times for NAP’s Mac users, as well as providing a significant performance boost on Windows and Linux. The article concludes “Vulkan does feel like the future of graphics.”
xVision has released an update to version 2.00, which brings full compatibility with version 11.51 of X-Plane and the Vulkan API.
The xVision utility enables the user to manipulate shaders and alter the way X-Plane’s visual enhancements appear. Users of xVision 1.X would have noticed that when using the Vulkan API to render visuals, many of the shaders had little to no effect on X-Plane and their experience. With 2.00, xVision now supports shader tweaks for both Vulkan and OpenGL.
Panfrost, the open source driver for Arm Mali Midgard & Bifrost GPUs now provides non-conformant OpenGL ES 3.0 on Bifrost and desktop OpenGL 3.1 on Midgard. Panfrost’s desktop OpenGL support is native, reducing CPU overhead. Applications can now make use of the hardware’s hidden features, like explicit primitive restart indices, alpha testing, and quadrilaterals.
Remograph, providers of products and services for the computer graphics, visual simulation and 3D modeling markets, announced the release of Remo 3D v2.10. Remo 3D is an effective OpenGL-based tool for creating and modifying 3D models intended for realtime visualization. The primary file format is OpenFlight. Remo 3D is currently available for Microsoft Windows 10/8/7 and Linux. This new version 2.10 of Remo 3D brings support for more keyboard shortcuts, improved macro handling, setting of relative external reference paths and other various fixes. The full list of new features and improvements can be found in the release notes on our website.
Microsoft has released a compatibility pack that allows you to run any OpenCL and OpenGL apps on a Windows 10 PC that doesn’t have OpenCL and OpenGL hardware drivers installed by default. If you have a DirectX 12 driver installed on your Windows 10 PC, supported apps will run with hardware acceleration for better performance.
Beginning with Mesa 20.2 is OpenGL 4.5 support for LLVMpipe, the LLVM-based software rasterizer built as a Gallium3D driver. This succeeded LLVMpipe for years being limited to OpenGL 3.3. While the OpenGL 4.5 support has been enabled for weeks, The Khronos Group has now officially confirmed its implementation.
Intel merged a change to benefit Intel’s Iris Gallium3D (OpenGL) and ANV Vulkan drivers for making use of the HDC data cache for uniform buffer object (UBO) pulls on Gen12+ hardware, namely Tiger Lake at this point. By making use of the data cache for UBO pulls, there is generally up to another few percent improvements for various OpenGL and Vulkan games running on Linux—either natively or through the likes of the DXVK layer. Some improvements cited in the merge include:
This blog series discusses the port of the game Detroit: Become Human from PlayStation® 4 to P and is written jointly by Ronan Marchalot, 3D engine director, and 3D engine senior developers Nicolas Vizerie and Jonathan Siret from Quantic Dream, along with Lou Kramer, who is a developer technology engineer from AMD. The first instalment in this series walks the reader through choosing an API: Already having an OpenGL working version, the choice is between Direct X 12 and Vulkan. Read the post to learn which was chosen.