project64/README.md

110 lines
3.5 KiB
Markdown
Raw Normal View History

<p align="center">
<img src="./Docs/img/icon.png" alt="logo" width="200" />
</p>
2020-06-13 12:14:23 +00:00
# Project64
2020-06-14 20:21:07 +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).
* [Features](#features)
* [Screenshot](#screenshot)
* [Installation](#installation)
* [Supported requirements](#supported-requirements)
* [Support](#support)
* [Changelog](#changelog)
* [Dependencies](#dependencies)
* [Contributing](#contributing)
* [Maintainers and contributors](#maintainers-and-contributors)
* [🔗 Links](#---links)
* [License](#license)
## 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
## Screenshot
2019-08-05 00:57:54 +00:00
<p align="center">
<img src="./Docs/img/screen.png" alt="screenshot" width="400" />
</p>
2019-07-15 18:25:31 +00:00
## Installation
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).
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)
*Side note: 64-bit builds are considered experimental and aren't currently supported*
## Supported requirements
* Operating system
* 64-bit Windows 10 and 11
* CPU
* 1GHz or faster Intel or AMD processor with at least SSE2 support
* RAM
* 2GB or more
* Graphics card
* DirectX 8 capable (Jabo's Direct3D8)
* OpenGL 3.3 capable (Project64 Video)
* OpenGL 3.3 capable (GLideN64)
* OpenGL 3.3 capable (Angrylion's RDP Plus)
* Vulkan 1.1 capable (Parallel-RDP)
2020-06-14 20:21:07 +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>
2020-06-14 20:21:07 +00:00
## Support
For support, we ask all users read our [support document](./Docs/SUPPORT.md). Read this ***before*** opening issues.
Please join our [Discord server](https://discord.gg/Cg3zquF) for support, questions, etc.
## Changelog
If you would like to see a changelog that is available [here](./Docs/CHANGELOG.md).
## Dependencies
- [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
- DirectX: Copyright (C) Microsoft
- [Windows Template Library](https://wtl.sourceforge.io/): Common Public License
2021-03-10 09:11:50 +00:00
## Contributing
Contributions are always welcome!
If you want to contribute to this project, please click [here](https://github.com/project64/project64/blob/develop/Docs/BUILDING.md) to get more information on how to set up a local build environment.
See the [contributing](./.github/CONTRIBUTING.md) file for ways to get started.
## Maintainers and contributors
- [@Project64](https://www.github.com/project64) - Zilmar - current maintainer
- Jabo - Previous contributor
- Smiff - Previous contributor
- Gent - Previous contributor
Also see the list of [community contributors](https://github.com/project64/project64/contributors).
## 🔗 Links
- [Website](https://pj64-emu.com)
- [Discord](https://discord.gg/Cg3zquF)
2019-07-15 18:25:31 +00:00
## License
![GitHub](https://img.shields.io/github/license/project64/project64)
Please see the [license](./license.md) for more details.