shreshthgoyal / PixArt

GUI application for Pixel Art in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PixArt - Pixel Art Cross-Platform Desktop App

pixart_screenshot

PixArt is a Golang-based desktop GUI application that enables users to create and save pixelated art. It utilizes the Fyne toolkit and offers users the ability to generate, save, and modify PNG-format images. Additionally, the application features swatches and a Colorpicker as supplementary tools. Currently, only pixel brushtype is supported, but the underlying architecture can be extended to support other brush types.

Getting Started

Dependencies

All the packages are listed in go.mod here. A GCC compiler is required to compile the code.

Executing the program

To execute the program, one can easily clone the corresponding repository and subsequently execute the following set of commands.

go mod tidy
go run ./pixart

About

GUI application for Pixel Art in Go


Languages

Language:Go 100.0%