Rustynes

👾 An NES emulator by Rust and WebAssembly
Alternatives To Rustynes
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Pixijs40,0531,7198643 days ago163September 23, 2022152mitTypeScript
The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.
Phaser34,4961,7422593 days ago139September 20, 2022106mitJavaScript
Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
Hilo5,78748a year ago31August 13, 202026mitJavaScript
A Cross-end HTML5 Game development solution developed by Alibaba Group
Phaser Examples1,660
12 years agoMay 13, 202217JavaScript
Contains hundreds of source code examples and related media for the Phaser HTML5 Game Framework.
Canvas Test1,519
4 years ago4mitHTML
🎮 happy canvas
Pixel81,464
8 months ago26May 03, 201921JavaScript
A collection of low-res primitives for creating art and games in React
Phaser Ce1,258641615 months ago50October 25, 202151mitJavaScript
Phaser CE is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.
Tower_game1,218
a year ago2mitJavaScript
💒 盖楼游戏 html5 canvas tower building game 🏢🏬🏦🏯🏰
Mk.js1,078
12 years agoMay 08, 2022JavaScript
Canvas implementation of basic fighting game which allows multiplayer over the network.
One Html Page Challenge907
6 days ago2HTML
Can you create something cool without modern tools?
Alternatives To Rustynes
Select To Compare


Alternative Project Comparisons
Readme

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.

Popular Video Game Projects
Popular Canvas Projects
Popular Games Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Video Game
Rust
Canvas
Emscripten
Nes Emulator
Canvas Game