A music video coded in Go

Programming applications for making music on Linux.

Moderators: MattKingUSA, khz

Post Reply
jonetsu
Established Member
Posts: 2036
Joined: Sat Jun 11, 2016 12:05 am
Has thanked: 10 times
Been thanked: 22 times

A music video coded in Go

Post by jonetsu »

Haven't looked at the source code yet !

Yes, it's very geeky. But it's in Go !

https://www.youtube.com/watch?v=-_-2EpUqb9g

Article:

https://akondas.com/blog/How-To-Write-A ... ideo-In-Go

Source:

https://github.com/youshy/ENAE-The-System
Basslint
Established Member
Posts: 1511
Joined: Sun Jan 27, 2019 2:25 pm
Location: Italy
Has thanked: 382 times
Been thanked: 298 times

Re: A music video coded in Go

Post by Basslint »

Nice idea! Although I think there are languages better suited for this than Go, which has a C-style syntax. Perhaps a Lisp!
The community of believers was of one heart and mind, and no one claimed that any of his possessions was his own, but they had everything in common. [Acts 4:32]

Please donate time (even bug reports) or money to libre software 🎁

Jam on openSUSE + GeekosDAW!
jonetsu
Established Member
Posts: 2036
Joined: Sat Jun 11, 2016 12:05 am
Has thanked: 10 times
Been thanked: 22 times

Re: A music video coded in Go

Post by jonetsu »

Basslint wrote: Tue Sep 15, 2020 8:59 am Nice idea! Although I think there are languages better suited for this than Go, which has a C-style syntax. Perhaps a Lisp!
It's a bit C-like, although a few things are different. some in a very different way. The main Go aspect is parallel processing. Parallel processing is available in other programming languages, although it's embedded in Go.
Post Reply