diff options
author | pk33 <pk33@email.com> | 2024-11-03 03:54:10 +0100 |
---|---|---|
committer | pk33 <pk33@email.com> | 2024-11-03 03:54:10 +0100 |
commit | 611e1fdfe32b0407b8531c8d75e41ba7176381f0 (patch) | |
tree | b5a13b710d07a903ac38fa4a9d357bd7eecd9d4f | |
parent | 69058973a9f5073184b9f0b98dbcbbd63da40514 (diff) | |
download | engine33-611e1fdfe32b0407b8531c8d75e41ba7176381f0.tar.gz |
readme
-rw-r--r-- | README.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/README.html b/README.html index 940a743..9e1fd2f 100644 --- a/README.html +++ b/README.html @@ -12,19 +12,18 @@ <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>BUGS</h3> +<h3>TODO</h3> <hr> <ul> - <li>Vsync code is pretty shitty</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> </ul> <br><br> -<h3>TODO</h3> -<hr> -<p>yes</p> -<br><br> - |