Skip to content

cronokirby/ludus-web

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ludus-web

I wrote an NES emulator, ludus, a while back, in Rust. I spent a bit of time porting it to WASM, so that it could run in a browser, and this was the result.

The project is deployed at ludus-web.cronokirby.com if you'd like to try it out.

Development

First, you'll need to install Rust, and its related tooling. Then, you'll need to install wasm-pack to build the Rust bits. From there, running npm install should work to get all of the dependencies.

To run the project in development:

npm run dev

To build the project for production:

npm run build

which will create the output files in the dist directory.

About

Seeing if I can get my NES emulator to work through WASM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published