All Projects → CapitaineJSparrow → emusak-ui

CapitaineJSparrow / emusak-ui

Licence: GPL-3.0 license
This is a tool which allows you to download saves or mods for Nintendo Switch emulators using a compatible Emusak backend

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to emusak-ui

Android Switchicon
Google launcher-style implementation of switch (enable/disable) icon
Stars: ✭ 2,337 (+166.48%)
Mutual labels:  material-ui, switch
Tracktor-ComposeUI
Track the progress of anything in one place
Stars: ✭ 25 (-97.15%)
Mutual labels:  material-ui
xiaomiplug
Xiaomi Mi Smart WiFi Socket integration for Home Assistant
Stars: ✭ 99 (-88.71%)
Mutual labels:  switch
material
🎨 Materialize your forum with this Flarum extension that uses the latest guidelines.
Stars: ✭ 14 (-98.4%)
Mutual labels:  material-ui
material-chip-view
Material Chip view. Can be used as tags for categories, contacts or creating text clouds
Stars: ✭ 1,300 (+48.23%)
Mutual labels:  material-ui
react-firebase-template
Bootstrap a React + Firebase full stack application with every thing you need pre-configured: hosting, database, authentication, CI, Typescript, Material UI, PWA and other goodies.
Stars: ✭ 24 (-97.26%)
Mutual labels:  material-ui
onyxia-ui
🌓 A modern UI toolkit with excellent typing.
Stars: ✭ 26 (-97.04%)
Mutual labels:  material-ui
Google-Clone
A Google Clone which built with ReactJS. When you click Gmail button, you will be directed to my other project, Gmail Clone. You can search whatever you want and send realtime emails by clicking Gmail button!
Stars: ✭ 37 (-95.78%)
Mutual labels:  material-ui
logi-filter-builder
advanced SQL filter builder. Demo:
Stars: ✭ 23 (-97.38%)
Mutual labels:  material-ui
PygameWidgets
A module for use with Pygame. Includes fully customisable buttons, textboxes, sliders and many more, as well as the ability to create and run animations on these widgets.
Stars: ✭ 34 (-96.12%)
Mutual labels:  switch
amplify-material-ui
A Material-UI based implementation of aws amplify
Stars: ✭ 32 (-96.35%)
Mutual labels:  material-ui
material-ui-color
The lightest colorpicker, palette, colorinput, colorbutton ⚡ No dependencies. It uses React hooks, support Typescript theming and more !
Stars: ✭ 125 (-85.75%)
Mutual labels:  material-ui
GlowButton
Beautify your layouts with glowing buttons. Support with a ⭐️ Contributions are welcome! 🙌
Stars: ✭ 54 (-93.84%)
Mutual labels:  material-ui
markdown.today
Store your journal as an encrypted markdown file on Dropbox and edit/view it from any browser
Stars: ✭ 61 (-93.04%)
Mutual labels:  material-ui
nx
Userland library for Nintendo Switch homebrew (and other potential purposes), written in pure Rust and some assembly bits
Stars: ✭ 67 (-92.36%)
Mutual labels:  switch
SHSliderSwitch
SHSliderSwitch is a simple lightweight library to implement an animated slider switch.
Stars: ✭ 18 (-97.95%)
Mutual labels:  switch
rcli
Simplified R version handling
Stars: ✭ 33 (-96.24%)
Mutual labels:  switch
lily
Hosts管理工具,双击切换立即生效,告别重启浏览器! Hosts manager takes effect immediately on switch
Stars: ✭ 69 (-92.13%)
Mutual labels:  switch
swing-material
A collection of Material Design components and utilities for Swing.
Stars: ✭ 52 (-94.07%)
Mutual labels:  material-ui
Material-Smart-Rating
😍⭐⭐Material Smart Rating App - An Android library that encourages users to rate the app on Google Play.⭐⭐😘
Stars: ✭ 30 (-96.58%)
Mutual labels:  material-ui

EmuSAK UI

EmuSAK is archived and will stop work 29th september 2022, I suggest to uninstall the app and join discord server instead to find resources

showDownloads showVersion showLatestCommit showLicense

EmuSAK-ui is a graphical mod for EmuSAK. This is a tool to manage your switch emulators, such as downloading saves or mods.

screenshot

Installation

Just go to the releases page and download the latest build for your OS. Only on Windows there is an auto update feature.

Windows

Install the software by executing the .exe file. Afterwards, you can remove the software like any other program on your computer.

Linux

Debian

Download the .deb file, then install it with sudo dpkg -i ./emusak-ui-X.Y_amd64.deb.

Arch Linux

Download EmuSAK's PKGBUILD and install it with makepkg -si or use your favorite AUR helper.

Red Hat Linux

Download the .rpm file, then install it with sudo rpm -i /emusak-ui-X.Y-1.x86_64.rpm.

Universal

Download the .AppImage file, then mark it as executable and run it.

Features

  • Add one or multiple Ryujinx folders (where Ryujinx.exe is located) to manage different builds (such as mainline, portable, LDN, etc.)
  • List your game library
  • Display your local shaders count & EmuSAK shaders count (to download them if you have fewer shaders)
  • Update firmware
  • Update production keys
  • Download saves for a specific game
  • Download shaders for a specific game
  • Downloads mods for a specific game
  • You can share shaders in just one click if you have more shaders than EmuSAK

Contributing

Requirements :

  • NodeJS v14+
  • Yarn npm i -g yarn

Set a valid EmuSAK CDN URL in a variable :

(powershell): $Env:EMUSAK_CDN = 'http://...'
(bash): export EMUSAK_CDN = 'http://...'

Install & run

yarn install
yarn start

Thanks

  • Sin for creating a nice community and inspiring the project
  • Niwu for testing, suggestions and helping me match Switch title IDs to game names
  • Joshi for updating the backend to create a nice software
  • LiveLM for showing some love to Arch Linux users
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].