Rename to Kaizen internally
This commit is contained in:
22
README.md
22
README.md
@@ -1,21 +1,21 @@
|
||||
# Gadolinium
|
||||
# Kaizen
|
||||
|
||||
[](https://www.codefactor.io/repository/github/SimoneN64/Gadolinium/overview/master)
|
||||
[](https://github.com/SimoneN64/Gadolinium/actions/workflows/build.yml)
|
||||
[](https://www.codefactor.io/repository/github/SimoneN64/Kaizen/overview/master)
|
||||
[](https://github.com/SimoneN64/Kaizen/actions/workflows/build.yml)
|
||||
|
||||
Rewrite of my Nintendo 64 emulator "[shibumi](https://github.com/SimoneN64/shibumi)".
|
||||
|
||||

|
||||
|
||||
## Pre-built binaries
|
||||
| Release |
|
||||
|------------------------------------------------------------------------------------------------------|
|
||||
| [Windows](https://nightly.link/SimoneN64/Gadolinium/workflows/build/master/gadolinium-windows.zip) |
|
||||
| [ Linux ](https://nightly.link/SimoneN64/Gadolinium/workflows/build/master/gadolinium-linux.zip) |
|
||||
| Release |
|
||||
|--------------------------------------------------------------------------------------------|
|
||||
| [Windows](https://nightly.link/SimoneN64/Kaizen/workflows/build/master/kaizen-windows.zip) |
|
||||
| [ Linux ](https://nightly.link/SimoneN64/Kaizen/workflows/build/master/kaizen-linux.zip) |
|
||||
|
||||
|
||||
## Build instructions:
|
||||
First clone the repository: `git clone --recursive https://github.com/SimoneN64/Gadolinium`
|
||||
First clone the repository: `git clone --recursive https://github.com/SimoneN64/Kaizen`
|
||||
|
||||
### Windows
|
||||
|
||||
@@ -28,7 +28,7 @@ Dependencies:
|
||||
- nlohmann-json (install it by making sure that you're choosing the x64-windows triplet: `vcpkg install nlohmann-json:x64-windows`)
|
||||
|
||||
```
|
||||
cd path/to/gadolinium
|
||||
cd path/to/kaizen
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -T clangcl -DCMAKE_TOOLCHAIN_FILE=path/to/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_BUILD_TYPE=Release -S ../src
|
||||
@@ -46,7 +46,7 @@ Dependencies:
|
||||
- nlohmann-json
|
||||
|
||||
```
|
||||
cd path/to/gadolinium
|
||||
cd path/to/kaizen
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -S ../src
|
||||
@@ -55,7 +55,7 @@ cmake --build . --config Release
|
||||
|
||||
## Running:
|
||||
```
|
||||
./path/to/gadolinium [ROM] [Mupen Movie]
|
||||
./path/to/kaizen [ROM] [Mupen Movie]
|
||||
```
|
||||
|
||||
Your GPU needs to support Vulkan 1.1+, because the RDP is implemented via [ParaLLEl-RDP](https://github.com/Themaister/parallel-rdp).
|
||||
|
||||
Reference in New Issue
Block a user