https://github.com/thomascode92/pixl
Pixel art editor! Small program that utilize many features of Go!
https://github.com/thomascode92/pixl
fyne go golang golang-fyne
Last synced: 22 days ago
JSON representation
Pixel art editor! Small program that utilize many features of Go!
- Host: GitHub
- URL: https://github.com/thomascode92/pixl
- Owner: ThomasCode92
- Created: 2023-01-02T14:05:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T19:08:18.000Z (over 2 years ago)
- Last Synced: 2024-10-11T22:12:43.578Z (6 months ago)
- Topics: fyne, go, golang, golang-fyne
- Language: Go
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pixl
Create your own Pixel art with Pixl!
This application, a Pixel art editor, is written in [Go](https://go.dev/) and it utilizes many of Go's core features (like Pointers, Interfaces, ...)!
It is a project of the _[Go Programming: The Complete Developer's Guide](https://www.udemy.com/course/go-programming-golang-the-complete-developers-guide/)_ course from [ZTM](https://zerotomastery.io/).