refactor: move GpuEvaluatorFactory to OpenNest.Gpu project

GPU factory logic belongs with the GPU implementation, not the UI.
Changed from internal to public and updated namespace to OpenNest.Gpu.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 21:40:56 -05:00
parent 99edad4228
commit bc392b37dc
4 changed files with 5 additions and 3 deletions
+1
View File
@@ -4,6 +4,7 @@ using System.Linq;
using System.Windows.Forms;
using OpenNest.Controls;
using OpenNest.Geometry;
using OpenNest.Gpu;
namespace OpenNest.Actions
{
+1
View File
@@ -1,6 +1,7 @@
using System.ComponentModel;
using System.Windows.Forms;
using OpenNest.Controls;
using OpenNest.Gpu;
namespace OpenNest.Actions
{