{"id":16323683,"url":"https://github.com/im-rises/nesemulator","last_synced_at":"2025-05-14T14:35:12.154Z","repository":{"id":40243342,"uuid":"441212712","full_name":"Im-Rises/NesEmulator","owner":"Im-Rises","description":"Nes Emulator made in C++ with OpenGL And Dear ImGui (Work in Progress)","archived":false,"fork":false,"pushed_at":"2023-06-26T18:46:36.000Z","size":53540,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-17T04:26:23.313Z","etag":null,"topics":["c-plus-plus","cplusplus","cpp","emulator","games","nes"],"latest_commit_sha":null,"homepage":"","language":"C++","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/Im-Rises.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":"2021-12-23T14:55:42.000Z","updated_at":"2023-11-18T03:11:05.000Z","dependencies_parsed_at":"2024-11-06T16:42:39.157Z","dependency_job_id":null,"html_url":"https://github.com/Im-Rises/NesEmulator","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/Im-Rises%2FNesEmulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im-Rises%2FNesEmulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im-Rises%2FNesEmulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Im-Rises%2FNesEmulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Im-Rises","download_url":"https://codeload.github.com/Im-Rises/NesEmulator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254160611,"owners_count":22024575,"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":["c-plus-plus","cplusplus","cpp","emulator","games","nes"],"created_at":"2024-10-10T22:55:24.537Z","updated_at":"2025-05-14T14:35:12.135Z","avatar_url":"https://github.com/Im-Rises.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NesEmulator\n\n## Description\n\nNesEmulator made in C++ in current developpement.\nThe source is provided with CMake files to compile the emulator for windows, linux and macOs.  \n\u003c!-- \n## Images\n\n## Video\n\n## Compilation\n\n## Start the emulator\n\n## Emulator controls \n--\u003e\n\n## SFML\n\nFollow this guide to install SFML on your distribution.\n\u003chttps://www.sfml-dev.org/tutorials/2.5/\u003e\n\nI compile the program with Visual Studio CMake compiler, so I downloaded the `Visual C++ 15 (2017) - 64-bit` v2.5.1.\nIf you want to compile the app with Mingw, be sure to download the `GCC 7.3.0 MinGW (SEH) - 64-bit` v2.5.1.\n\n## Github-Actions\n\n[![flawfinder](https://github.com/Im-Rises/NesEmulator/actions/workflows/flawfinder.yml/badge.svg?branch=main)](https://github.com/Im-Rises/NesEmulator/actions/workflows/flawfinder.yml)\n[![CMake](https://github.com/Im-Rises/NesEmulator/actions/workflows/cmake.yml/badge.svg?branch=main)](https://github.com/Im-Rises/NesEmulator/actions/workflows/cmake.yml)\n[![CodeQL](https://github.com/Im-Rises/NesEmulator/actions/workflows/codeql.yml/badge.svg?branch=main)](https://github.com/Im-Rises/NesEmulator/actions/workflows/codeql.yml)\n[![Microsoft C++ Code Analysis](https://github.com/Im-Rises/NesEmulator/actions/workflows/msvc.yml/badge.svg?branch=main)](https://github.com/Im-Rises/NesEmulator/actions/workflows/msvc.yml)\n\n## To do\n\nUpdated workflow.\n\n## Documentations\n\nMain documentation:  \n\u003chttps://wiki.nesdev.org/w/index.php/NES_reference_guide\u003e ❤️  \n\u003chttps://www.youtube.com/watch?v=nViZg02IMQo\u0026list=PLrOv9FMX8xJHqMvSGB_9G9nZZ_4IgteYf\u003e ❤️  \n\u003chttps://emudev.de/nes-emulator/overview/\u003e  \n\nCpu:  \n\u003chttp://archive.6502.org/datasheets/rockwell_r65c00_microprocessors.pdf\u003e  \n\u003chttp://archive.6502.org/datasheets/rockwell_r650x_r651x.pdf\u003e  \n\u003chttp://archive.6502.org/datasheets/rockwell_r65c00-21_r65c29.pdf\u003e  \n\u003chttp://archive.6502.org/datasheets/mos_6501-6505_mpu_preliminary_aug_1975.pdf\u003e  \n\u003chttp://matthieu.benoit.free.fr/cross/data_sheets/R6502.pdf\u003e\n\nMOS 6502 technical reference:  \n\u003chttp://archive.6502.org/datasheets/mos_6501-6505_mpu_preliminary_aug_1975.pdf\u003e  \n\nOpcodes detail:  \n\u003chttps://www.masswerk.at/6502/6502_instruction_set.html\u003e  \n\u003chttps://ltriant.github.io/2019/11/22/nes-emulator.html\u003e\n\nMemory map:  \n\u003chttps://en.wikibooks.org/wiki/NES_Programming/Memory_Map\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fim-rises%2Fnesemulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fim-rises%2Fnesemulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fim-rises%2Fnesemulator/lists"}