tabula-editor

command module
v0.0.0-...-c744f44 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 1, 2021 License: MIT Imports: 13 Imported by: 0

README

tabula-editor

An image editor built from scratch with OpenGL in Go.

Installation:

You can clone it and build it or go get it.

You can skip many of the dependencies for SDL by cloning and adding the -tags static build flag, e.g.:

go build -v -tags static -ldflags "-s -w"

Non-static builds require the dependencies listed below.

Dependencies:
Linux:
sudo apt install libsdl2-dev
Windows:

Install msys2.

Then, start the msys2 shell (not MinGW) and run

pacman -Syu

to get up to date and then

pacman -S mingw-w64-x86_64-SDL2 mingw-w64-x86_64-gcc

to install gcc and SDL2.

After everything is finished, add the mingw bin to your PATH, e.g., C:\msys64\mingw64\bin.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
app
log
Package log implements Tabula's format for logging different types of logs.
Package log implements Tabula's format for logging different types of logs.
menu
Package menu provides menu-related structs for use in tabula.
Package menu provides menu-related structs for use in tabula.
ui

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL