X11 backend for Tomo.
This repository has been archived on 2024-06-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Sasha Koshka cd72ae5bdd Add support for scrolling flow layouts to ContainerBox impl 2024-05-17 15:03:59 -04:00
canvas Minor drawing fixess 2023-09-08 16:39:58 -04:00
LICENSE Add license 2023-07-06 02:08:30 -04:00
README.md lol whoops 2023-09-04 02:54:56 -04:00
backend.go Changed the way minimum sizes are calculated 2023-08-17 23:20:08 -04:00
box.go Don't invalidate box if texture was set redundantly 2024-05-15 01:18:17 -04:00
canvasbox.go Minor drawing fixess 2023-09-08 16:39:58 -04:00
containerbox.go Add support for scrolling flow layouts to ContainerBox impl 2024-05-17 15:03:59 -04:00
event.go Don't crash when user hovers over nothing 2024-05-07 20:14:46 -04:00
go.mod Upgrade typeset version 2024-05-05 02:38:18 -04:00
go.sum Upgrade typeset version 2024-05-05 02:38:18 -04:00
system.go Upgrade tomo version 2023-09-09 15:05:08 -04:00
textbox.go Fix TextBox scroll behavior 2024-05-13 19:39:36 -04:00
texture.go Upgrade tomo version 2023-09-05 17:50:53 -04:00
util.go Cleaned up code relating to transparency 2023-08-25 02:51:07 -04:00
window.go Upgrade tomo version 2023-09-09 15:05:08 -04:00

README.md

x

Go Reference

An X11 backend for Tomo.

Installation

cd x/x
go build -buildmode=plugin .
mkdir -p ~/.local/lib/tomo/plugins
mv x.so ~/.local/lib/tomo/plugins