RelativisticRadiationTransport.jl -- Radiation transport in Minkowski space

Hello Julia people!

I’ve started working on a relativistic ray tracer that I’ve called (maybe somewhat presumptuously) RelativisticRadiationTransport.jl.

Currently, its main claim to fame is that you can visualize some basic situations from special relativity.
Maybe the relativistically inclined among you can have some fun playing around with it.
You can find examples of what you can do with it here and the example directory in the repo.
It ain’t much, but… well: it ain’t much. :wink:

5 Likes

Hi!
So this package is for visualising radiation in Minkowski space.
I better look that up…one Wikipedia page later…
So this module lets users explore things like 4 dimensions, light cones, curved spacetime?
I’m totally lost, but thanks for the link to the examples, that helps understand what the concept is about.

Basically yes, but (I hope) the eventual focus will be more on simulating the actual radiation transport, rather than “schematic” visualization.
And curved spacetimes probably won’t be on the menu for a long time.

I have uploaded an additional example that may show a bit better what I have in mind:

moving_light.jl

moving_light.ipynb

For now the package is mostly gimmickry, but I’ve had some fun playing around with it, so I thought I’d post it here on the off chance somebody else finds it interesting.