All Projects → PierreLorenzi → HyperCardPreview

PierreLorenzi / HyperCardPreview

Licence: MIT license
Little app to see HyperCard stacks in Mac OS X. Programmed in Swift.

Programming Languages

swift
15916 projects
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to HyperCardPreview

KBImageView
UIImageView with Ken Burns effect.
Stars: ✭ 48 (-56.76%)
Mutual labels:  apple
wireshark-awdl
Wireshark Dissector for Apple Wireless Direct Link (AWDL) and Apple's CoreCapture logging framework. Note: the AWDL dissector is part of Wireshark 3.0!
Stars: ✭ 109 (-1.8%)
Mutual labels:  apple
ReplayKitDemo
A simple demo for ReplayKit in iOS
Stars: ✭ 25 (-77.48%)
Mutual labels:  apple
SwiftyPlistManager
Lightweight plist data management framework for iOS 10.3+
Stars: ✭ 76 (-31.53%)
Mutual labels:  apple
NumPad
Number Pad (inspired by Square)
Stars: ✭ 81 (-27.03%)
Mutual labels:  apple
Notarize
Notarization status monitoring tool for macOS, supporting multiple developer accounts.
Stars: ✭ 90 (-18.92%)
Mutual labels:  apple
AppleWifiNlpBackend
UnifiedNlp Backend that uses Apple's service to resolve wifi locations. Location calculation is done onboard and wifi locations are cached to minimize data usage.
Stars: ✭ 54 (-51.35%)
Mutual labels:  apple
brisk-ios
An iOS app for submitting radars
Stars: ✭ 28 (-74.77%)
Mutual labels:  apple
CATmistry
Chemistry, Gamified
Stars: ✭ 15 (-86.49%)
Mutual labels:  apple
Quickeys
A mac menu bar app that provides note taking functionality though a quick dropdown menu.
Stars: ✭ 54 (-51.35%)
Mutual labels:  apple
MoneyPlus
An open-source app which can help you record income and expense.一款开源的、帮助你记录收支的APP。
Stars: ✭ 29 (-73.87%)
Mutual labels:  apple
ALProgressView
Animated and fully customizable progress view with 2 styles: ring and bar.
Stars: ✭ 72 (-35.14%)
Mutual labels:  apple
ESP8266-HomeKit-Air-Quality-Sensor-Elgato-Eve-Room
ESP8266 based  Homekit Indoor Air Quality sensor that acts like Eve Room🌱
Stars: ✭ 58 (-47.75%)
Mutual labels:  apple
Meme-Maker-iOS
Meme Maker open source iOS app made in Swift.
Stars: ✭ 59 (-46.85%)
Mutual labels:  apple
Convertify
iOS: Convert Spotify links to Apple Music and vice versa
Stars: ✭ 27 (-75.68%)
Mutual labels:  apple
cook
macOS command line tool to automate common iOS development tasks
Stars: ✭ 50 (-54.95%)
Mutual labels:  apple
iOS-Programming-Documents
iOS Programming Documents in Korean
Stars: ✭ 64 (-42.34%)
Mutual labels:  apple
ALButtonMenu
A simple, fully customizable menu solution for iOS.
Stars: ✭ 45 (-59.46%)
Mutual labels:  apple
appleloops
A utility to deploy the additional audio content packages for Apple's audio editing programs.
Stars: ✭ 20 (-81.98%)
Mutual labels:  apple
Mojave-Dynamic-Wallpaper
Automatic Changing Mojave Wallpaper
Stars: ✭ 15 (-86.49%)
Mutual labels:  apple

Screenshot

Download v1.4 (September 16, 2019)

Mac OS 10.12 minimum

This application displays HyperCard stacks in Mac OS X.

The binary format of HyperCard stacks has been retro-engineered by numerous people, and now it is known with pretty good reliability. If you want to learn more about it, see the format description.

HyperCardPreview only displays the stacks, it does not edit them, it does not execute them. To do that you have to use a emulator: SheepShaver, Basilisk or vMac. For more information, you can go to hypercard.org. Another option is to play with stacks in the HyperCard Stack Archive.

It makes the seeing the stacks an experience of the old days. The look is very close to the original one, with bitmap fonts, old-style scrollers, aliasing. In the Home stacks the look is accurate to the pixel, as in most Apple stacks, but less so if there are colors, and not at all if there are XCMDs.

Features:

  • very accurate display,
  • declares the stacks as its own files, so they have an icon again in the Finder,
  • can open stacks from both HyperCard v 2.x and v 1.x,
  • can open stacks with private access by hacking the encryption.
  • can export texts, images and sounds.

How to use it

Browse with Keyboard

Change Card: press an arrow key, or page up / page down / home / end

Show/Hide All Cards: press enter or return

Browse with Trackpad

Change Card: scroll left or right, or swipe

Show/Hide All Cards: pinch

Display Button/Field Info

Get Button Info: press command-option (like in HyperCard), buttons are colored in blue and you can click on one to display the info.

Get Field Info: press command-option-shift (like in HyperCard), both fields and buttons are colored in blue and you can click on one to display the info.

Get Info of a Covered Button or Field: right-click somewhere on the card, the list of the buttons and fields at that location appears, from the frontmost to the outmost. That way you can get info about a button or field even if it is covered by the others.

Changes in version 1.4

Several new features, that make the app more lively:

  • stack windows can be resized,
  • text can be searched in the stacks,
  • text fields can be selected and copied,
  • auto-hilite buttons react to click,
  • images of cards and backgrounds can be seen and copied from the info panel,
  • info panels are more complete,
  • compressed sound resources can be played.

Besides, performance has been improved. I thank FFMpeg (Laszlo Torok and Francois Revol) for retro-engineering the compression algorithm used by Apple in the sound resources, I now handle MACE 3-to-1 and 6-to-1 compressions.

Technical details

JSON Export

The format of the JSON file is here.

Sounds

Some sounds can't be read: they beep instead of play, and they can't be exported. That's because HyperCardPreview can't read compressed sound resources, only uncompressed ones.

Colors

Colors of the AddColor XCMD are technically handled but cause troubles. For example the stack "Color Tools" is not good at all because the display is managed partly by scripts, which are not executed. Besides, macintosh pictures (PICT resources, which have a complex format designed by Apple) are still accepted by Mac OS X but with restrictions, especially there is no transparency.

Stacks v1.xx

Stacks of HyperCard 1.xx are handled but not accurarely displayed. The problem is that HyperCard changed some display settings between versions 1.xx and 2.xx, for example the text field margins, and HyperCardPreview doesn't handle that. In fact, HyperCardPreview displays v1.xx stacks as if they were just converted to v2.xx and were displayed the v2.xx way.

Scripts

HyperCardPreview doesn't display other scripts that HyperTalk.

It doesn't execute any script or any XCMD or XFNC.

Deprecation

HyperCardPreview doesn't use any deprecated API, so its future is bright.

That means that old APIs had to be partially re-coded: resource fork reading, resource management, text display, bitmap fonts, 1-bit imaging.

HyperCardPreview signing

It seems that I can't have a developer ID without paying a fee to Apple. And I'm not ready to do it just for that little soft.

The future of the app

It won’t grow much larger than that.

I don’t intend it to edit stacks and execute scripts, it would make an app several times more complex, and as long as nobody is using the stacks anymore, I don’t see the point.

But if you have bugs with some of your stacks, please inform me.

Can HyperCard be ported to Mac OS X?

If you have that in mind, check out LiveCode or Stacksmith.

In my opinion, HyperCard might be re-invented, but with a big restriction on the use cases. HyperCard had too many of them and that’s why it was so difficult to explain when people asked what it did. For example, HyperCard had cards and backgrounds, intended for display of content (text, images, databases), which is now perfectly handled by websites.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].