You've already forked retrowin32
mirror of
https://github.com/encounter/retrowin32.git
synced 2026-03-30 11:35:51 -07:00
103 lines
2.3 KiB
HTML
103 lines
2.3 KiB
HTML
<!doctype html>
|
|
<title>retrowin32</title>
|
|
<link rel='stylesheet' href='win2k.css'>
|
|
<style>
|
|
body {
|
|
width: 60ex;
|
|
margin: 2ex auto;
|
|
}
|
|
|
|
h1,
|
|
h2 {
|
|
font-size: 100%;
|
|
margin: 4px 0;
|
|
}
|
|
|
|
hr {
|
|
border: none;
|
|
border-top: groove;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
a:visited {
|
|
color: LinkText;
|
|
}
|
|
|
|
main {
|
|
padding: 8px;
|
|
background: #d0d0c8;
|
|
}
|
|
|
|
dd {
|
|
margin-left: 16px;
|
|
}
|
|
</style>
|
|
|
|
<body>
|
|
<main class='panel'>
|
|
<div style='float: right'><a href='https://github.com/evmar/retrowin32'>on github</a></div>
|
|
<h1>retrowin32</h1>
|
|
<hr>
|
|
|
|
<p>retrowin32 is a still-early Windows emulator for the web (and other non-Windows platforms).</p>
|
|
|
|
<p>Take a win32 <code>.exe</code> file and run it in a web browser or a Mac.</p>
|
|
|
|
<p>See <a href='https://github.com/evmar/retrowin32/blob/main/README.md'>the README</a> for more.</p>
|
|
|
|
|
|
<h2>demoscene</h2>
|
|
<p>
|
|
<dl>
|
|
|
|
<dt>
|
|
<a href='run.html?exe=archive%2fdemo%2ffollowme%2ffm_ddraw.exe'>Follow Me</a>
|
|
(from
|
|
|
|
<a href="https://www.pouet.net/prod.php?which=3946">pouet.net</a>)
|
|
|
|
</dt>
|
|
<dd>
|
|
Follow Me by 2 Many People (2000)
|
|
<br>status: missing VirtualQuery
|
|
</dd>
|
|
|
|
<dt>
|
|
<a href='run.html?exe=stream.exe&dir=archive%2fdemo%2fstream%2f&file=an_mfx.tga&file=code.tga&file=design.tga&file=graphics.tga&file=joulua.tga&file=mfx-psyk.tga&file=music.tga&file=naamake2.tga&file=str-psyk.tga&file=tu_hhu.tga&file=tu_uhh.tga'>stream</a>
|
|
(from
|
|
|
|
<a href="https://www.pouet.net/prod.php?which=1382">pouet.net</a>)
|
|
|
|
</dt>
|
|
<dd>
|
|
stream by mfx
|
|
|
|
</dd>
|
|
|
|
</dl>
|
|
</p>
|
|
|
|
<h2>other</h2>
|
|
<p>
|
|
<dl>
|
|
|
|
</dl>
|
|
</p>
|
|
|
|
<h2>retrowin32 test</h2>
|
|
<p>
|
|
<dl>
|
|
|
|
</dl>
|
|
</p>
|
|
|
|
</main>
|
|
</body>
|