2022-01-21 08:02:04 +00:00
|
|
|
[](https://ci.appveyor.com/project/InoriRus/kyty)
|
|
|
|
|
2021-11-12 09:50:41 +00:00
|
|
|
# Kyty
|
|
|
|
ps4 & ps5 emulator
|
2021-11-12 09:51:35 +00:00
|
|
|
-----
|
2021-11-12 09:50:41 +00:00
|
|
|
The project is in its early stage.
|
2021-11-18 01:24:00 +00:00
|
|
|
|
|
|
|
[Vladimir M](mailto:inorirus@gmail.com)
|
|
|
|
|
|
|
|
Licensed under the MIT license.
|
|
|
|
|
|
|
|
### Building
|
|
|
|
Supported platforms:
|
|
|
|
- Windows 10 x64
|
|
|
|
|
|
|
|
Toolchains:
|
|
|
|
- Visual Studio + clang-cl + ninja
|
|
|
|
- Eclipse CDT + mingw-w64 + gcc/clang + ninja/mingw32-make
|
|
|
|
|
|
|
|
Supported versions:
|
|
|
|
Tool | Version
|
|
|
|
:------------ | :------------
|
|
|
|
cmake |3.12
|
|
|
|
Visual Studio 2019 |16.10.3
|
|
|
|
clang |12.0.1
|
|
|
|
clang-cl |11.0.0
|
|
|
|
gcc (MinGW-W64 x86_64-posix-seh)|10.2.0
|
|
|
|
ninja |1.10.1
|
|
|
|
MinGW-w64 |8.0.0
|
|
|
|
Eclipse CDT |10.3.0
|
2022-01-17 05:21:08 +00:00
|
|
|
Qt |5.15.0
|
|
|
|
|
|
|
|
Define environment variable named Qt5_DIR pointing to the proper version of Qt
|
2021-11-18 01:24:00 +00:00
|
|
|
|
|
|
|
MSVC compiler (cl.exe) is not supported!
|
|
|
|
|
|
|
|
External dependencies:
|
2022-04-01 05:42:43 +00:00
|
|
|
* Vulkan SDK 1.2.198.1
|
2022-01-17 05:21:08 +00:00
|
|
|
* Qt 5.15.0
|