go-gst VS p5

Compare go-gst vs p5 and see what are their differences.

go-gst

Gstreamer bindings and utilities for golang (by tinyzimmer)

p5

p5 is a Python package based on the core ideas of Processing. (by p5py)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
go-gst p5
4 8
130 707
- 1.3%
2.7 6.4
3 months ago 3 months ago
Go Python
GNU Lesser General Public License v3.0 only GNU General Public License v3.0 only
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.

go-gst

Posts with mentions or reviews of go-gst. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-13.
  • Directions / pointers for a server that buffers and rebroadcasts a video stream?
    5 projects | /r/golang | 13 Jul 2022
    I don't know how low level you want to go, but assuming you don't want to re-implement video codecs then GStreamer is probably a good place to start, it allows you to create modular video pipelines and it has Go bindings (although I've not personally used them).
  • Is it possible to detect text and edit from image in golang?
    2 projects | /r/golang | 20 Apr 2022
    For the latter I have gstreamer bindings here https://github.com/tinyzimmer/go-gst , but you could potentially also implement yourself with other libraries tuned to the purpose.
  • Pion WebRTC v3.1.0 Released
    3 projects | /r/golang | 23 Sep 2021
    I noticed you have some gstreamer examples which is awesome! In case you are interested, I maintain bindings also (and the app libraries are included) if you wanted to remove some of that internal boilerplate :).
  • Processing equivalent in GoLang
    12 projects | /r/golang | 6 Aug 2021
    If CGO isn't off the table, gstreamer can do some interesting stuff with the app library. I have bindings here. This example plays with "dynamically" producing image frames.

p5

Posts with mentions or reviews of p5. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-17.
  • p5py – can't find createGraphics()
    2 projects | /r/processing | 17 Apr 2022
    Hi, I have a question about p5py. I can't seem find the createGraphics() function. I have been looking in image.py and shape.py from core, but from what I learn from Processing.org and p5js reference it should be in rendering, there is no rendering.py as far as I can find in p5py.
    2 projects | /r/processing | 17 Apr 2022
  • Is Processing Python just broken at the moment?
    2 projects | /r/processing | 3 Mar 2022
    Your other option would be to use the p5 python package(https://github.com/p5py/p5). It's a pure implementation of the core ideas of processing in python. There is a little bit of manual installation but it works really well. You can also use other installed library's and the latest python version instead of Jython.
  • Weird: Generative Art in Common Lisp
    3 projects | news.ycombinator.com | 12 Dec 2021

What are some alternatives?

When comparing go-gst and p5 you can also consider the following projects:

OpenFrameworks - openFrameworks is a community-developed cross platform toolkit for creative coding in C++.

mergi - go library for image programming (merge, crop, resize, watermark, animate, ease, transit)

generative-art-in-go - A companion source code repository to the book "Generative Art in Go"

gg - Go Graphics - 2D rendering in Go with a simple API.

kaboom.js - 💥 JavaScript game library

lol-pick-ban-ui - Web-Based UI to display the league of legends champ select in esports tournaments.

weird - Generative art in Common Lisp

canvas - Cairo in Go: vector to raster, SVG, PDF, EPS, WASM, OpenGL, Gio, etc.

kvdi - A Kubernetes-native Virtual Desktop Infrastructure

livego - live video streaming server in golang

processing - Source code for the Processing Core and Development Environment (PDE)