Skip to content

aduros/webuxn

master
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
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

webuxn

A light-weight port of the uxn virtual machine to the web via WebAssembly.

Demos

Hotkeys

  • F2: Save state
  • F4: Load state
  • F5: Reboot
  • F9: Take screenshot
  • F11: Toggle fullscreen

rom2html

rom2html bakes a rom and VM into a fully self-contained html that can be easily distributed.

make
./rom2html roms/life.rom > life.html

rom2url

rom2url embeds a rom into a playable URL. The rom is never uploaded to a server, but embedded into the URL string itself. This is one way you can share (or pirate?) roms even if you don't have a website. If your rom is small enough, it can even fit into a QR code and printed onto paper.

./rom2url roms/animation.rom | qrencode -o qrcode.png

About

Web runtime for the uxn virtual machine.

Resources

License

Stars

Watchers

Forks