Avokadoen / tdt4230_project_raytracing

My TDT4230 project submition, a GPGPU voxel ray tracer!
5 stars 0 forks source link

Move input into another thread #9

Closed Avokadoen closed 3 years ago

Avokadoen commented 3 years ago

Input should be handled in separate thread. This is blocked by #1

Avokadoen commented 3 years ago

Resolved with #1