go-chart
go chart is a basic charting library in go. (by wcharczuk)
g3n
Go 3D Game Engine (http://g3n.rocks) (by g3n)
Our great sponsors
- SonarLint - Clean code begins in your IDE with SonarLint
- InfluxDB - Access the most powerful time series database as a service
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
go-chart | g3n | |
---|---|---|
3 | 5 | |
3,710 | 2,343 | |
- | 2.0% | |
0.0 | 2.6 | |
3 months ago | 3 months ago | |
Go | Go | |
MIT License | BSD 2-clause "Simplified" License |
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.
go-chart
Posts with mentions or reviews of go-chart.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-20.
- What is the closest thing from Seaborn (python) in Go?
-
Create interactive figures with go-plotly!
I have used both https://github.com/wcharczuk/go-chart and https://github.com/gonum/gonum/tree/master/graph for charts, but my need for charts and graphs isn't constant. Since these are far more popular projects, there might be some hesitance for people to use something else without a specific differentiator. What is the biggest difference in your mind? I use a fair bit of Python, but not for graphs and charts. Is yours more similar to plotly? I know Gonum gets a lot of inspiration from Python libraries, but perhaps yours is a more specific equivalent to Plotly? I don't know exactly what you mean about interactivity until I get to play with it. I'm wrapping up a master's project now and might have a few weeks to poke at some visualizations.
-
How should I approach plotting (2d and 3d) in Golang project?
So far I've been using gonum anyway the couple times I've needed a chart, so I've used gonum, and while I did get confused in a few cases, I never tried the alternative I've heard mentioned: https://github.com/wcharczuk/go-chart Not sure how it compares, but if I ever have some time, I would love to contribute to gonum especially.
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 2023-04-19.
-
What would be the closest thing to Unity/Unreal C#/C++ for Go to create games/animations/visual work?
as well as possibly (G3N) https://github.com/g3n/engine
-
3d with Ebitengine?
and https://github.com/g3n/engine
- Can Go be used for game development?
-
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/
What are some alternatives?
When comparing go-chart and g3n you can also consider the following projects:
asciigraph - Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
Ebiten - Ebitengine - A dead simple 2D game engine for Go
Azul3D - Azul3D - A 3D game engine written in Go!
raylib-go - Go bindings for raylib, a simple and easy-to-use library to enjoy videogames programming.
Pixel - A hand-crafted 2D game library in Go
go3d - A performance oriented 2D/3D math package for Go
go-sdl2 - SDL2 binding for Go
Leaf - A game server framework in Go (golang)
goworld - Scalable Distributed Game Server Engine with Hot Swapping in Golang
glop - Bare-bones osx alternative to sdl
resolv - A Simple 2D Golang collision detection and resolution library for games
d3d9 - Direct3D9 wrapper for Go.