{"id":17325570,"url":"https://github.com/whscullin/apple1js","last_synced_at":"2025-04-14T10:11:45.180Z","repository":{"id":40297565,"uuid":"206463406","full_name":"whscullin/apple1js","owner":"whscullin","description":"An Apple 1 Emulator in Javascript","archived":false,"fork":false,"pushed_at":"2024-10-20T02:56:15.000Z","size":2354,"stargazers_count":37,"open_issues_count":2,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-27T23:24:22.221Z","etag":null,"topics":["apple1","emulator","javascript"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whscullin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-05T03:06:16.000Z","updated_at":"2024-12-20T02:42:41.000Z","dependencies_parsed_at":"2023-11-22T23:23:39.291Z","dependency_job_id":"c0b7c4db-c6d5-431e-947d-c89c8abf249f","html_url":"https://github.com/whscullin/apple1js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whscullin%2Fapple1js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whscullin%2Fapple1js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whscullin%2Fapple1js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whscullin%2Fapple1js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whscullin","download_url":"https://codeload.github.com/whscullin/apple1js/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248860194,"owners_count":21173342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apple1","emulator","javascript"],"created_at":"2024-10-15T14:13:45.120Z","updated_at":"2025-04-14T10:11:45.150Z","avatar_url":"https://github.com/whscullin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# apple1js\n\n## What is this?\n\nAn Apple 1 emulator written in JavaScript and HTML5. Press F1 (or maybe Shift+F1) to Reset, F2 to enter fullscreen mode.\n\nThings are still a little rough around the edges right now, hopefully I will have more time to clean things up.\n\nFirst\n\n```sh\ngit submodule init\ngit submodule update\nnpm install\n```\n\nTo run a development server\n\n```sh\nnpm run dev\n```\n\nThen open\n[http://localhost:8080/apple1js.html](http://localhost:8080/apple1js.html)\n\nTo build a static distribution into `dist`\n\n```sh\nnpm run build\n```\n\n## Requirements\n\n### A Browser with HTML5 Support\n\nThe most recent versions of [Google Chrome](http://www.google.com/chrome/), [Safari](http://www.apple.com/safari/), [Firefox](http://www.firefox.com/), and [Opera](http://www.opera.com/) all seem to work reasonably well these days, although variations in HTML5 support pop up, and occasionally a major release will move things around out from under me. IEs prior to 9 lacks canvas tag support and are unsupported. [IE 9+](http://windows.microsoft.com/ie9) renders nicely on a modern machine.\n\n### Basic Knowledge of the Apple 1\n\nIf you don't know how to use an Apple 1, this won't be much fun for you. A good place to start is the [Apple I Owners Club](http://applefritter.com/apple1).\n\n## Known Limitations\n\n### Limited Accuracy\n\nUnlike the [Apple \\]\\[](../apple2js/) I wrote an emulator for, I don't own an Apple 1. My emulation is based on all the reference materials I was able to dig up, and by comparison to the behavior of other emulators.\n\n## Acknowlegements\n\n### I heavily referenced:\n\n* [Apple I Owners Club](http://applefritter.com/apple1) and the [applefritter forums](http://applefritter.com/forum).\n\n### And special thanks to:\n\n*   [Mike](http://www.willegal.net/index.htm) for an eclectic collection of useful information. Someday I will work up the nerve to try building a replica.\n*   And of course [Woz](http://www.woz.org), for launching my 30+ years of both silly and practical computer projects.\n\n## Updates\n\n### 2013-06-25\n\n* ACI Emulation\n\n    Programs are now loaded via ACI emulation off of virtual tapes. This is slower than just slamming them into memory, faster than emulated typing. Actually loading programs from audio files is on my radar, but quite a bit more work.\n\n### 2013-06-05\n\n* More Accurater\n\n    I've scraped the Internet for more information. For instance [Cameron's Closet](http://cameronscloset.com/category/apple-1/) had some nice info on character display.\n\n* Krusader off by default\n\n    Krusader seems to cause some output weirdness outside of the Krusader shell, so I'm not using it by default anymore. Use #krusader to turn it back on.\n\n### 2013-05-28\n\n* Less Limited Input\n\n    Pasting into the load window is now the same as typing. For now it is not any faster, though.\n\n### 2013-05-27\n\n* Krusader\n\n    I've decided to use [Krusader](http://school.anhb.uwa.edu.au/personalpages/kwessen/apple1/Krusader.htm) as the default ROM for now. I'm just starting to find my way around it, but other Apple 1 people might find it useful.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhscullin%2Fapple1js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhscullin%2Fapple1js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhscullin%2Fapple1js/lists"}