2020-06-15 04:53:55 +00:00
# Project64 - Nintendo 64 Emulator
2020-06-13 12:14:23 +00:00
2021-03-10 08:51:58 +00:00
Project64 is a free and open-source emulator for the Nintendo 64 and Nintendo 64 Disk Drive written in C++ currently for Windows (planned support for other platforms in the future)
2020-06-14 20:21:07 +00:00
2020-06-13 13:20:05 +00:00
## System Requirements
2020-06-13 11:12:55 +00:00
2020-06-15 04:53:55 +00:00
* Operating System
* Windows XP/Vista/7/8/10
2020-06-13 11:12:55 +00:00
* CPU
2020-06-15 04:53:55 +00:00
* Intel or AMD processor with SSE2 support
2020-06-13 11:12:55 +00:00
* RAM
2020-06-15 04:53:55 +00:00
* 512MB or more
2020-06-15 17:43:15 +00:00
* Graphics card
2020-06-15 04:53:55 +00:00
* DirectX 8 capable (Jabo's Direct3D8)
* OpenGL 1.1 capable (Project64 Video)
* OpenGL 3.3 capable (GLideN64)
2021-03-10 08:51:58 +00:00
2020-06-14 20:21:07 +00:00
### Stable Builds
2019-11-20 09:42:12 +00:00
Installer for the latest stable release: https://www.pj64-emu.com/download/project64-latest
2019-08-05 00:57:54 +00:00
2019-07-15 18:25:31 +00:00
Follow the instructions in the setup window to complete the installation.
2021-03-10 08:51:58 +00:00
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
)](https://ci.appveyor.com/project/project64/project64/branch/master)
2020-06-14 20:21:07 +00:00
< sub > Note: x64 builds are **NOT** recommended for regular use. They are incomplete and very experimental. Due to this, x64 builds are currently _slower_ than 32-bit builds.</ sub >
## Support
2021-03-10 08:51:58 +00:00
[**Join the official Project64 Discord server** ](https://discord.gg/Cg3zquF ) to seek help from Project64 developers, contributors, and the community!
### Compiling
```
Visual Studio Community
```
Load .sln project file and compile
2021-03-10 09:11:50 +00:00
See the [BUILDING.md ](https://github.com/project64/project64/blob/master/BUILDING.md ) file for details.
2021-03-10 08:51:58 +00:00
## Contributing
Please read [CONTRIBUTING.md ](https://gist.github.com/PurpleBooth/b24679402957c63ec426 ) before contributing.
## Versioning
We use semantic versioning for Project64. For the versions available, see the [tags on this repository ](https://github.com/project64/project64/tags )
## Authors
2021-03-11 01:02:06 +00:00
* **Zilmar** - *Current maintainer* - [Zilmar ](https://github.com/project64 )
* **Jabo** - *Previous member* - Jabo
* **Smiff** - *Previous member* - Smiff
* **Gent** - *Previous member* - Gent
2021-03-10 08:51:58 +00:00
See also the list of [contributors ](https://github.com/your/project/contributors ) who participated in this project.
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
2021-03-10 08:51:58 +00:00
This project is licensed under the GPLv2 License - see the [LICENSE.md ](https://github.com/project64/project64/blob/master/license.md ) file for details