Update README.md
This commit is contained in:
parent
1bd36db421
commit
d70f585f5e
16
README.md
16
README.md
|
@ -35,7 +35,7 @@ legally purchased devices and games and information made public on the internet
|
||||||
|
|
||||||
Windows 8.1+:
|
Windows 8.1+:
|
||||||
|
|
||||||
# install python 2.7 and VS2013
|
# install python 2.7 and VS2013/2015
|
||||||
git clone https://github.com/benvanik/xenia.git
|
git clone https://github.com/benvanik/xenia.git
|
||||||
cd xenia
|
cd xenia
|
||||||
xb setup
|
xb setup
|
||||||
|
@ -60,9 +60,7 @@ Fixes and optimizations are always welcome (please!), but in addition to
|
||||||
that there are some major work areas still untouched:
|
that there are some major work areas still untouched:
|
||||||
|
|
||||||
* Help work through missing functionality/bugs in game [compat](https://github.com/benvanik/xenia/issues?labels=compat)
|
* Help work through missing functionality/bugs in game [compat](https://github.com/benvanik/xenia/issues?labels=compat)
|
||||||
* Add input drivers for [OSX](https://github.com/benvanik/xenia/issues/61) and [PS4 controllers](https://github.com/benvanik/xenia/issues/60) (or anything else)
|
* Add input drivers for [PS4 controllers](https://github.com/benvanik/xenia/issues/60) (or anything else)
|
||||||
* Start [hacking on audio](https://github.com/benvanik/xenia/issues/62)
|
|
||||||
* Build a [virtual LIVE service](https://github.com/benvanik/xenia/issues/64)
|
|
||||||
|
|
||||||
See more projects [good for contributors](https://github.com/benvanik/xenia/issues?labels=good+for+contributors&page=1&state=open). It's a good idea to ask on IRC/the bugs before beginning work
|
See more projects [good for contributors](https://github.com/benvanik/xenia/issues?labels=good+for+contributors&page=1&state=open). It's a good idea to ask on IRC/the bugs before beginning work
|
||||||
on something.
|
on something.
|
||||||
|
@ -86,15 +84,13 @@ enough to run games at a decent speed the answer is no.
|
||||||
### What about Linux/OSX?
|
### What about Linux/OSX?
|
||||||
|
|
||||||
The project is designed to support non-Windows platforms but until it's running
|
The project is designed to support non-Windows platforms but until it's running
|
||||||
games it's not worth the maintenance burden. If you're a really passionate
|
games it's not worth the maintenance burden. OSX will likely remain unsupported
|
||||||
Linux/OSX-based developer and want to help out, run Bootcamp/VM and contribute
|
until Apple supports OpenGL 4.3 or higher.
|
||||||
an OpenGL 4 driver - that'll be the most difficult part in porting to
|
|
||||||
non-Windows platforms.
|
|
||||||
|
|
||||||
### What kind of GPU do I need?
|
### What kind of GPU do I need?
|
||||||
|
|
||||||
DirectX 11 support is required. To get full speed and compatibility Mantle may
|
DirectX 11/OpenGL 4.5 support is required. To get full speed and compatibility
|
||||||
be required in the future.
|
D3D12 or GL-next may eventually be required.
|
||||||
|
|
||||||
### Have you heard of LLVM/asmjit/jitasm/luajit/etc?
|
### Have you heard of LLVM/asmjit/jitasm/luajit/etc?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue