-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
116 lines (105 loc) · 4.51 KB
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dege's stuff</title>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<meta name="author" content="Pedro Oliva Rodrigues">
<meta name="keywords" content="dgvoodoo2, dege, glide, directx, graphics wrapper">
<meta name="description" content="Dege's stuffs, home of dgvoodoo">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
<noscript>
<style>
.placeholder { display: block; }
</style>
</noscript>
<script src="util.js"></script>
</head>
<body onload="main()">
<nav class="placeholder">
<noscript>
navbar requires javascript. Sorry Landuke ☹<br>
</noscript>
{fallbacknav}
<iframe src="/parts/navfallback.html">Your browser does not support iframes</iframe>
</nav>
<header class="w3-container w3-center w3-padding-64 w3-deep-orange">
<h1 class="w3-margin w3-jumbo">Dege's stuffs</h1>
<p class="w3-xlarge">New and improved!</p>
</header>
<article class="w3-row-padding w3-padding-64 w3-container">
<div class="w3-content">
<div class="w3-twothird">
<h1>dgVoodoo 2</h1>
<h3>🕹 A new age for old games 🕹</h3>
<h5 class="w3-padding-32">dgVoodoo 2 is a set of old graphics API's implemented for Windows Vista/7/8/10.</h5>
<div class="w3-text-dark-grey">
<p>They are implemented on Direct3D 11 and they can use different device types as wrapping output:</p>
<ul>
<li>Hardware rendering at GPU feature level 11.0 (recommended)</li>
<li>Hardware rendering at GPU feature level 10.1 (has a minor limitation for DX8/9)</li>
<li>Hardware rendering at GPU feature level 10.0 (there are some restrictions)</li>
<li>Software rendering through Microsoft WARP renderer</li>
</ul>
<p>The following graphics API libraries are implemented:</p>
<ul>
<li>Glide 2.11, Glide 2.45, Glide 3.1 and Glide 3.1 Napalm</li>
<li>DirectX 1-7 (all versions of DirectDraw and Direct3D up to version 7)</li>
<li>Direct3D 8.1</li>
<li>Direct3D 9</li>
</ul>
</div>
<p>(Latest stable version: 2.62.3, released: <time datetime="2019-11-20">20.11.2019</time>)</p>
<a href="downloads.htm#dgvoodoo2">Downloads</a> |
<a href="dgvoodoo/documentation.htm">Documentation</a> |
<a href="dgvoodoo/changelog.htm">Changelog</a>
</div>
<div class="w3-third w3-center">
<i class="fa fa-gamepad big w3-text-red" title="video games!"></i>
</div>
</div>
</article>
<article class="w3-row-padding w3-light-grey w3-padding-64 w3-container">
<div class="w3-content">
<div class="w3-third w3-center">
<img src="imgs/mppwc.png" alt="mppwc" style="width: 60%;">
</div>
<div class="w3-twothird">
<h1>MPPWC</h1>
<h5 class="w3-padding-32">Yet another Tracker Module Decoder.</h5>
<div class="w3-text-dark-grey">
<p class="w3-text-dark-grey">I've finished renewing my old music player and thought I share it as a Winamp
input plugin. Somebody may like it.</p>
<p>(Executables are now zipped to avoid false positive virus alarms through the network for the NSIS
installer.)</p>
</div>
<p>(Latest version: 0.96.7, released: <time datetime="2014-05-05">05.05.2014</time>)</p>
<a href="downloads.htm#mppwc">Downloads</a>
</div>
</div>
</article>
<article class="w3-row-padding w3-padding-64 w3-container">
<div class="w3-content">
<div class="w3-third w3-center">
<img src="imgs/patches.png" alt="game patches" style="width: 60%;">
</div>
<div class="w3-twothird">
<h1>Various patches</h1>
<p class="w3-text-dark-grey">Here you can find some patches I made for some games.</p>
<a href="downloads.htm#gamepatches">Downloads</a>
</div>
</div>
</article>
<footer class="w3-light-grey w3-opacity">
<iframe src="footer.htm">
~Footer~ <br>
Your browser does not support iframes
</iframe>
</footer>
</body>
</html>