TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Golang – bare bones pixel graphics window

2 点作者 mickduprez超过 6 年前

1 comment

mickduprez超过 6 年前
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.