All Projects â†’ bokuweb â†’ Rustynes

bokuweb / Rustynes

👾 An NES emulator by Rust and WebAssembly

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Rustynes

Nes Rust
NES emulator written in Rust + WASM
Stars: ✭ 141 (-64.66%)
Mutual labels:  nes, nes-emulator, webassembly, emulator, wasm
SaltyNES
A NES emulator in WebAssembly
Stars: ✭ 69 (-82.71%)
Mutual labels:  emulator, wasm, nes, nes-emulator
Anese
Another NES Emulator - written for fun & learning - first implementation of wideNES
Stars: ✭ 323 (-19.05%)
Mutual labels:  nes, nes-emulator, emulator
js-nes-emulator
NES emulator in javascript.
Stars: ✭ 12 (-96.99%)
Mutual labels:  emulator, nes, nes-emulator
awesome-emu-resources
A curated list of emulator development resources
Stars: ✭ 26 (-93.48%)
Mutual labels:  emulator, nes, nes-emulator
Dcmjs
dcmjs is a javascript cross-compile of dcmtk (dcmtk.org).
Stars: ✭ 92 (-76.94%)
Mutual labels:  emscripten, webassembly, wasm
Modern Wasm Starter
🛸 Run C++ code on web and create blazingly fast websites! A starter template to easily create WebAssembly packages using type-safe C++ bindings with automatic TypeScript declarations.
Stars: ✭ 140 (-64.91%)
Mutual labels:  emscripten, webassembly, wasm
Magnum
Lightweight and modular C++11 graphics middleware for games and data visualization
Stars: ✭ 3,728 (+834.34%)
Mutual labels:  emscripten, game, webassembly
Opus Stream Decoder
Instantly decode Ogg Opus audio streams in chunks with JavaScript & WebAssembly (Wasm)
Stars: ✭ 80 (-79.95%)
Mutual labels:  emscripten, webassembly, wasm
TypeScriptXX
🧷 Stay safe! Type-safe scripting for C++ using TypeScriptToLua and CMake with auto-generated declarations.
Stars: ✭ 33 (-91.73%)
Mutual labels:  webassembly, wasm, emscripten
vrcpu
Code, documentation, schematics, notes for my Ben Eater inspired breadboard computer and emulator
Stars: ✭ 98 (-75.44%)
Mutual labels:  emulator, webassembly, wasm
koder
QR/bar code scanner for the Browser
Stars: ✭ 73 (-81.7%)
Mutual labels:  webassembly, wasm, emscripten
Assortedwidgets
OpenGL GUI library
Stars: ✭ 92 (-76.94%)
Mutual labels:  emscripten, webassembly, wasm
Emscripten Docker
Docker image with Emscripten to compile ASM.js and WebAssembly
Stars: ✭ 92 (-76.94%)
Mutual labels:  emscripten, webassembly, wasm
Webassembly Examples
From Simple To Complex. A complete collection of webassembly examples.
Stars: ✭ 177 (-55.64%)
Mutual labels:  emscripten, webassembly, wasm
Wasmer
🚀 The leading WebAssembly Runtime supporting WASI and Emscripten
Stars: ✭ 11,047 (+2668.67%)
Mutual labels:  emscripten, webassembly, wasm
Gearnes
NES / Famicom emulator for iOS, Mac, Raspberry Pi, Windows, Linux and RetroArch.
Stars: ✭ 23 (-94.24%)
Mutual labels:  emulator, nes, nes-emulator
Cppwasm Book
📚 WebAssembly friendly programming with C/C++ -- Emscripten practice
Stars: ✭ 956 (+139.6%)
Mutual labels:  emscripten, webassembly, wasm
Wasmjit
Small Embeddable WebAssembly Runtime
Stars: ✭ 1,063 (+166.42%)
Mutual labels:  emscripten, webassembly, wasm
Wasm Git
GIT for nodejs and the browser using https://libgit2.org compiled to WebAssembly with https://emscripten.org
Stars: ✭ 261 (-34.59%)
Mutual labels:  emscripten, webassembly, wasm

Rustynes

CircleCI

Work in progress

Screenshot

Demo

https://bokuweb.github.io/rustynes/

requirements

  • emscripten
  • rust
  • wasm-gc
  • SDL2

Using Nix

If you have the Nix package manager installed, you can alternatively run a nix shell with the necessary requirements automatically brought in scope:

nix-shell

In that shell, you can then simply run the following commands.

Development

webAssembly

$ make
$ npm install
$ npm start
$ open http://localhost:3334

Native

$ cargo run -p standalone --release roms/hello.nes

Build

webAssembly

$ make

Native

$ make standalone

Test

$cargo test

TODO

  • [ ] Mappers
    • [x] Mapper0
    • [ ] Mapper1
    • [ ] Mapper2
    • [x] Mapper3
    • [ ] Mapper4
    • [ ] Othres
  • [x] PPU
    • [x] 8 * 16 Sprite
  • [ ] APU
    • [x] Noise
    • [ ] DCM
  • [ ] 2P GamePad

v0.1.0

prototype.

License

The MIT License (MIT)

Copyright (c) 2018 @bokuweb

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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