engine
This repository is no longer in use. Starting with Docker Engine 20.10, active development, releases, and release-branches can now be found in the upstream https://github.com/moby/moby repository (by docker)
gio
Mirror of the Gio main repository (https://git.sr.ht/~eliasnaur/gio) (by gioui)
engine | gio | |
---|---|---|
4 | 64 | |
738 | 1,742 | |
- | 2.2% | |
0.0 | 8.5 | |
over 2 years ago | 11 days ago | |
Go | Go | |
Apache License 2.0 | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
engine
Posts with mentions or reviews of engine.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-08.
-
Looking for open source project to learn from
The Docker engine is a cool large-scale project.
-
Honestly, is Go useful for anything but microservices?
No, not really.
-
What the fuck IS docker desktop?
It's interesting, in their own documentation, they seem to use the names docker-ce and docker engine interchangeably, so it seems like docker engine/community edition is free and open source under an Apache 2.0 License. https://github.com/docker/engine https://docs.docker.com/engine/install/ubuntu/.
- Looking for recommendations: Deploying a docker container with a mounted volume
gio
Posts with mentions or reviews of gio.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-08-26.
-
How to Create Your First Mac App Using Go
Go Programming Language Gio Toolkit for Go Xcode Command Line Tools Apple Developer Documentation This blog post provides a comprehensive guide to building your first Mac app using Go, with plenty of code examples to help you understand each step. By following this guide, you can quickly get started with Mac app development and explore the powerful capabilities of Go and Gio.
- Gio UI – Cross-Platform GUI for Go
- Why the M2 is more advanced that it seemed
-
Bare Metal Rust in Android
> At least with a language like Go, it somewhat makes sense, and has been attempted: https://gioui.org/
Gio UI is an immediate-mode UI, and immediate-mode UIs map very nicely to Rust. egui is quite easy to use. https://www.egui.rs/
-
net/http extension to exchange structs
I've been writing a WASM app using gio & I found myself wanting for a simplified web library. In addition I drew some inspiration from leptos server functions. A friend of mine mentioned it has some similarities with next.js
-
htmx/Go experiences?
I am building the same but with golang and https://gioui.org/
- Ideas for GUI libraries?
-
Gonum & Gonum/Plot v0.13.0
This release of Gonum/plot is in sync with Gonum-v0.13.0 and updates the vg/vggio backend to the latest Gio API.
-
Are there any popular computer applications written in Golang?
Historically, C++. Today, (unfortunately) a lot of (non-game) desktop apps are written in HTML/CSS/JS using Electron. There are projects like Fyne and GIO that aim to make Go a viable language for building large-scale performant desktop apps. My open-source hobby project Supersonic is a music player app built using Fyne.