octopuskit icon indicating copy to clipboard operation
octopuskit copied to clipboard

2D ECS game engine in 100% Swift + SwiftUI for iOS, macOS, tvOS

Results 3 octopuskit issues
Sort by recently updated
recently updated
newest added

Hi, is this framework still being maintained and updated?

**Describe the bug** Hi, your template file no longer works with the latest version. It is no longer applicable. For example, OKGameState needs to be changed to OctopusGameState now. **Expected...

**Category:** 'Behavior' **Describe the bug** The package causes some bugs when loaded in Swift Playgrounds for iPad. I believe it's because some files need `!targetEnvironment(macCatalyst)` added alongside the `#if canImport(AppKit)`.