2022-08-09 11:13:58 +00:00
< p align = "center" >
< img src = "./Docs/img/icon.png" alt = "logo" width = "200" / >
< / p >
2020-06-13 12:14:23 +00:00
2022-08-09 11:13:58 +00:00
# Project64
2020-06-14 20:21:07 +00:00
2022-08-09 11:13:58 +00:00
Project64 is a free and open-source emulator for the Nintendo 64 and Nintendo 64 Disk Drive written in C++ currently only for Windows (planned support for other platforms in the future).
2020-06-13 11:12:55 +00:00
2022-08-09 11:13:58 +00:00
## Features
- Development and debugging tools
- Save/load states
- Fullscreen
- Controller support
- Great language support
- Support for many popular N64 emulator plugins
2020-06-14 20:21:07 +00:00
2022-08-09 11:13:58 +00:00
## Screenshot
2019-08-05 00:57:54 +00:00
2022-08-09 11:13:58 +00:00
< p align = "center" >
< img src = "./Docs/img/screen.png" alt = "screenshot" width = "400" / >
< / p >
2019-07-15 18:25:31 +00:00
2022-08-09 11:13:58 +00:00
## Installation
2022-07-18 12:10:37 +00:00
2022-08-09 11:13:58 +00:00
Installer for the latest stable releases are available [here ](https://www.pj64-emu.com/windows-downloads ).
Download nightly builds [here ](https://www.pj64-emu.com/nightly-builds ).
2019-11-20 09:42:12 +00:00
AppVeyor (Windows x86/x64): [![Build status](https://ci.appveyor.com/api/projects/status/sbtwyhaexslyhgx3?svg=true
2021-04-23 08:14:23 +00:00
)](https://ci.appveyor.com/project/project64/project64/branch/develop)
2019-11-20 09:42:12 +00:00
2022-08-09 11:13:58 +00:00
*Side note: 64-bit builds are considered experimental and aren't currently supported*
2024-02-29 04:48:28 +00:00
## Supported requirements
2022-08-09 11:13:58 +00:00
2024-02-29 04:48:28 +00:00
* Operating system
* 64-bit Windows 10 and 11
2022-08-09 11:13:58 +00:00
* CPU
2024-02-29 04:48:28 +00:00
* 1GHz or faster Intel or AMD processor with at least SSE2 support
2022-08-09 11:13:58 +00:00
* RAM
2024-02-29 04:48:28 +00:00
* 2GB or more
2022-08-09 11:13:58 +00:00
* Graphics card
* DirectX 8 capable (Jabo's Direct3D8)
2024-02-29 04:48:28 +00:00
* OpenGL 3.3 capable (Project64 Video)
2022-08-09 11:13:58 +00:00
* OpenGL 3.3 capable (GLideN64)
2024-02-29 04:48:28 +00:00
* OpenGL 3.3 capable (Angrylion's RDP Plus)
* Vulkan 1.1 capable (Parallel-RDP)
2020-06-14 20:21:07 +00:00
2024-02-29 04:48:28 +00:00
< sub > Intel integrated graphics can have issues that are not present with Nvidia and AMD GPU's even when the requirements are met. Outdated drivers can also cause issues, so please update them!< / sub >
2022-08-11 03:02:17 +00:00
2020-06-14 20:21:07 +00:00
## Support
2022-08-09 11:13:58 +00:00
For support, we ask all users read our [support document ](./Docs/SUPPORT.md ). Read this ** *before*** opening issues.
2021-03-10 08:51:58 +00:00
2022-08-09 11:13:58 +00:00
Please join our [Discord server ](https://discord.gg/Cg3zquF ) for support, questions, etc.
2021-03-10 08:51:58 +00:00
2022-08-09 11:13:58 +00:00
## Changelog
2021-03-10 08:51:58 +00:00
2022-08-09 11:13:58 +00:00
If you would like to see a changelog that is available [here ](./Docs/CHANGELOG.md ).
2021-03-10 08:51:58 +00:00
2022-08-09 11:13:58 +00:00
## Dependencies
2022-10-31 22:34:14 +00:00
- [Duktape ](https://duktape.org/ ): MIT license
- [7-Zip ](https://7-zip.org/ ): LGPL+unRAR license
- [zlib ](https://zlib.net/ ): zlib license
- [libpng ](http://libpng.org/pub/png/libpng.html ): libpng license
- [discord-rpc ](https://github.com/discord/discord-rpc ): MIT license
2022-08-09 11:13:58 +00:00
- DirectX: Copyright (C) Microsoft
2022-10-31 22:34:14 +00:00
- [Windows Template Library ](https://wtl.sourceforge.io/ ): Common Public License
2021-03-10 09:11:50 +00:00
2021-03-10 08:51:58 +00:00
## Contributing
2022-08-09 11:13:58 +00:00
Contributions are always welcome!
2021-03-10 08:51:58 +00:00
2022-08-09 11:13:58 +00:00
See the [contributing ](./.github/CONTRIBUTING.md ) file for ways to get started.
2021-03-10 08:51:58 +00:00
2022-08-09 11:13:58 +00:00
## Maintainers and contributors
2021-03-10 08:51:58 +00:00
2022-08-09 11:13:58 +00:00
- [@Project64 ](https://www.github.com/project64 ) - Zilmar - current maintainer
- Jabo - Previous contributor
- Smiff - Previous contributor
- Gent - Previous contributor
2021-03-10 08:51:58 +00:00
2022-08-09 11:13:58 +00:00
Also see the list of [community contributors ](https://github.com/project64/project64/contributors ).
2021-03-10 08:51:58 +00:00
2022-08-09 11:13:58 +00:00
## 🔗 Links
- [Website ](https://pj64-emu.com )
- [Discord ](https://discord.gg/Cg3zquF )
2019-07-15 18:25:31 +00:00
2020-06-13 13:20:05 +00:00
## License
2020-06-13 11:12:55 +00:00
2022-08-09 11:13:58 +00:00
![GitHub ](https://img.shields.io/github/license/project64/project64 )
2022-10-31 22:34:14 +00:00
Please see the [license ](./license.md ) for more details.