Ray-marching is a rendering technique which simulates light bouncing in a volume. Here, it means physically accurate renderings of otherwise hard to observe astronomical objects, which was very exciting.
It's a technique I had previously implemented in OpenGL, so I only had to copy the shaders over.
Having written a render-graph for this project, integrating new rendering pipelines became straight-forward.
The full implementation only took a day.