deadVertex / vk_cinematic

A sandbox project for playing around with computer graphics, experimenting with rasterization based methods and comparing them against CPU/GPU ray tracing.
MIT License
0 stars 0 forks source link

Create draft client server architecture #3

Closed deadVertex closed 2 years ago

deadVertex commented 2 years ago

Want to eventually support distributing the rendering workload (both rasterization and ray tracing) across multiple machines

deadVertex commented 2 years ago

Nope, focus of the project is instead on realtime graphics, ray tracer is just a debugging tool not a first class citizen.