xray-16
Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. Join OpenXRay! ;) (by OpenXRay)
dxwrapper
Fixes compatibility issues with older games running on Windows 10/11 by wrapping DirectX dlls. Also allows loading custom libraries with the file extension .asi into game processes. (by elishacloud)
xray-16 | dxwrapper | |
---|---|---|
25 | 33 | |
3,254 | 1,532 | |
0.9% | 3.0% | |
9.7 | 9.8 | |
5 days ago | 8 days ago | |
C++ | C | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
xray-16
Posts with mentions or reviews of xray-16.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-11-11.
-
OpenXRay: Reviving the S.T.A.L.K.E.R. Legacy
View the Project on GitHub
- Not only Unity...
- S.T.A.L.K.E.R.: Shadow of Chernobyl on linux with a emulator.
-
Trying to install CoC on linux but this shows up. I have copy of CoP and wine installed.
Since you are on linux, someone remade the engine and there is a native port of it https://github.com/OpenXRay/xray-16 It works with luxtorpeda if you have the game on steam or know how to add a non Steam game and give it the id of the game then choose luxtorpeda as a compatibility tool
-
Not bad for a 16 year old game engine
Yes. It's a based on a fork from Open X-ray.
-
Has anyone compiled/ported xray-monolith (that Stalker Anomaly uses) for linux?
So knowing that I can play Stalker COP with the use of OpenXRay/xray-16, I started searching for Anomaly engine source code.
- Make CoP like CS graphically?
- What mods/mod packs are you looking forward to and why?
- *PDA bleep*
-
I might have got ahold of xray 1.6
Here, Xray 1.6, no need for scammy links
dxwrapper
Posts with mentions or reviews of dxwrapper.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-08.
-
SimCity Classic - Guide to Installation (Windows / DOSBox)
Then, download this and place the files inside the game directory (C:\Program Files\Maxis\SimCity Classic).
-
Ask HN: Best way to play old games that require Windows 98/XP?
There's also dxwrapper that implements old DirectDraw/3D interfaces with newer D3D9 api for better compatibility with newer Windows versions:
https://github.com/elishacloud/dxwrapper
- Porting IV renderer from DX9 to DX11. Is it possible?
-
DON'T buy "The Space Bar" (1997) re-release on Steam!
FYI: The Space Bar re-release features Elisha Riedlinger's DxWrapper (https://github.com/elishacloud/dxwrapper), whose config file is otherwise stock with just FullScreen enabled. I strongly believe they didn't properly test it.
- Linux genuinely gives me less issues than Windows
-
RTX Remix?
RTX Remix uses a custom d3d9.dll though so you additionally need another wrapper such as https://github.com/elishacloud/dxwrapper to customize which dll should be loaded since by default d3d8to9 uses the default system file which will result in translated calls not being redirected to the path tracer used by Remix.
- RADV Lands Shader Caching For Graphics Pipeline Libraries
- playing Diablo 1 on windows 7. how do I fix the colors?
-
I just got GTA IV: Complete Edition on Steam. Do I HAVE to downgrade or can I play as is?
If you have a GPU that supports DXVK (Basically it forces DXVK to run the game in Vulkan intsead of it's usual DirectX 9, which the DX9 version hates GTA IV and while GTA IV hates DX9 back) and has more than 2GB of VRAM (DirectX Vulkan), then I HIGHLY recommend it: https://github.com/doitsujin/dxvk/releases (Use this guide to install it: http://ant-sh.blogspot.com/2020/07/gta-4-stutter-choppiness-fix.html. If you want aliasing AND DXVK, use this guide: http://ant-sh.blogspot.com/2021/01/antialiasing-with-dxvk-and-gta-iv.html. If your GPU doesn't support Vulkan, use DxWrapper: https://github.com/elishacloud/dxwrapper/releases).
- L.O.K. Blood Omen 2 RTX Remix
What are some alternatives?
When comparing xray-16 and dxwrapper you can also consider the following projects:
OGSR-Engine - OGSR Project - Evolution of X-Ray Engine for S.T.A.L.K.E.R.: Shadow of Chernobyl
dgVoodoo2 - Glide/DirectX implementation on D3D11/12
Qv2ray - :star: Linux / Windows / macOS 跨平台 V2Ray 客户端 | 支持 VMess / VLESS / SSR / Trojan / Trojan-Go / NaiveProxy / HTTP / HTTPS / SOCKS5 | 使用 C++ / Qt 开发 | 可拓展插件式设计 :star:
d8vk - Direct3D 8 to Vulkan translation for DXVK! Merged into dxvk: https://github.com/doitsujin/dxvk
SRP - Sky Reclamation Project for S.T.A.L.K.E.R.: Clear Sky
d3d8to9 - A D3D8 pseudo-driver which converts API calls and bytecode shaders to equivalent D3D9 ones.