Synodic-Software / Soul-Engine

Physically based renderer and simulation engine for real-time applications.
GNU General Public License v3.0
42 stars 24 forks source link

Display and Vulkan Raster Rework #265

Closed Behemyth closed 5 years ago

Behemyth commented 5 years ago

Instead of relying on PIMPL for modularity, I transferred the Display and Raster implementations to a modular interface. This will allow plugins to be used with minimal impact. The Raster rework got rid of a lot of cruft.