markaren / threepp

C++20 port of three.js (r129)
MIT License
581 stars 50 forks source link

Expose TaskManager #270

Closed markaren closed 1 week ago

markaren commented 1 week ago

This PR exposes the TaskManager utility for thread safe operations.

By separating it from the renderer, the user is responsible for creating and using it's functions in a threaded environment.