x-retro
v1.0.0
Published
Simple libretro frontend
Downloads
2
Readme
x-retro
x-retro provides custom elements for retro emulators.
Adding to your page
Add this to your head:
<script src="https://matthewbauer.us/x-retro.js"></script>
<script src="https://matthewbauer.us/cores/snes9x-next.js"></script>
and put this in your body:
<canvas is="x-retro" src="/my-super-nintendo-rom.sfc" core="snes9x-next" autostart></canvas>
Running locally
git clone https://github.com/matthewbauer/x-retro.git
cd x-retro
npm install
npm start
Navigate to localhost:8080
Contributing
Look at the open issues and make pull request.