Hi,
Are you working on anything good?
I have not had much work lately so have been doing some learning projects.
Path Tracer <C++, Vulkan>:
Found a nice YouTube series https://www.youtube.com/playlist?list=PLlrATfBNZ98edc5GshdBtREv5asFW3yXl
Have extended the code to add:
triangles, textures, specular and model loading.

Music Player <C#, WinUI>:
Started as a “Just loop through a folder” MP3 player but ended up adding stuff just for fun:

Am currently working on hooking up a Midi sampler and sound fonts so I can play while an mp3 is also playing.
Are you working on anything good?
I have not had much work lately so have been doing some learning projects.
Path Tracer <C++, Vulkan>:
Found a nice YouTube series https://www.youtube.com/playlist?list=PLlrATfBNZ98edc5GshdBtREv5asFW3yXl
Have extended the code to add:
triangles, textures, specular and model loading.

Music Player <C#, WinUI>:
Started as a “Just loop through a folder” MP3 player but ended up adding stuff just for fun:

Am currently working on hooking up a Midi sampler and sound fonts so I can play while an mp3 is also playing.
Last edited:

What language have you ported from? Are you running the path tracing on the CPU or with GPU assistance? Looks good.
I haven't tried using Win2D with WinUI 3 as yet, but it's something I would like to experiment with soon.

