Commit Graph

23 Commits

Author SHA1 Message Date
11bdae78a0 Add icon setter to backend 2022-11-09 01:13:44 -05:00
60269d554c Updated backend interface to use new event interface 2022-11-09 01:12:55 -05:00
b60d7518e0 Add new event interface 2022-11-09 01:12:47 -05:00
3456d4e862 Got rid of old event getters 2022-11-09 01:04:53 -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
f3d0bad959 Create readme 2022-11-06 15:37:33 -05:00
3abba9d69b Don't even bother with text wrapping
This is a pretty useless feature, all things considered. It should
be the job of the application to figure that out.
2022-11-06 15:26:50 -05:00
f98b551ba2 Added bounds checking to buffer 2022-11-06 15:25:55 -05:00
ff7240d553 Pass keyboard events through application 2022-11-06 15:12:44 -05:00
f6b8d9903b Return err from Application.Run 2022-11-06 14:47:37 -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
fa72865465 Downgrade to go 1.18 2022-11-02 16:31:20 -04:00
32e30440f7 Add input state queries 2022-11-02 15:14:59 -04:00
ce6a108d27 input.go no longer depends on glfw 2022-11-02 15:14:26 -04:00
fea20558ac Initial commit 2022-10-31 15:51:28 -04:00