Hi everyone!
Light Tracer Render is now part of Handmade network!

Light Tracer is an interactive physically-correct renderer which is available both as a Web-browser tool and as a standalone application for Windows 10. It is based on the unique ray tracing engine that can perform client-side rendering in a browser. A distinctive feature is the ability to work on almost any GPU produced after 2013, including NVIDIA, AMD cards, and integrated Intel solutions.

Since the web app is compiled to webassembly from C++ we had to keep dependencies at minimum. The entire GUI of the app is written with Dear ImGui! You could check out the complete list of used OSS libs in the app.