All Projects → jpnykw → nes-emulator

jpnykw / nes-emulator

Licence: other
🛠 [WIP] The Nintendo Entertainment System emulator written in Rust

Programming Languages

rust
11053 projects
HTML
75241 projects

Projects that are alternatives of or similar to nes-emulator

piston-cli
Universal shell supporting code highlighting, files, and interpretation without the need to download a language.
Stars: ✭ 43 (+258.33%)
Mutual labels:  piston
nim.nvim
Nim plugin for NeoVim
Stars: ✭ 159 (+1225%)
Mutual labels:  work-in-progress
nescafe
NES emulator written in C# 🎮 ☕
Stars: ✭ 39 (+225%)
Mutual labels:  nes-emulator
sanzo-wada
🎨 Interactive version of Sanzo Wada's - "A Dictionary of Color Combinations"
Stars: ✭ 139 (+1058.33%)
Mutual labels:  work-in-progress
js-nes-emulator
NES emulator in javascript.
Stars: ✭ 12 (+0%)
Mutual labels:  nes-emulator
ltjs
LithTech Jupiter System
Stars: ✭ 37 (+208.33%)
Mutual labels:  work-in-progress
vonuvoli-scheme
vonuvoli Scheme -- an R7RS interpreter written in Rust focused on systems programming and scripting (i.e. processes, file-system, etc.) with performance and safety in mind
Stars: ✭ 81 (+575%)
Mutual labels:  work-in-progress
game-of-life
An implementation of Conway's Game of Life in Rust using Piston
Stars: ✭ 30 (+150%)
Mutual labels:  piston
anisthesia
Media detection library
Stars: ✭ 32 (+166.67%)
Mutual labels:  work-in-progress
awesome-emu-resources
A curated list of emulator development resources
Stars: ✭ 26 (+116.67%)
Mutual labels:  nes-emulator
consul-registration-hook
Hook that can be used for synchronous registration and deregistration in Consul discovery service on Kubernetes or Mesos cluster with Allegro executor
Stars: ✭ 17 (+41.67%)
Mutual labels:  work-in-progress
FSharpWrap
Utility that automatically generates F# modules and functions based on your F# project file's references
Stars: ✭ 14 (+16.67%)
Mutual labels:  work-in-progress
galio-starter-kit
Galio's starter kit is an app you can use to see what you can create with our library
Stars: ✭ 156 (+1200%)
Mutual labels:  work-in-progress
SwiftNES
Cross-platform NES Emulator written in Swift
Stars: ✭ 29 (+141.67%)
Mutual labels:  nes-emulator
SaltyNES
A NES emulator in WebAssembly
Stars: ✭ 69 (+475%)
Mutual labels:  nes-emulator
Emulator.NES
📺 Nintendo Entertainment System emulator written in C#.
Stars: ✭ 123 (+925%)
Mutual labels:  nes-emulator
slingr
A simple CLI for UPnP media file streaming
Stars: ✭ 32 (+166.67%)
Mutual labels:  work-in-progress
spring-boot-jpa
A Spring Boot microservices reference application using Spring Data JPA
Stars: ✭ 25 (+108.33%)
Mutual labels:  work-in-progress
tangerine
A work-in-progress music player for the Nintendo 3DS and Nintendo Switch
Stars: ✭ 20 (+66.67%)
Mutual labels:  work-in-progress
Gearnes
NES / Famicom emulator for iOS, Mac, Raspberry Pi, Windows, Linux and RetroArch.
Stars: ✭ 23 (+91.67%)
Mutual labels:  nes-emulator

Test

⚠️ This project is Work-in-Progress! ⚠️

NES emulator

If you want try use this NES emulator, clone this repository, please.

cargo run gdebug # display debugging information in GUI, abbreviation: gdb, g
cargo run cdebug # display debugging information in CUI, abbreviation: cdb, c
cargo run gdb cdb # You can use both at the same time

By default, a cassette named sample1.nes directly under /roms is read in. It should be printed as "Hello World" on the screen, but it's in the middle of production now, so it doesn't show anything.

image

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].