{"id":17245397,"url":"https://github.com/bobbicodes/omines","last_synced_at":"2025-08-25T01:17:26.980Z","repository":{"id":206089511,"uuid":"715805070","full_name":"bobbicodes/omiNES","owner":"bobbicodes","description":"JavaScript NES emulator optimized for simplicity and readability","archived":false,"fork":false,"pushed_at":"2023-11-07T22:33:39.000Z","size":55,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-26T04:44:37.478Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://bobbicodes.github.io/omiNES/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bobbicodes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-11-07T21:40:49.000Z","updated_at":"2023-11-08T20:45:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"103b8dcb-d0a7-4602-a6f4-0e35c3481f66","html_url":"https://github.com/bobbicodes/omiNES","commit_stats":null,"previous_names":["bobbicodes/omines"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bobbicodes/omiNES","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbicodes%2FomiNES","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbicodes%2FomiNES/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbicodes%2FomiNES/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbicodes%2FomiNES/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bobbicodes","download_url":"https://codeload.github.com/bobbicodes/omiNES/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bobbicodes%2FomiNES/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271989985,"owners_count":24854701,"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","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-15T06:29:27.535Z","updated_at":"2025-08-25T01:17:26.939Z","avatar_url":"https://github.com/bobbicodes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# omiNES\n\nJavaScript NES emulator optimized for simplicity and readability\n\n## Rationale\n\nI found a great article, [Golfing a NES emulator in JS](https://xem.github.io/articles/nes.html) but I'm torn about it because I really can't get behind the whole \"golfing\" thing. But the author is right about one thing, [JSNES](https://github.com/bfirsh/jsnes) is a nice achievement but the React-based UI is obscenely huge, and the project is flawed in many ways. So I wanted to make something like [jsnes-lite](https://github.com/xem/jsnes-lite) but forked it at a point where he'd gotten rid of the nonsense but before it was made so tiny to be incomprehensible and thus impossible to extend. I also improved the sound by making the triangle channel like the real NES, and created proper ES6 modules.\n\n## Usage\n\nUnfortunately, it only seems to run well on Chrome/Chromium.\n\nLive demo: https://bobbicodes.github.io/omiNES/\n\nControls are arrow keys, X, C, Esc, Enter. Configure in [main.js](https://github.com/bobbicodes/omiNES/blob/fae05c45f43bbd38deae37a7549e139917fe122f/main.js#L93).\n\nCurrently only [mapper 0](https://www.nesdev.org/wiki/NROM) (NROM) is implemented. See [here](https://nesdir.github.io/mapper0.html) for compatible games.\n\n### Running locally (develop)\n\n```\nnpm i\nnpm run dev\n```\n\n### Production build\n\n```\nnpm run build\nnpm run preview\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobbicodes%2Fomines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbobbicodes%2Fomines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbobbicodes%2Fomines/lists"}