npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

webdsky

v1.1.4

Published

Emulation of the DSKY user interface of the Apollo Guidance Computer for the Web platform

Downloads

6

Readme

webDSKY

webDSKY is an emulation of the so-called "DSKY" (an abbreviation of "DiSplay and KeYboard", pronounced 'DIS-kee') user interface of the Apollo Guidance Computer (AGC), for the Web Platform.

The goal of this project is to provide a visually and behaviorally accurate emulation of the DSKY. It is implemented as a re-usable Web Component so that it can be integrated into other components.

The DSKY itself is just a basic input/output terminal, not a computer. It will only really 'come to life' when connected to an emulation of the Apollo Guidance Computer (AGC). However, on the demo included in this project, you can send some inputs to the DSKY and see some lights go on or off, and expect to get output events when buttons are pushed.

Here is a screenshot of what it looks like:

screenshot

The visual basis of this web component is a photograph of a real, to-be flown DSKY of the Lunar Module of Apollo 16. The original photo is here which is linked from this page, which in turn is linked with the text "Pre-Launch LM Cabin Close-Out Photos" from the page Apollo 16 Surface Journal. I could not find a photograph of a real DSKY which is better suited for adaptation for this project. Using the GIMP editor I have deskewed a cutout of the photograph to be orthogonal, adapted contrast and brightness, extracted the glass labels (such as UPLINK ACTY or COMP ACTY) onto a transparent layer, and made the 'glass' of the warning lights semi-transparent. The shape of the 7-segment digits was thankfully found, documented and implemented as a font by Gene Dorr, even though I am not directly using his font here. I have generated SVG paths from this font so that it is possible to toggle individual segments, which the real DSKY supported partly, as documented by Ronald Burkey. I have taken the green-ish color value of the active electroluminiscent display from a photograph of the DSKY onboard the Apollo 11 CSM.

This implementation would not have been possible without the excellent resources on the Virtual AGC website.

Note

The included images LM11-co46*.png are derived from this source image, and may, according to my layperson understanding of copyright, constitute a 'derivative work'. However, I could not find copyright or licensing information on the origin page of the source image, so I cannot name the copyright owner, nor a license which is potentially attached to the image.

Demo

See the demo sub-directory.