#
spritekit
Here are 374 public repositories matching this topic...
swift
learning
ios
tutorial
metal
xcode
article
spritekit
uikit
clean-code
mvvm
design-patterns
scenekit
awesome-list
curated-list
combine
arkit
coreml
coreml-framework
swiftui
-
Updated
May 16, 2020 - Swift
The iOS version of 2048, made using SpriteKit
-
Updated
Mar 10, 2018 - Objective-C
A customizable SpriteKit particles animation on the border of a view.
-
Updated
May 20, 2018 - Swift
iOS Swift Game - Push SpriteKit to the limit
-
Updated
Jul 20, 2017 - Swift
A library of fragment shaders you can use in any SpriteKit project.
-
Updated
Apr 4, 2019 - GLSL
Play Breakout game on your MacBook Pro with Touch Bar, using SpriteKit. 用 Touch Bar 在 Mac 上玩打砖块游戏
swift
touch
spritekit
touchbar
breakout
breakout-game
macosx-game
gameplaykit
macos-app
touchbar-support
spritekit-demo
play-breakout-game
-
Updated
Feb 14, 2018 - Swift
Game engine for making 2d games on iOS, macOS and tvOS, with practical examples and tutorials
macos
ios
gamedev
apple
games
game-engine
tvos
spritekit
game-development
platformer
tiled-map-editor
tilemap
side-scroller
2d-game-engine
gameplaykit
platformer-engine
-
Updated
May 19, 2020 - Swift
Haskell binding to Apple's SpriteKit framework
-
Updated
Nov 11, 2019 - Haskell
2D ECS game engine in 100% Swift + SwiftUI for iOS, macOS, tvOS
macos
swift
components
ios
metal
game-engine
tvos
engine
spritekit
game-development
ecs
entity-component-system
declarative-ui
2d-game-engine
gameplaykit
swiftui
swift5
ios13
swift5-2
-
Updated
May 24, 2020 - Swift
A look at the big picture.
visualization
macos
swift
app
charts
xcode
timeline
calendar
graphs
spritekit
scheduler
quantified-self
data-visualization
rapid-prototyping
scenekit
swift-4
life-calendar
-
Updated
Apr 5, 2020 - Swift
game
swift
application
apple
shaders
spritekit
game-development
mobile-game
gameplaykit
mobile-application
-
Updated
Mar 15, 2020 - Swift
a collectionView made for Sprite Kit
-
Updated
Aug 20, 2018 - Swift
A game inspired by Pokemon Go build with ARKit and SpriteKit
-
Updated
Aug 14, 2017 - Swift
Beautiful iOS action game on App Store created in SpriteKit.
-
Updated
Oct 14, 2019 - Objective-C
Conway's Game of Life implemented as an artistic, abstract macOS screensaver and tvOS app using SpriteKit
visualization
art
macos
game-of-life
tvos
spritekit
gameoflife
screensaver
conway-game
conway
artificial-life
abstract
gamekit
conways-game-of-life
-
Updated
Oct 16, 2019 - Swift
calda
commented
Oct 17, 2018
When I was experimenting this morning, I typed up this sample class:
class InterfaceController: WKInterfaceController {
@IBOutlet weak var activityRingInterfaceScene: WKInterfaceSKScene!
var activityRingScene = ActivityRingScene()
override func willActivate() {
activityRingScene.ringWidth = 15
activityRingInterfaceScene.presentScene(activ
-
Updated
Oct 21, 2019 - Swift
Improve this page
Add a description, image, and links to the spritekit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the spritekit topic, visit your repo's landing page and select "manage topics."
On the documentation website, the "install to dash" button has the URL...
file:///Users/michael/git/SKTiled/docsets/SKTiled.xml
.Obviously this is wrong.
It should be
https://mfessenden.github.io/SKTiled/docsets/SKTiled.xml
or probably/SKTiled/docsets/SKTiled.xml
.It looks like this is a generation setting, as it's included in every HTML file in the gh-pages branch, so I guess I can'