g3n
Go 3D Game Engine (http://g3n.rocks) (by g3n)
Ebiten
A dead simple 2D game library for Go (by hajimehoshi)
Our great sponsors
g3n | Ebiten | |
---|---|---|
2 | 29 | |
1,970 | 6,473 | |
4.4% | - | |
5.9 | 9.9 | |
about 2 months ago | 4 days ago | |
Go | Go | |
BSD 2-clause "Simplified" License | Apache License 2.0 |
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.
g3n
Posts with mentions or reviews of g3n.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-21.
-
Is there a 3D game library or engine made in Go that's usable and not restrictively licensed?
https://github.com/g3n/engine is BSD 2-clause.
-
How should I approach plotting (2d and 3d) in Golang project?
Or... You might consider writing directly to a frame buffer and rendering the graphics directly, currently Go doesn't have anything like matplotlib, but there are options like 3d game engines: http://g3n.rocks/ https://azul3d.org/
Ebiten
Posts with mentions or reviews of Ebiten.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-15.
-
What do you use Go for?
For machine learning, I use https://gorgonia.org/. For games, I use https://ebiten.org/ For GUIs, I usually use https://fyne.io/ . This (https://github.com/avelino/awesome-go) is a good resource too.
- Ebiten
-
Learning Go, but I have some questions
But, at the same time, I wanna develop some indie games, just for fun :D I found this library for 2D game dev , and I was thinking, will there be something like this for 3D? or do I have to go to Unreal or Unity for this?
-
Announcing messeji, a library providing text widgets for Ebiten
Ebiten is a game engine for Go.
- Is there a 3D game library or engine made in Go that's usable and not restrictively licensed?
-
Game engine for programmars
Ebiten - A dead simple 2D game library for Go
-
I wrote a market simulation library in Go.
For front-end stuff, I use https://ebiten.org/
-
City Limits is a city-building simulation game (Go, Ebiten engine)
It is powered by Ebiten and the source code is freely available.
-
Could Golang ever be used in the meat-and-potatoes of video game development?
I don't see why it can't be used in video game development in fact, there are already a few games made in go like Bear's Restaurant though most of them seem to be 2D games That is also a few game engines/frameworks/library made in go like G3N, Ebiten, pixel and go-gl I have seen a few Youtube Videos where people make games in go like Gaming in Go Making an MMO I think what is Missing is gaming engines with a GUI like unity, unreal and Godot but nothing stopping someone from making one other than the massive time/money investment it takes
-
Compiling a Go program into a native binary for Nintendo Switch™
I have been developing a 2D game engine called Ebiten in my spare time. I have succeeded in porting this to Nintendo Switch and the Nintendo Switch version of "Bear's Restaurant" was released in 2021.
What are some alternatives?
When comparing g3n and Ebiten you can also consider the following projects:
Pixel - A hand-crafted 2D game library in Go
raylib-go - Go bindings for raylib, a simple and easy-to-use library to enjoy videogames programming.
go-sdl2 - SDL2 binding for Go
engo - Engo is an open-source 2D game engine written in Go.
resolv - A Simple 2D Golang collision detection and resolution library for games
Leaf - A game server framework in Go (golang)
GarageEngine - Game engine written in Go (golang).
Oak - A pure Go game engine
goworld - Scalable Distributed Game Server Engine with Hot Swapping in Golang
Azul3D - Azul3D - A 3D game engine written in Go!
gonet - A Game Server Skeleton in golang.