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
2023-09-05 21:23:24 -04:00
canvas Boxes no longer panic on nil texture 2023-09-05 21:23:24 -04:00
x I forgor 2023-08-12 01:03:34 -04:00
backend.go Changed the way minimum sizes are calculated 2023-08-17 23:20:08 -04:00
box.go WIP texture drawing 2023-08-29 15:52:24 -04:00
canvasbox.go Changed the way minimum sizes are calculated 2023-08-17 23:20:08 -04:00
containerbox.go WIP texture drawing 2023-08-29 15:52:24 -04:00
event.go Behavior relating to hovering is more solid 2023-08-12 12:15:34 -04:00
go.mod Upgrade tomo version 2023-09-05 17:50:53 -04:00
go.sum Upgrade tomo version 2023-09-05 17:50:53 -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
system.go Add support for transparency 2023-08-22 13:17:48 -04:00
textbox.go Cleaned up code relating to transparency 2023-08-25 02:51:07 -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 WIP moving ggfx stuff into xcanvas 2023-08-22 21:24:38 -04:00

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