Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: add online NES emulator #180

Merged
merged 18 commits into from
Aug 9, 2024
Merged

Feat: add online NES emulator #180

merged 18 commits into from
Aug 9, 2024

Conversation

timotheeg
Copy link
Owner

Adding rustico online NES emulator into Nestrischamps.

Why? thinking is like this:

  1. Let a user provide its own Tetris rom
  2. patch the rom into Tetris Gym V6
  3. Load the rom into high performant web based emulator so folks can just play
  4. Read the game data straight from the emulator memory
  5. Send game data to NTC - NO OCR needed!
  6. use your NTC renderer as usual, or be in a game room for a match as usual

Notes and disclaimers:

  • Even though rustico is a high performance emulator written in Rust and compiled to Web Assembly, you still need a decently performant computer to make this work
  • 2 things not added compared to normal producer:
    1. no room view to see the opponent game
    2. player cam not supported (for now)

Copy link
Owner Author

@timotheeg timotheeg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good enough to push for now

@timotheeg timotheeg merged commit dc53134 into main Aug 9, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant