Skip to content

shreshthgoyal/PixArt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages