unrealsi1 is a Unreal technical demo, currently focus on the rendering part.

Table of Contents
- Demos
- Features
- Technical Highlights
- Roadmap
- Requirement
- Build
- How to play
- References
- Unreal 5.4.4
- Visual Studio 2022
-
Dual Kawase Blur (performance detail)
2x speedup compare to unreal blur impl
original 3 + 3 down/up sample 4 + 4 down/up sample -
particles collision debug with RenderDoc
dissovle | force field | simple water |
---|---|---|
![]() |
![]() |
![]() |
world scanner | --- | --- |
![]() |
- full HLSL integration for unreal material workflow (wip)
- unreal plugin and module examples
- custom rendering pass by using Render Dependency Graph (RDG) and Compute Shader
- personal HLSL library by using unreal HLSL library instead of material nodes
- open unrealsi1/unrealsi1.uproject
- open unrealsi1/demo/test/render/feature for RDG feature
- open unrealsi1/demo/test/render/materual/vfx for material vfx
please go to roadmap
please go to reference