starless icon indicating copy to clipboard operation
starless copied to clipboard

Starless is a CPU black hole raytracer in numpy suitable for both informative diagrams and decent wallpaper material.

Results 9 starless issues
Sort by recently updated
recently updated
newest added

in `tracer.py`, shouldn't h2 be recalculated based on the photon's new position each iteration?

Program can't execute properly, and console returns a broken pipe error. I've managed to fix it by changing lines 922 and 923 in tracer.py as follows: ``` for proc in...

Hi, Thanks for making this open source, I was able to adopt your geodesic code for another project. You may be interested in making renderings for 360° virtual reality videos,...

Some of the includes were deprecated, and the boolean "-" was apparently changed to "~" in Python3. I revised accordingly. I also dropped a problematic section on resizing the background...

the '-' sign at lines 319 and 329 generates an error "TypeError: The numpy boolean negative, the `-` operator, is not supported, use the `~` operator or the logical_not function...

Changed bitwise not operator in `rgbtosrgb` and `srgbtorgb` from `-` to `~`, was causing `numpy` errors. Added `-h`/`--help` option for convenience - displays command line usage (text copied from [Wiki](https://github.com/rantonels/starless/wiki))

I've left it activated to reduce the work on your side, it was a 50-50 decision ;)