blob: 4be98d5a8422b55b3994259f274594e25fca217c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<h2>engine33</h2>
<p>WIP game engine in C.</p>
<hr><hr>
<h3>COMPILING</h3>
<hr>
<p>bmake</p>
<h3>USAGE</h3>
<hr>
<p>run ./bin/engine33 on a TTY with a display connected to an integrated graphics connector. Can you find the green pixel on your screen? Well done.</p>
<h3>BUGS</h3>
<hr>
<ul>
<li>VT switcher doesn't work</li>
</ul>
<h3>TODO</h3>
<hr>
<p>yes</p>
|