Skip to content

Commit

Permalink
Update animated gif
Browse files Browse the repository at this point in the history
- Latest Quickstart version
- Smoother framerate
  • Loading branch information
ShinryakuTako committed Oct 28, 2019
1 parent c68db9e commit 4d2e305
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file added QuickStart/Images/OctopusKitQuickStartDemo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A 2.5D game engine that combines ECS with SwiftUI, for iOS, macOS and tvOS. Buil
The flexible Entity-Component-System architecture lets you dynamically compose game behavior, while SpriteKit gives you full access to GPU shaders and SwiftUI's declarative syntax lets you quickly design fluid, scalable HUDs with crisp text and vector shapes.

<p align="center">
<img src="https://github.com/InvadingOctopus/octopuskit/blob/develop/QuickStart/Images/OctopusKitQuickStartDemo20191024.gif?raw=true" alt="OctopusKit Demo"/>
<img src="https://github.com/InvadingOctopus/octopuskit/blob/develop/QuickStart/Images/OctopusKitQuickStartDemo.gif?raw=true" alt="OctopusKit Demo"/>
</p>

🚀 *Eager to dive in? Add OctopusKit as a Swift Package Manager dependency to a SwiftUI project, and use the [**QuickStart** template][quickstart] (which also serves as a little demo.)*
Expand Down

0 comments on commit 4d2e305

Please sign in to comment.