starlight
a go wrapper for google's starlark embedded python language (by sourcegraph)
flamenco
By blender
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.
starlight
Posts with mentions or reviews of starlight.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-20.
-
Choosing scripting extension - need advice
Pretty surprised no one has suggested starlark - Very nice ergonomics on both the scripting side and the interpreter. Worth a look! Especially nice when combined with starlight
flamenco
Posts with mentions or reviews of flamenco.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-20.
-
Choosing scripting extension - need advice
If you're curious how I set it up, check out blender/flamenco on Gitlab. The Goja/JS stuff is in internal/manager/job_compilers.
-
gRPC gateway vs oapi-codegen etc.
The project is at https://gitlab.com/blender/flamenco in case you're interested.
-
Looking for open source project to learn from
I'm quite proud of Flamenco. Project wise it has two executables (in cmd/{exename}/main.go) and an OpenAPI-generated interface for communication between the main one (flamenco-manager) and the rest (flamenco-worker, Blender add-on, web interface).
What are some alternatives?
When comparing starlight and flamenco you can also consider the following projects:
embedded-scripting-languages - A list of embedded scripting languages
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
kutil - Go Utilities
grule-rule-engine - Rule engine implementation in Golang
wazero - wazero: the zero dependency WebAssembly runtime for Go developers
yaegi - Yaegi is Another Elegant Go Interpreter
wasmer-go - 🐹🕸️ WebAssembly runtime for Go
goja - ECMAScript/JavaScript engine in pure Go