KarthikRIyer / swiftplot

Swift library for Data Visualization :bar_chart:
Apache License 2.0
400 stars 39 forks source link

Rework package structure to include all plots and util code in … #15

Closed KarthikRIyer closed 5 years ago

KarthikRIyer commented 5 years ago

…SwiftPlot, and have separate modules for each renderer

BradLarson commented 5 years ago

Yup, I think that's close to what I was thinking about. If you wanted to, you could move the AGGRenderer.swift file up a level to the main AGGRenderer subdirectory and then use , exclude:["framework/AGGRenderer/CAGGRenderer", "framework/AGGRenderer/CPPAGGRenderer"] for the AGGRenderer target to manually exclude the C and C++ modules. That'd save a subdirectory.

Don't have to, though. That's just a potential minor simplification.