-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
247 lines (217 loc) · 11 KB
/
index.html
File metadata and controls
247 lines (217 loc) · 11 KB
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>r57zone - Home</title>
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="/style.css">
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', function(){
if (navigator.language.toLowerCase() == 'ru-ru' && window.location.href.indexOf('#debug') == -1)
document.location = '/ru/index.html';
});
</script>
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="menu">
<a href="/">Home</a>
<a href="/projects.html">All projects</a>
<a target="_blank" href="https://github.com/r57zone">GitHub</a>
<a target="_blank" href="https://youtube.com/channel/UCcuoRRWRvb7xUuMzrEqCZ5w">YouTube</a>
<a href="/support.html">Give thanks</a>
</div>
<div id="desc">
<div id="logo">
<img src="/images/logo.png" />
</div>
<div id="title">
<h1>r57zone</h1>
DIY, software, hardware
</div>
</div>
<div class="wave"></div>
</div>
<div id="content">
<div id="page">
<h2>Popular projects</h2>
<div id="items">
<a target="_blank" href="https://github.com/r57zone/Half-Life-Alyx-novr">
<div id="item">
<div id="title">Half-Life: Alyx non VR</div>
<div id="description">First driver allows to complete game without VR</div>
</div>
</a>
<a target="_blank" href="https://github.com/r57zone/OpenVR-OpenTrack">
<div id="item">
<div id="title">OpenVR OpenTrack</div>
<div id="description">OpenVR driver with OpenTrack support</div>
</div>
</a>
<a target="_blank" href="https://github.com/r57zone/OpenVR-driver-for-DIY">
<div id="item">
<div id="title">OpenVR driver for DIY</div>
<div id="description">OpenVR driver controlled by keyboard buttons</div>
</div>
</a>
<a target="_blank" href="https://github.com/r57zone/DualShock4-emulator">
<div id="item" class="with_icon">
<div id="icon"><img src="/icons/ds4emulator.png" /></div>
<div id="title">DualShock4 emulator</div>
<div id="description">DualShock4 emulation with Xbox controller or keyboard and mouse</div>
</div>
</a>
<a target="_blank" href="https://github.com/TrueOpenVR">
<div id="item" class="with_icon">
<div id="icon"><img src="/icons/trueopenvr.png" /></div>
<div id="title">TrueOpenVR</div>
<div id="description">Open Source Virtual Reality standard with support DIY devices</div>
</div>
</a>
<a target="_blank" href="https://github.com/r57zone/X360Advance">
<div id="item">
<div id="title">X360Advance</div>
<div id="description">Gyroscope for Xbox 360 gamepad, enhanced aiming and steering modes are supported</div>
</div>
</a>
<a target="_blank" href="https://github.com/r57zone/EasyNotes">
<div id="item" class="with_icon">
<div id="icon"><img src="/icons/easynotes.png" /></div>
<div id="title">EasyNotes</div>
<div id="description">Notes applications for Windows, iOS and Android, with local P2P sync</div>
</div>
</a>
<a target="_blank" href="https://github.com/r57zone/Firewall-Easy">
<div id="item" class="with_icon">
<div id="icon"><img src="/icons/firewalleasy.png" /></div>
<div id="title">Firewall Easy</div>
<div id="description">Application allows to block internet access to other applications</div>
</div>
</a>
</div>
<h2>Other interesting projects</h2>
<div id="items">
<a target="_blank" href="https://github.com/r57zone/OpenVR-ArduinoHMD">
<div id="item">
<div id="title">OpenVR ArduinoHMD</div>
<div id="description">OpenVR driver, with Arduino support, allowing to make a VR HMD from an HDMI display</div>
</div>
</a>
<a target="_blank" href="https://github.com/r57zone/DSAdvance">
<div id="item" class="with_icon">
<div id="icon"><img src="/icons/ds4emulator.png" /></div>
<div id="title">DSAdvance</div>
<div id="description">Advanced Xbox gamepad emulation for Sony DualSense and DualShock 4</div>
</div>
</a>
<a target="_blank" href="https://github.com/r57zone/EchoBackuper">
<div id="item" class="with_icon">
<div id="icon"><img src="/icons/echobackuper.png" /></div>
<div id="title">EchoBackuper</div>
<div id="description">Application for backups</div>
</div>
</a>
<a target="_blank" href="https://github.com/r57zone/Podcast-Easy-for-Windows">
<div id="item" class="with_icon">
<div id="icon"><img src="/icons/podcasteasy.png" /></div>
<div id="title">Podcast Easy</div>
<div id="description">Application for downloading podcasts</div>
</div>
</a>
<a target="_blank" href="https://github.com/r57zone/Home-library">
<div id="item" class="with_icon">
<div id="icon"><img src="/icons/homelibrary.png" /></div>
<div id="title">Home Library</div>
<div id="description">Catalog app for movies, TV shows, games and books</div>
</div>
</a>
<a target="_blank" href="https://github.com/r57zone/Zapper-Light-Gun-PC">
<div id="item">
<div id="title">PC Light Gun</div>
<div id="description">Modification for playing with NES emulator FCEUX</div>
</div>
</a>
<a target="_blank" href="https://github.com/r57zone/Home-Search">
<div id="item" class="with_icon">
<div id="icon"><img src="/icons/homesearch.png" /></div>
<div id="title">Home Search</div>
<div id="description">Simple local search engine files</div>
</div>
</a>
<a target="_blank" href="https://github.com/r57zone/ShareFiles">
<div id="item" class="with_icon">
<div id="icon"><img src="/icons/sharefiles.png" /></div>
<div id="title">ShareFiles</div>
<div id="description">Application for sharing files in lan</div>
</div>
</a>
<a target="_blank" href="https://github.com/r57zone/Notification-center">
<div id="item" class="with_icon">
<div id="icon"><img src="/icons/notificationcenter.png" /></div>
<div id="title">Notification center</div>
<div id="description">Alternative notification center for Windows</div>
</div>
</a>
<a target="_blank" href="https://github.com/r57zone/Snapshots-for-Windows">
<div id="item" class="with_icon">
<div id="icon"><img src="/icons/snapshots.png" /></div>
<div id="title">Snapshots</div>
<div id="description">Application for creating screenshots</div>
</div>
</a>
<a target="_blank" href="https://github.com/NexInput">
<div id="item" class="with_icon">
<div id="icon"><img src="/icons/nexinput.png" /></div>
<div id="title">NexInput</div>
<div id="description">The modern standard of gamepads with gyroscope and RGB-LED support</div>
</div>
</a>
<a target="_blank" href="https://github.com/r57zone/UPnP">
<div id="item" class="with_icon">
<div id="icon"><img src="/icons/upnp.png" /></div>
<div id="title">UPnP</div>
<div id="description">Application for port forwarding via UPnP</div>
</div>
</a>
<a target="_blank" href="https://github.com/r57zone/RSS-checker">
<div id="item">
<div id="title">RSS Checker</div>
<div id="description">Checking RSS feed on new events </div>
</div>
</a>
</div>
<div style="text-align:center;"><b>Other projects</b> can be found <a href="/projects.html">here</a>.</div>
</div>
<div id="media"><div id="title"><h2>Projects in the media</h2></div>
<div id="banners">
<a class="first" target="_blank" href="https://www.forbes.com/sites/davidthier/2020/04/13/heres-the-first-mod-to-play-half-life-alyx-outside-of-vr/"><img src="/media/forbes.png" /></a>
<a target="_blank" href="https://www.pcgamer.com/the-first-mod-that-will-let-you-finish-half-life-alyx-without-vr-is-here/"><img src="/media/pcgamer.png" /></a>
<a target="_blank" href="https://thenextweb.com/gaming/2020/04/13/you-can-now-play-half-life-alyx-without-vr-using-this-mod-but-i-wouldnt/"><img src="/media/thenextweb.png" /></a>
<a target="_blank" href="https://gamingbolt.com/half-life-alyx-sees-first-mod-to-complete-game-without-vr"><img src="/media/gamingbolt.png" /></a>
<a target="_blank" href="https://wccftech.com/half-life-alyx-new-no-vr-mod-converts-all-gameplay-mechanics-to-keyboard-and-mouse-controls/"><img src="/media/wccftech.png" /></a>
<a target="_blank" href="https://www.gamespot.com/articles/how-to-play-half-life-alyx-without-a-vr-headset/1100-6475988/"><img src="/media/gamespot.png" /></a>
<a target="_blank" href="https://www.techradar.com/news/half-life-alyx-mod-lets-you-play-with-no-vr-headset-heres-how-to-install-it"><img src="/media/techradar.png" /></a>
<a target="_blank" href="https://kotaku.com/half-life-alyx-is-now-playable-without-a-vr-headset-1842846683"><img src="/media/kotaku.png" /></a>
<a target="_blank" href="https://www.gamesradar.com/half-life-alyx-no-vr-mod-complete-game/"><img src="/media/gamesradar.png" /></a>
<a target="_blank" href="https://es.gizmodo.com/ahora-puedes-jugar-half-life-alyx-sin-un-casco-de-real-1842848986"><img src="/media/gizmodo.png" /></a>
<a target="_blank" href="https://me.ign.com/ar/half-life-alyx/140939/video/shhd-wl-mwd-kml-ytyh-tjrb-half-life-alyx-bdwn-wq-ftrdy"><img src="/media/ign.png" /></a>
<a target="_blank" href="https://rg.ru/2020/04/13/half-life-alyx-polnostiu-adaptirovali-dlia-igry-s-myshiu-i-klaviaturoj.html"><img src="/media/rg.png" /></a>
<a target="_blank" href="https://regnum.ru/news/society/2914484.html"><img src="/media/regnum.png" /></a>
<a target="_blank" href="https://medialeaks.ru/news/1304mmg-half-life-alyx-pc/"><img src="/media/medialeaks.png" /></a>
<a target="_blank" href="https://3dnews.ru/1008242"><img src="/media/3dnews.png" /></a>
<a target="_blank" href="https://games.mail.ru/pc/news/2020-04-13/vyshel-pervyj-mod-pozvolyayushij-projti-half-life-alyx-bez-vr-shlema/"><img src="/media/gamesmailru.png" /></a>
<a target="_blank" href="https://4pda.ru/2020/04/13/370428/"><img src="/media/4pda.png" /></a>
<a target="_blank" href="https://stopgame.ru/newsdata/42631"><img src="/media/stopgame.png" /></a>
<a target="_blank" href="https://www.igromania.ru/news/92675/Drayver_dlya_Half-Life_Alyx_pozvolyaet_proyti_igru_bez_VR-shlema.html"><img src="/media/igromania.png" /></a>
<a target="_blank" href="https://overclockers.ru/softnews/show/102757/entuziast-sdelal-dlya-half-life-alyx-mod-pozvolyajuschij-polnostju-projti-igru-s-klaviaturoj-i-myshju"><img src="/media/overclockers.png" /></a>
</div>
</div>
</div>
<div id="footer">
<a href="#top">↑ To the top</a><br>r57zone © 2014-2022
</div>
</div>
</body>
</html>