opengl
tutorials
- http://www.opengl-tutorial.org/cn/beginners-tutorials/
3D入门库
- https://github.com/go-gl/example
3D引擎
-
https://github.com/g3n/g3nd
-
https://github.com/g3n/demos
gio
- https://gioui.org/
fyne
- https://github.com/fyne-io/fyne
文件传输工具
- https://github.com/Jacalz/rymdport
终端工具
- https://github.com/charmbracelet/bubbletea
minio替代
- https://github.com/rustfs/rustfs
- https://dl.minio.org.cn/server/minio/release/linux-amd64/archive/
minio安装
docker pull minio/minio:RELEASE.2025-04-22T22-12-26Z
docker run -p 9000:9000 -p 9001:9001 --name minio-ai -e MINIO_ROOT_USER=root -e MINIO_ROOT_PASSWORD=root123456 -v /data:/data minio/minio server /data --console-address :9001 -address :9000
minio 替代
Garage 是一套适合“自己搭、小团队用、多节点部署”的 S3 存储系统。
- 官网:https://garagehq.deuxfleurs.fr仓库
- (自托管):https://git.deuxfleurs.fr/Deuxfleurs/garage