Playnite

Video game library manager with support for wide range of 3rd party libraries and game emulation support, providing one unified interface for your games.
Alternatives To Playnite
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Lutris6,832
a day ago228gpl-3.0Python
Lutris desktop client in Python / PyGObject
Nimraylib_now148
5 months agoJanuary 10, 202117mitC
The Ultimate Raylib gaming library wrapper for Nim
Brackets Viewer.js1222a month ago21April 12, 20235mitTypeScript
A simple library to display tournament brackets (round-robin, single elimination, double elimination).
Adafruit_arcada72
2 months ago6otherC++
Arduino library for gaming
Controller.js59
6 years ago5JavaScript
A library designed to make the Gamepad API easier to use for non-gaming applications.
Howlongtobeat Pythonapi50
15 months ago22May 22, 2022mitPython
A simple Python API to read data from howlongtobeat
Gamble20
3 months agomitPython
A python library with various gambling and gaming classes
Dice15
8 years agoC++
A small, high-performance, thread-safe implementation of gaming dice written in C++11.
Snake14
4 years ago12Python
A simple game built using Python Pygame Library
Lgs Lib14
6 years agoLua
A library for scriping in Logitech Gaming Software
Alternatives To Playnite
Select To Compare


Alternative Project Comparisons
Readme

Playnite Crowdin

An open source video game library manager and launcher with support for 3rd party libraries like Steam, Epic, GOG, EA App, Battle.net and others. Includes game emulation support, providing one unified interface for your games.

Screenshots are available at the Homepage

If you find Playnite useful please consider supporting the lead developer Josef Nemec on Patreon.

Features

See the Homepage for the list of features.

Download

Grab the latest installer or portable package from the download page. Playnite will automatically notify you about a new version upon release.

Requirements: Windows 7 and newer.

Extensions

Playnite can be extended with plugins (written in .NET languages) or by scripts (PowerShell and IronPython are currently supported).

See the extensions portal for tutorials and the full API documentation.

FAQ

Can be found on the wiki

Known Issues

The list of known issues and solutions can be found on the wiki.

Privacy Statement

Playnite doesn't store any user information and you don't need to provide any information to import installed games. Account connection process is usually done via official login web forms and only the web session cookies or tokens are stored, the same way when you login to those services via the web browser.

All information about your library is stored locally on your PC.

Questions, issues etc.

If you find a bug please file an issue and if relevant (crashes, broken features) please attach a diagnostics package, which can be created from inside the "About Playnite..." submenu.

Biggest community around Playnite currently gathers on our Discord server and Reddit. You can also follow @AppPlaynite for general updates.

Contributions

Translations

See the How to: Translations wiki page.

Themes

See the How to: Themes wiki page.

Code Contributions

Code contributions (pull requests) are currently not being accepted while majority of code base is being rewritten for Playnite 11.

Please wait with any pull requests after P11 is at least in beta state.

Please ask in the related issue first before starting implementing something to make sure that nobody else is already working on it. If an issue doesn't exist for your feature/bug fix, create one first.

Regarding code styling, there are only a few major rules:

  • private fields and properties should use camelCase (without underscore)
  • all methods (private and public) should use PascalCase
  • use spaces instead of tabs with 4 spaces width
  • add empty line between code block end } and additional expression
  • always encapsulate the code body after if, for, foreach, while etc. with curly braces:
if (true)
{
    DoSomething();
}

DoSomethingElse();

instead of

if (true)
    DoSomething();
DoSomethingElse();

Branches

  • master - default branch representing state of currently released build.
  • devel - development branch containing latest changes. All pull requests should be made against devel branch.
  • devel* - development branches for specific features/versions.

Roadmap

You can see the planned versions with their features in the milestones overview.

Development

See the wiki for info about building and setting up the development environment.

Others

.NET development tools courtesy of JetBrains

jetbrains

This program uses free code signing provided by SignPath.io, and a free code signing certificate by the SignPath Foundation

Capture

Popular Libraries Projects
Popular Gaming Projects
Popular Libraries Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C Sharp
Game
Wiki
Wpf
Gaming
Wiki Page