Jack-Ji / jok

A minimal 2d/3d game framework for @ziglang.
MIT License
181 stars 5 forks source link

optimize: post processing #24

Closed Jack-Ji closed 2 weeks ago

Jack-Ji commented 1 month ago

Current post processing is single-threaded, CPU usage can easily go up to 100%, maybe we can try multi-threading? I think simply assign rows to threads implicitily is enough, still, need more testing data.