Skip to content

sakana-rs/Sakana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ Under development!

We still are making sakana, please be patient, find our roadmap at #1.

Important

Sakana is not affiliated with Nintendo ™️ or Switch ™️
Sakana doesn't condone piracy, only use legally obtained files and any issues caused by using the softwere are under your responsability.

Sakana

Web based Switch emulator.
Sakana implements the core for Switch game emulation.

Add it to your website!

Using Sakana is simple, just import the /core/index.js file and call the emulator.

import { Sakana } from 'path/to/sakana/core/index.js'

let emulator = new Sakana('div id');

// Sakana is made to work directly with files from inputs
emulator.load(game file, key file);

And it has a easy to use api.

emulator.game.pause();

Find more info in the wiki.