Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
N

NooDS

> 编程语言
Open source

A (hopefully!) speedy DS emulator

1.1K stars0 likes0 views
WebsiteGitHub

About

A (hopefully!) speedy DS emulator

NooDS

A (hopefully!) speedy DS emulator.

Overview

The goal of NooDS is to be a fast and portable DS and GBA emulator. It features accurate software rendering with upscaling, and can take advantage of multiple cores for better performance. I started working on NooDS for fun and as a learning experience, and I'd like to keep it that way. If people are interested and get use out of it, that's a bonus!

Downloads

NooDS is available for Windows, macOS, Linux, Android, iOS, Switch, Wii U, and Vita. The latest builds are automatically provided via GitHub Actions, and can be downloaded from the releases page.

Usage

NooDS should be able to run most things without any setup. DS BIOS and firmware files must be provided to boot the system menu, and can be dumped from a DS with DSBF Dumper. The firmware must come from an original DS; DSi and 3DS dumps don't contain any boot code. A GBA BIOS file can be optionally provided, and can be dumped from many systems with this dumper. File paths can be configured in the settings menu. Save types are automatically detected, but this may not always be accurate. If you run something and it has issues with saving, the save type can be overriden in the file menu.

Contributing

This is a personal project, and I've decided to not review or accept pull requests for it. If you want to help, you can test things and report issues or provide feedback. If you can afford it, you can also donate to motivate me and allow me to spend more time on things like this. Nothing is mandatory, and I appreciate any interest in my projects, even if you're just a user!

Building

Windows: Install MSYS2 and run the command pacman -Syu mingw-w64-ucrt-x86_64-{gcc,pkg-config,wxwidgets3.3-msw,portaudio,jbigkit} make to get dependencies. Navigate to the project root directory and run make -j$(nproc) to start building.

macOS/Linux: On the target system, install wxWidgets and PortAudio. This can be done with the Homebrew package manager on macOS, or a built-in package manager on Linux. Run make -j$(nproc) in the project root directory to start building.

Android: Install Android Studio or the command line tools. Run make android in the project root directory to start building; dependencies will be installed as needed.

iOS: Install Xcode on a system running macOS and open NooDS.xcodeproj in it. You can also run make ios in the project root directory to build an unsigned .ipa file.

Switch: Install devkitPro and its switch-dev package. Run make switch -j$(nproc) in the project root directory to start building.

Wii U: Install devkitPro and its wiiu-dev package. Run make wiiu -j$(nproc) in the project root directory to start building.

Vita: Install Vita SDK and run make vita -j$(nproc) in the project root directory to start building.

References

  • GBATEK - The main information source for all things DS and GBA
  • GBATEK Addendum - A thread that aims to fill the gaps in GBATEK
  • melonDS Blog - Contains posts that detail various 3D quirks
  • DraStic BIOS - Reference for the DS HLE BIOS functions
  • Cult of GBA BIOS - Reference for the GBA HLE BIOS functions

Other Links

  • Hydra's Lair - Blog where I may or may not write about things
  • Discord Server - A place to chat about my projects and stuff

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

C++

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言