aboutsummaryrefslogtreecommitdiff
path: root/README.html
blob: e170ff1fe35fa2802a091a4529cd83d64e385095 (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
<h2>engine33</h2>
<p>WIP game engine in C.</p>

<hr><hr>
<br><br><br>

<h3>COMPILING</h3>
<hr>
<p>Set CC in the makefile. Then bmake.</p>
<br><br>

<h3>USAGE</h3>
<hr>
<p>You need a monitor connected to an on-board connector.<br>
Edit options.h.<br>
Run ./bin/engine33 on a TTY.<br>
Can you see the green pixel on your screen? Well done.</p>
<br><br>

<h3>TODO</h3>
<hr>
<ol>
<li>Cleanup on EXIT INT KILL etc.</li>
<li>Change vsync code to not just stall waiting for vblank</li>
<li>Adapt modesetting code for some fringe cases</li>
<li>Implement fonts*</li>
<li></li>
</ol>
<br><br>