Switch to markdown for changelog and update readme a bit
This commit is contained in:
parent
0783748884
commit
e2a24fda1f
44
README.md
44
README.md
|
@ -1,8 +1,6 @@
|
||||||
# Project64 - Nintendo 64 Emulator
|
# Project64 - Nintendo 64 Emulator
|
||||||
|
|
||||||
Project64 is a free and open-source emulator for the Nintendo 64 and 64DD written in C++.
|
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)
|
||||||
|
|
||||||
The emulator is easy to use and includes powerful features for developers, ROM hackers, and more.
|
|
||||||
|
|
||||||
## System Requirements
|
## System Requirements
|
||||||
|
|
||||||
|
@ -17,21 +15,13 @@ The emulator is easy to use and includes powerful features for developers, ROM h
|
||||||
* OpenGL 1.1 capable (Project64 Video)
|
* OpenGL 1.1 capable (Project64 Video)
|
||||||
* OpenGL 3.3 capable (GLideN64)
|
* OpenGL 3.3 capable (GLideN64)
|
||||||
|
|
||||||
## How to use
|
|
||||||
|
|
||||||
<sub>(Games not included - do **NOT** ask for ROMs.)</sub>
|
|
||||||
|
|
||||||
### Stable Builds
|
### Stable Builds
|
||||||
|
|
||||||
Installer for the latest stable release: https://www.pj64-emu.com/download/project64-latest
|
Installer for the latest stable release: https://www.pj64-emu.com/download/project64-latest
|
||||||
|
|
||||||
Follow the instructions in the setup window to complete the installation.
|
Follow the instructions in the setup window to complete the installation.
|
||||||
|
|
||||||
### Development Builds
|
Download nightly builds here: https://www.pj64-emu.com/nightly-builds
|
||||||
|
|
||||||
Development Builds are based off the latest source at GitHub. This allows you to use the latest changes straight away, though these changes may not be fully tested and have issues.
|
|
||||||
|
|
||||||
Official buildbot: https://www.pj64-emu.com/nightly-builds
|
|
||||||
|
|
||||||
AppVeyor (Windows x86/x64): [![Build status](https://ci.appveyor.com/api/projects/status/sbtwyhaexslyhgx3?svg=true
|
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)
|
)](https://ci.appveyor.com/project/project64/project64/branch/master)
|
||||||
|
@ -40,9 +30,33 @@ AppVeyor (Windows x86/x64): [![Build status](https://ci.appveyor.com/api/project
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
[**Join the official Project64 Discord Server**](https://discord.gg/Cg3zquF) to report any bugs/issues and seek help from Project64 developers, contributors and the community.
|
[**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
|
||||||
|
|
||||||
|
## 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
|
||||||
|
|
||||||
|
* **Zilmar** - *Current maintainer* - [Zilmar](https://github.com/PurpleBooth)
|
||||||
|
* **Jabo** - *Previous member* - [Jabo](https://github.com/PurpleBooth)
|
||||||
|
* **Smiff** - *Previous member* - [Smiff](https://github.com/PurpleBooth)
|
||||||
|
* **Gent** - *Previous member* - [Gent](https://github.com/PurpleBooth)
|
||||||
|
|
||||||
|
See also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Project64 is licensed under the
|
This project is licensed under the GPLv2 License - see the [LICENSE.md](https://github.com/project64/project64/blob/master/license.md) file for details
|
||||||
[GNU General Public License v2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html).
|
|
||||||
|
|
Loading…
Reference in New Issue