Commit Graph

22 Commits

Author SHA1 Message Date
ed5c6829d4 Remove fakeImage struct and replace with image.Uniform 2022-11-11 14:51:08 -05:00
93b02b4628 We have text 2022-11-10 21:32:02 -05:00
d26845a4d6 Draw background color in window 2022-11-10 20:43:27 -05:00
1afbcdb6bc Load an actual font 2022-11-10 12:38:02 -05:00
23a04a9cdb Added icon setting 2022-11-10 02:02:08 -05:00
4536932dde Resize canvas when the window is resized 2022-11-10 01:00:47 -05:00
f807c8df35 Handle actual X events 2022-11-09 22:33:18 -05:00
01f43a03a4 A canvas is now created 2022-11-09 19:07:40 -05:00
c93ca17fe5 x backend has an event loop 2022-11-09 18:53:14 -05:00
0c5118b59a Added X backend stub 2022-11-09 15:52:49 -05:00
7a6be48cb8 Added some documentation 2022-11-09 01:01:13 -05:00
509c6f0bc6 Characters are now rendered with their proper descent 2022-11-06 16:35:16 -05:00
3a879d9a5f Mouse input works 2022-11-06 15:59:06 -05:00
b773ba6fc6 Cells get cleared properly (lol) 2022-11-06 14:44:09 -05:00
4b129a8391 Buffer, DamageBuffer, and Application are io.Writers 2022-11-06 14:17:43 -05:00
18ea5681de Buffer is now drawn in the screen center (similar to kitty) 2022-11-06 12:42:22 -05:00
6e5cbd50f5 Fixed coordinate system 2022-11-05 18:56:56 -04:00
d739c0a6ed Cells are now drawn 2022-11-05 18:43:57 -04:00
11cab091dc Individually clear dirty cells 2022-11-05 18:08:00 -04:00
e12fb3d7db Window resizing 2022-11-02 18:51:33 -04:00
32e30440f7 Add input state queries 2022-11-02 15:14:59 -04:00
fea20558ac Initial commit 2022-10-31 15:51:28 -04:00