Downloads

Posted by | 12. August 2020
DirectX 11 Texture Sharing in Unreal Engine [Tutorial]

As seen in the other tutorial that described how to access and use a shared texture in Unity, we can also try to do this in Unreal. The problem is...

Continue Reading
Posted by | 6. Oktober 2019
Compute Shader in Unreal [Tutorial]

Working with Compute Shader in Unreal is complicated and annoying: One finds rarely information on the web on how to implement, use or include them in Unreal - which is...

Continue Reading
Posted by | 28. August 2019
DirectX 11 Texture Sharing in Unity3D [Tutorial]

Sometimes, you want to share a Texture that you have created in one application to another application on the same machine. When performance is important, the DirectX Texture Sharing feature...

Continue Reading
Posted by | 15. Juli 2019
WebRTC.lib Shared/Dynamic libraries [Free Download]

It is well-known that building WebRTC from source can be a quite painful process because the WebRTC library has many dependecies and a very complex build pipeline. In a recent...

Continue Reading
Posted by | 16. Juli 2018
Parallel Bitonic Sorting on the GPU – Compute Shader implementation in Unreal

Download the Plugin for the Unreal Engine here: https://github.com/ValentinKraft/UE4_SortingComputeShader The compute shader that handles the sorting: //Since we can't #include private Engine shaders such as Common.ush we have to copy...

Continue Reading
Posted by | 27. Juli 2017
Unreal Engine: Including a Third-Party Library (on the example of the Point Cloud Library and Boost) [Tutorial] [Download]

I recently tried to include the Point Cloud Library into Unreal. I ran into so many problems and had such a hard time finding proper answers/solutions (since Unreal's documentation is...

Continue Reading
Posted by | 27. Januar 2017
UnityViveAPI [Free Download]

UnityViveAPI Single class that tries to implement an easy access to all HTC Vive sensor data/controls in Unity3D. To access the Vive data just add the Vive script to your...

Continue Reading
Posted by | 20. November 2016
TextureToMeshGenerator [FreeDownload]

This little program/script allows you to generate a 3D Mesh out of a simple 2D Texture. Precisely, the 2D Texture will be upscaled to abitrary size using the "ImageQuilting" algorithm...

Continue Reading
Posted by | 11. März 2016
Google Play Music Playlist Fixer [Free Download]

Description: This little program fixes some issues I came across when using the Google Play Music Manager to upload my iTunes playlists. I use Google Play Music for an online-version...

Continue Reading