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
The idea behind Dune is to build a three-dimensional rendering engine capable of both client and server side rendering. This will work by moving some
processes of the 3D rendering pipeline to a remote server, thereby relieving the client of some heavy workload. By doing so, we should allow a client
to render three-dimensional scenes that they were not capable of rendering before.
Features
Its being done all from scratch, and its using OpenCL. And I have never done this before.