X11 backend for Tomo.
This repository has been archived on 2024-06-02. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2023-09-08 16:39:58 -04:00
canvas Minor drawing fixess 2023-09-08 16:39:58 -04:00
x
backend.go
box.go
canvasbox.go Minor drawing fixess 2023-09-08 16:39:58 -04:00
containerbox.go Fixed transparent boxes not redrawing sometimes 2023-09-07 18:22:04 -04:00
event.go
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
README.md
system.go Fixed transparent boxes not redrawing sometimes 2023-09-07 18:22:04 -04:00
textbox.go
texture.go Upgrade tomo version 2023-09-05 17:50:53 -04:00
util.go
window.go

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