Skip to content

shaoner/padme-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Padme browser

@ https://padme.cc

This is a WebAssembly version of a GB emulator padme-core.

Demo

Architecture

  • core: padme-core submodule. This is the heart of the emulator, usually up-to-date.
  • src: WebAssembly implementation of the core, it exposes a framebuffer and simple methods to javascript
  • www: The Preact web app that embeds the wasm library and deal with everything UI-related