1
0
mirror of https://github.com/dege-diosg/dgVoodoo2 synced 2024-07-08 20:51:02 +02:00
dgVoodoo2/README.md

17 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2020-09-24 13:18:22 +02:00
# dgVoodoo2
Glide/DirectX implementation on D3D11/12
2020-09-29 14:18:56 +02:00
2020-09-29 14:20:31 +02:00
<ul>
<li>Play your old Glide and DirectX games even on the latest, modern version of Windows.</li>
2020-09-29 14:26:54 +02:00
<li>Glide, Glide2, Glide3 and Glide3 Napalm versions are available</li>
<li>DirectDraw, D3D3/5/6/7, D3D8 and D3D9 are all available too</li>
2020-09-29 14:20:31 +02:00
<li>Good compatiblity with the original libraries, I think.</li>
<li>You can force the resolution and even MSAA for both Glide and DirectX which can really improve the appearance of games with hardwired low-resolution support.</li>
2020-09-29 14:21:25 +02:00
<li>Support for hw/driver compatibility with some really old videocards like GF4 Ti4800 and ATI Radeon 8500 is also available for rare games needing that.</li>
<li>You can force windowed appearance and simple color-management and dithering (retro feeling) as postprocess effects.</li>
2020-09-29 14:39:33 +02:00
<li>For really old games running at their original low resolution you can upscale the image with various resampling filters like bicubic and lanczos. Or just apply simple pixel multiplication.</li>
2020-09-29 14:21:25 +02:00
<li>You get a lot of configurable elements, either through the GUI CPL app or manually with a texteditor, if you know what you are doing.</li>
2020-09-29 14:20:31 +02:00
</ul>
2020-09-29 14:32:59 +02:00
Thanks for the Vogons community for providing me useful feedbacks!