Advertisement

Latest DX12 Activity

One thing to keep in mind is that Unity/Unreal are cross-platform, and those available APIs are generally not. Thus, you will try to use abstractions over the APIs as much as possible, so you can build your game on PC, Linux, Android, iOS, etc… without having to code the same feature 3-4 times in d…

4,245 views
Advertisement
komires
May 17, 2024 02:52 PM
Matali Physics 6.5 Supports

We are pleased to announce the release of Matali Physics 6.5, the next significant step on the way to the seventh major version of the environment. Matali Physics 6.5 introduces a number of improvements and fixes to Matali Physics Core, Matali Render, Matali Content, Matali Synth and Matali Games m…

14,561 views

Hello!

I'm currently working on an engine trying to implement animated mesh particles. Up until recently I only needed animated billboard particles and static mesh particles, which work fine. All our particles are simulated on the GPU using compute shaders.

To animated the mesh particles, we thought …

4,147 views

I have a small issue with my shaders. Sorry if it is not the right place for this question. In general, the essence is that for my application on dx12, I have shaders in glsl (I'm too lazy to rewrite them because there are many, and they are not only for dx12), and I compile them into hlsl using sp…

4,108 views
komires
December 19, 2023 08:42 PM
Matali Physics 6.4 Presents an Innovative, Physics-Based Approach to Wayfinding

We are pleased to announce the release of Matali Physics 6.4, the significant step on the way to the seventh major version of the environment. Matali Physics 6.4 introduces a number of improvements and fixes to Matali Physics Core, Matali Render, Matali Content, Matali Sound and Matali Games module…

4,539 views

RE: The best way to render text in D3D12 of https://www.gamedev.net/forums/forum/5-graphics-and-gpu-programming/

Now you can display plain text by calling two C++ functions.

Refactored text rendering code from DirectXTK12. Everything unnecessary has been removed, only for Windows, headers only.…

3,023 views
Weird stair-step effect on back face edges with pixel blending and MSAA enabled

I have no clue what the issue is. I use MSAA in DX12 without problems, but I have to admit I haven't really analyzed the results that closely. If you haven't already done so, I would go on over to the DirectX 12 discord sever. It's very active and there are folks there who can likely better help yo…

4,195 views
komires
July 18, 2023 02:40 PM
Matali Physics 6.2 Presents Parametric Action Fields For Fully Dynamic And Destructible Scenes

We are pleased to announce the release of Matali Physics 6.2, the first step on the way to the seventh major version of the environment. The latest version brings changes necessary to implement effective navigation and wayfinding algorithms as well as complex AI behaviors, including group behaviors…

6,871 views
komires
February 27, 2023 04:08 PM
Matali Physics 6.0 Released. 3D Physics Environment As An Innovative Direct Game Creation Solution

We are proud to announce the release of Matali Physics 6.0, the sixth major version of Matali Physics environment. The latest version introduces groundbreaking changes both from the technical and functional side, moving Matali Physics environment to direct game creation solutions.

What is Matali Ph…
11,960 views
komires
February 22, 2021 11:11 PM
Matali Physics 5.7 Released

We are pleased to announce the release of Matali Physics 5.7, another significant step on the way to the sixth major version of the environment. Matali Physics 5.7 introduces:

  •    Support for Universal Windows Platform on Xbox Series X/S
  •    Support for Android 11 and Android TV 11
  • &…
9,340 views
A Practical Approach to Managing Resource States in Vulkan and Direct3D12
Introduction

Explicit resource state management and synchronization is one of the main advantages and main challenges that modern graphics APIs such as Direct3D12 and Vulkan offer application developers. It makes rendering command recording very efficient, but getting state management right i…

21,811 views
Vilem Otte
November 27, 2017 03:41 AM
Voxel Cone Tracing - Global Illumination

Having a pause from handling files and editor is good, to at least update something in rendering and keep motivation high. So I went ahead and implemented voxel cone tracing global illumination (and reflections of course).

Anyways, image time:

Read more

7,571 views
Vilem Otte
November 22, 2017 03:43 AM
Dynamic resource reloading

Making editors is a pain. I have a list of thousands of items I'd rather do than this - yet I made myself a promise to drag at least one full featured editor tool over the finish line. There are few reasons for that:

  • I believe I have quite useful engine, it was my pet project all these yea…
  • 5,324 views
    Vilem Otte
    October 29, 2017 02:24 AM
    Game Engine Editor

     

    So, I'm slowly progressing with my hobby project. This is the first time I write something about the project directly tied to it, or more likely essential part of it. I'll share few details here about the editor development.

    Making useful game/engine editor that is easy to control…
    6,169 views
    Advertisement
    Advertisement