TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Golang – bare bones pixel graphics window

2 pointsby mickduprezover 6 years ago

1 comment

mickduprezover 6 years ago
OP here, this is my naive attempt at using Go to create a basic GUI window to render basic graphics to. I couldn't find anything like this for Go in my searches so I thought I'd have a go at it myself. I welcome any suggestions and comments on better ways to do this and improve the code base, thanks.