Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
3d Game Shaders For Beginners | 15,637 | 3 months ago | 19 | bsd-3-clause | C++ | |||||
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game. | ||||||||||
Bgfx | 13,451 | 5 days ago | 6 | April 13, 2023 | 283 | bsd-2-clause | C++ | |||
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library. | ||||||||||
Openra | 13,382 | 11 hours ago | 1 | January 01, 1900 | 1,525 | gpl-3.0 | C# | |||
Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X. | ||||||||||
Openrct2 | 12,232 | a day ago | 1,409 | gpl-3.0 | C++ | |||||
An open source re-implementation of RollerCoaster Tycoon 2 🎢 | ||||||||||
Openage | 11,981 | 19 hours ago | 220 | other | Python | |||||
Free (as in freedom) open source clone of the Age of Empires II engine :rocket: | ||||||||||
Monogame | 10,044 | 2 days ago | 824 | other | C# | |||||
One framework for creating powerful cross-platform games. | ||||||||||
Craft | 9,871 | 2 months ago | 125 | mit | C | |||||
A simple Minecraft clone written in C using modern OpenGL (shaders). | ||||||||||
Sfml | 9,039 | 21 hours ago | 1 | March 24, 2020 | 182 | zlib | C++ | |||
Simple and Fast Multimedia Library | ||||||||||
Duckstation | 5,294 | 10 hours ago | 106 | gpl-3.0 | C++ | |||||
Fast PlayStation 1 emulator for x86-64/AArch32/AArch64 | ||||||||||
Magnum | 4,499 | 10 hours ago | 87 | other | C++ | |||||
Lightweight and modular C++11 graphics middleware for games and data visualization |
Latest News | Features | Downloading and Running | Building | Disclaimers
Latest Builds for Windows and Linux (AppImage): https://github.com/stenzek/duckstation/releases/tag/latest
Latest Builds for Windows, Linux (AppImage/Flatpak), and macOS: https://github.com/stenzek/duckstation/releases/tag/preview
Game Compatibility List: https://docs.google.com/spreadsheets/d/1H66MxViRjjE5f8hOl5RQmF5woS1murio2dsLn14kEqo/edit
Wiki: https://www.duckstation.org/wiki/
DuckStation is an simulator/emulator of the Sony PlayStation(TM) console, focusing on playability, speed, and long-term maintainability. The goal is to be as accurate as possible while maintaining performance suitable for low-end devices. "Hack" options are discouraged, the default configuration should support all playable games with only some of the enhancements having compatibility issues.
A "BIOS" ROM image is required to to start the emulator and to play games. You can use an image from any hardware version or region, although mismatching game regions and BIOS regions may have compatibility issues. A ROM image is not provided with the emulator for legal reasons, you should dump this from your own console using Caetla or other means.
DuckStation features a fully-featured frontend built using Qt, as well as a fullscreen/TV UI based on Dear ImGui.
Other features include:
Binaries of DuckStation for Windows x64/ARM64, Linux x86_64 (in AppImage/Flatpak formats), and macOS Universal Binaries are available via GitHub Releases and are automatically built with every commit/push. Binaries or packages distributed through other sources may be out of date and are not supported by the developer, please speak to them for support, not us.
As of 2023/08/16, Preview releases of DuckStation require Windows 10. I have hit several issues in new features I am working on that are present in Qt 6.1, but not in 6.5.
For now, this only applies to the Preview build, the "Latest Rolling Release" will still work on Windows 7/8/8.1 for now, with the disclaimer below. Once the new in-progress features are ready for widespread use, this build will move to legacy status.
Windows 10 is the only version of Windows supported by the developer. Windows 7/8 may work, but is not supported. I am aware some users are still using Windows 7, but it is no longer supported by Microsoft and too much effort to get running on modern hardware. Game bugs are unlikely to be affected by the operating system, however performance issues should be verified on Windows 10 before reporting.
To download:
Once downloaded and extracted, you can launch the emulator with duckstation-qt-x64-ReleaseLTCG.exe
.
To set up:
C:\Users\YOUR_USERNAME\Documents\DuckStation\bios
. If you don't want to use the Documents directory to save the BIOS/memory cards/etc, you can use portable mode. See User directory.Settings->Add Game Directory
.If you are using the preview release, the setup wizard will guide you through these steps.
If you get an error about vcruntime140_1.dll
being missing, you will need to update your Visual C++ runtime. You can do that from this page: https://support.microsoft.com/en-au/help/2977003/the-latest-supported-visual-c-downloads. Specifically, you want the x64 runtime, which can be downloaded from https://aka.ms/vs/17/release/vc_redist.x64.exe.
Windows 7 users, TLS 1.2 is not supported by default and you will not be able to use the automatic updater or RetroAchievements. This knowledge base article contains instructions for enabling TLS 1.1/1.2: https://support.microsoft.com/en-us/topic/update-to-enable-tls-1-1-and-tls-1-2-as-default-secure-protocols-in-winhttp-in-windows-c4bd73d2-31d7-761e-0178-11268bb10392
The Qt frontend includes an automatic update checker. Builds downloaded after 2020/08/07 will automatically check for updates each time the emulator starts, this can be disabled in Settings. Alternatively, you can force an update check by clicking Help->Check for Updates
.
The only supported version of DuckStation for Linux are the AppImage and Flatpak in the releases page. Other AppImages or Flatpaks, including Flathub/"Discover" store are not supported, and if history is any indication, likely broken because packagers tend to modify things they don't understand.
The AppImages require a distribution equivalent to Ubuntu 22.04 or newer to run.
duckstation-x64.AppImage
.chmod a+x
on the downloaded AppImage -- following this step, the AppImage can be run like a typical executable.duckstation-x64.flatpak
.flatpak install ./duckstation-x64.flatpak
.flatpak run org.duckstation.duckstation
to start, or select DuckStation
in the launcher of your desktop environment.Universal MacOS builds are provided for both x64 and ARM64 (Apple Silicon).
Using the Preview channel and Metal renderer is recommended, MoltenVK is reported to have issues with some games.
MacOS Big Sir (11.0) is required, as this is also the minimum requirement for Qt.
To download:
duckstation-mac-release.zip
.You will need a device with armv7 (32-bit ARM), AArch64 (64-bit ARM), or x86_64 (64-bit x86). 64-bit is preferred, the requirements are higher for 32-bit, you'll probably want at least a 1.5GHz CPU.
Google Play is the preferred distribution mechanism and will result in smaller download sizes: https://play.google.com/store/apps/details?id=com.github.stenzek.duckstation
No support is provided for the Android app, it is free and your expectations should be in line with that. Please do not email me about issues about it, they will be ignored.
If you must use an APK, download links are listed in https://www.duckstation.org/android/
To use:
If you have an external controller, you will need to map the buttons and sticks in settings.
A number of PAL region games use LibCrypt protection, requiring additional CD subchannel information to run properly. libcrypt not functioning usually manifests as hanging or crashing, but can sometimes affect gameplay too, depending on how the game implemented it.
For these games, make sure that the CD image and its corresponding SBI (.sbi) file have the same name and are placed in the same directory. DuckStation will automatically load the SBI file when it is found next to the CD image.
For example, if your disc image was named Spyro3.cue
, you would place the SBI file in the same directory, and name it Spyro3.sbi
.
Requirements:
git clone https://github.com/stenzek/duckstation.git
.dep\msvc
.duckstation.sln
in the root, or "Open Folder" for cmake build.bin/x64
.duckstation-qt-x64-Release.exe
or whichever config you used.Requirements (Debian/Ubuntu package names):
cmake
)libsdl2-dev
libxrandr-dev
)pkg-config
)qt6-base-dev
qt6-base-private-dev
qt6-base-dev-tools
qt6-tools-dev
libqt6svg6
)git
) (Note: needed to clone the repository and at build time)libwayland-dev
libwayland-egl-backend-dev
extra-cmake-modules
qt6-wayland
)libcurl4-gnutls-dev
)ninja-build
)git clone https://github.com/stenzek/duckstation.git -b dev
.build-release
, run cmake -Bbuild-release -DCMAKE_BUILD_TYPE=Release
. If you have installed Ninja, add -GNinja
at the end of the CMake command line for faster builds.cmake --build build-release --parallel
.bin/duckstation-qt
.Requirements:
Optional (recommended for faster builds):
git clone https://github.com/stenzek/duckstation.git
.cmake -Bbuild-release -DCMAKE_BUILD_TYPE=Release
. You may need to specify -DQt6_DIR
depending on your system. If you have installed Ninja, add -GNinja
at the end of the CMake command line for faster builds.cmake --build build-release --parallel
.bin/DuckStation.app
.The "User Directory" is where you should place your BIOS images, where settings are saved to, and memory cards/save states are saved by default. An optional SDL game controller database file can be also placed here.
This is located in the following places depending on the platform you're using:
$XDG_DATA_HOME/duckstation
, or ~/.local/share/duckstation
.~/Library/Application Support/DuckStation
.So, if you were using Linux, you would place your BIOS images in ~/.local/share/duckstation/bios
. This directory will be created upon running DuckStation
for the first time.
If you wish to use a "portable" build, where the user directory is the same as where the executable is located, create an empty file named portable.txt
in the same directory as the DuckStation executable.
Your keyboard or game controller can be used to simulate a variety of PlayStation controllers. Controller input is supported through DInput, XInput, and SDL backends and can be changed through Settings -> General Settings
.
To bind your input device, go to Settings -> Controller Settings
. Each of the buttons/axes for the simulated controller will be listed, alongside the corresponding key/button on your device that it is currently bound to. To rebind, click the box next to the button/axis name, and press the key or button on your input device that you wish to bind to. When binding rumble, simply press any button on the controller you wish to send rumble to.
DuckStation releases ship with a database of game controller mappings for the SDL controller backend, courtesy of gabomdq/SDL_GameControllerDB. The included gamecontrollerdb.txt
file can be found in the database
subdirectory of the DuckStation program directory.
If you are experiencing issues binding your controller with the SDL controller backend, you may need to add a custom mapping to the database file. Make a copy of gamecontrollerdb.txt
and place it in your user directory (or directly in the program directory, if running in portable mode) and then follow the instructions in the SDL_GameControllerDB repository for creating a new mapping. Add this mapping to the new copy of gamecontrollerdb.txt
and your controller should then be recognized properly.
Controller 1:
Hotkeys:
Icon by icons8: https://icons8.com/icon/74847/platforms.undefined.short-title
"PlayStation" and "PSX" are registered trademarks of Sony Interactive Entertainment Europe Limited. This project is not affiliated in any way with Sony Interactive Entertainment.