summaryrefslogtreecommitdiff
path: root/public/software/index.html
blob: af8c330c64e3905fdda5f5170156b8ff9e879733 (plain)
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>
	Prefetch | Software
</title>
<link rel="stylesheet" href="/main.css">
</head>
<body>
<div class="navbar">
<div class="navitem navhome"><b><a href="/">PREFETCH</a></b></div>

<div class="navitem"><a href="/articles/">Articles&nbsp;&nbsp;</a></div>

<div class="navitem"><a href="/software/">Software</a></div>

<div class="navitem"><a href="/sheats/">Sheats</a></div>

</div>
<hr>
<div class="content">

	<p>Software made by me:</p>
<ul>
<li><a href="https://prefet.ch/software/winvm.sh">winvm.sh</a>: a QEMU-launching shell script
I used to emulate Windows for gaming. Since
<a href="https://www.mesa3d.org/">Mesa</a> has matured so much and
<a href="https://github.com/ValveSoftware/Proton/">Proton</a>
is in great shape, I won't update it anymore.</li>
<li>More coming soon!</li>
</ul>
<p>Apart from that, here's a <a href="/software/recommended">list</a> of software I recommend.</p>


</div>
<hr>
&copy; &quot;Prefetch&quot;. &nbsp; Licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.
</body>
</html>