HyperCardPreview icon indicating copy to clipboard operation
HyperCardPreview copied to clipboard

Little app to see HyperCard stacks in Mac OS X. Programmed in Swift.

Results 4 HyperCardPreview issues
Sort by recently updated
recently updated
newest added

For example it's refused to try and open Balls! stack from balls.sit at: https://hypercard.org/Pantechnicon/Apps/Games I looked at it briefly, but didn't see anything obvious.

I often want to export everything from a stack, and while it doesn't take long to run every export option individually, it would be really nice to have an "export...

I've looked at the WyldCard repo (https://github.com/defano/wyldcard) and am impressed - except it's in Java. That kind of puts the kibosh on making it into a "native-speed" osx or iOS...

I managed to compile this with Swift 5 enabled, but got a "cannot type-check in a reasonable time" error with the following NSRect initialization: // original return NSRect(x: view.frame.width/2 -...