Worked on optimizing my code for heightmap -> SDF and RDDF (TBA) generation for my university research project today.
It's amazing how much performance you can get from a few small changes, mainly just thinking about where what gets called and what's constant, plus numba and of course my fav JFA.
about 1 year ago