Skip to content

Commit

Permalink
Extracted MSDisplayLink
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakr233 committed Aug 14, 2024
1 parent 14c17d7 commit e2681e5
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 227 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
"version" : "1.0.3"
}
},
{
"identity" : "msdisplaylink",
"kind" : "remoteSourceControl",
"location" : "https://github.com/Lakr233/MSDisplayLink.git",
"state" : {
"revision" : "08ad21d886e2e3f990ccbc6813eb6cdad8c427cd",
"version" : "1.0.0"
}
},
{
"identity" : "springinterpolation",
"kind" : "remoteSourceControl",
Expand Down
2 changes: 2 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/Lakr233/ColorVector.git", from: "1.0.3"),
.package(url: "https://github.com/Lakr233/SpringInterpolation.git", from: "1.2.2"),
.package(url: "https://github.com/Lakr233/MSDisplayLink.git", from: "1.0.0"),
],
targets: [
.target(
name: "ColorfulX",
dependencies: [
"ColorVector",
"SpringInterpolation",
"MSDisplayLink",
]
),
]
Expand Down
40 changes: 0 additions & 40 deletions Sources/ColorfulX/DisplayLink.swift

This file was deleted.

67 changes: 0 additions & 67 deletions Sources/ColorfulX/DisplayLinkDriver+CA.swift

This file was deleted.

91 changes: 0 additions & 91 deletions Sources/ColorfulX/DisplayLinkDriver+CV.swift

This file was deleted.

29 changes: 0 additions & 29 deletions Sources/ColorfulX/DisplayLinkDriver.swift

This file was deleted.

1 change: 1 addition & 0 deletions Sources/ColorfulX/MetalLink.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

import Foundation
import MetalKit
import MSDisplayLink

class MetalLink: DisplayLinkDelegate {
let metalDevice: MTLDevice
Expand Down

0 comments on commit e2681e5

Please sign in to comment.