GUI application for Pixel Art in Go
PixArt
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.
This is a simple yet powerful tool for creating pixel art, and it can be used for a variety of purposes, including art, graphic design, and more. The application is designed to be user-friendly and intuitive, making it accessible to users of all skill levels. PixArt is a great tool for anyone looking to create pixel art quickly and easily.
This was my first application built using Golang and Fyne toolkit.