Please use Turbowarp! PLEASE! https://turbowarp.org/1005074025?turbo&hqpen To get a clear picture, I would recommend a resolution of at least 120. This is a remix of key-lock's raymarcher. I decided to have some fun and modify it so that it makes a bunch of spheres that make a cube-like structure. n=the number of spheres in each row/column/3D row in order to make the cube. Note: The more you increase n, the longer it takes to render. If n=1, it has to calculate 1 sphere. If n=2, it has to calculate 8 spheres. If n=3, it has to calculate 27 spheres, etc. It calculates n^3 spheres, so don't set n too high!
Thanks to @key-lock for basically everything as he made the actual raymarcher engine. I just changed up the picture it draws. Please use Turbowarp. Just use it. Also, n=3 looks really cool at resolution 120+.