Y
Hacker News
new
|
ask
|
show
|
jobs
by
cal85
858 days ago
I've had a stab at decompressing the code by hand, adding comments and meaningful var names where possible. I still don't understand the maths in it...
https://github.com/callumlocke/bitwise-liminal-expanded
2 comments
gigabates
858 days ago
Looks like the maths is a kind of raymarching loop if you want to read up on it.
link
junon
858 days ago
Just a guess, the speedup is probably due to you caching the 2d context.
link