Play around with tesla arcs

This commit is contained in:
2025-01-16 12:18:25 +00:00
parent 5fb71cec39
commit 881b866ed2
11 changed files with 227 additions and 230 deletions
+5 -4
View File
@@ -1,19 +1,20 @@
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE StrictData #-}
{-# LANGUAGE TemplateHaskell #-}
module Dodge.Data.TeslaArc where
module Dodge.Data.TeslaArc (
module Dodge.Data.TeslaArc,
module Dodge.Data.ArcStep,
) where
import Color
import Control.Lens
import Data.Aeson
import Data.Aeson.TH
import Dodge.Data.ArcStep
--import Geometry.Data
data TeslaArc = TeslaArc
-- { _taPoints :: [Point2]
{ _taTimer :: Int
, _taArcSteps :: [ArcStep]
, _taColor :: Color