You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to compare the Futhark renderer with something written in sequential C using the same algorithm. I also think you can do some useful memory optimisations by hand.
For ease of use, this C renderer needs to have Python FFI bindings and a function render_triangles_raw like futracerlib.
The text was updated successfully, but these errors were encountered:
It would be nice to compare the Futhark renderer with something written in sequential C using the same algorithm. I also think you can do some useful memory optimisations by hand.
For ease of use, this C renderer needs to have Python FFI bindings and a function
render_triangles_raw
like futracerlib.The text was updated successfully, but these errors were encountered: