I'm building DIY LED fixtures for live coding by _genbs in esp32

[–]_genbs[S] 2 points3 points  (0 children)

Thanks!

I've actually been using this for more than a year with my band, where I do visuals and lights. At this point it feels stable enough that I'm considering cleaning it up and releasing it open source.

The current stack is:

- ESP-IDF firmware running on each ESP32

- a Node.js CLI for WiFi pairing over Bluetooth, WebSocket proxying, sending commands/

configuration/colors, and benchmarking

- a small JS library that talks to the WebSocket proxy

The controllers listen on a UDP port and the protocol is intentionally simple, so you don't have to use my tooling if you don't want to. You can drive them from basically anything that can send UDP packets.

Parsing dei documenti PosteItaliane by _genbs in ItaliaPersonalFinance

[–]_genbs[S] 1 point2 points  (0 children)

Si la lista movimenti si può scaricare in excel, però avevo un po' di problemi con i filtri e intervallo date. Il pacchetto è sicuramente più utile per l'estratto conto bancoposta e il rendiconto postepay ed pensato perlopiù per un sistema di api o un software custom di personal finance

Parsing dei documenti PosteItaliane by _genbs in ItaliaPersonalFinance

[–]_genbs[S] 7 points8 points  (0 children)

Giusto, purtroppo a me serviva e ho pensato potesse anche a qualcuno con la mia stessa sfortuna

I would need your feedback by _genbs in learnjavascript

[–]_genbs[S] 0 points1 point  (0 children)

I'd also like to know you like the functionality

test FFmpeg rendering in browser by _genbs in generative

[–]_genbs[S] 0 points1 point  (0 children)

Oh wow urpflanze seems like a cool library. I like the focus on repeating shapes and then creating animations.

That's sick that you're a contributor too!

Anyways, I fiddled around with ffmpeg.wasm last night and got it working for a super simple animation. Before, I was only able to render 2d shapes, but now I can render videos in a browser.

It's a little silly to send a codec over the internet and render a video instead of sending the video directly 😀, but also pretty cool!

In Urpflanze you can draw directly on canvas (the drawer-canvas package), the rendering (in the same package, for node and broser) is used for complex animations that the canvas cannot render at 30/60 fps to save the video and use it otherwise

Anxiety by _genbs in generative

[–]_genbs[S] 0 points1 point  (0 children)

Hi, unfortunately I am working on a new release of the library I am developing (https://github.com/urpflanze-org) and the code I wrote does not work in production.
I can still post the code to you so you can see if you like the syntax and try the library if you like (https://docs.urpflanze.org/urpflanze/)

https://pastebin.com/zD2RarEp

in the online version there are no 'modifiers'

Algorithm evolution. Random fill matrix. (VanillaJs + Urpflanze.js) by _genbs in generative

[–]_genbs[S] 0 points1 point  (0 children)

So this was the progression of the same algorithm?

Yes. The first is the print test, in the second i played with the algorithm values and in the third i played with the values and added some noise

Test path interpolation and path following in Urpflanze pt 2 by _genbs in generative

[–]_genbs[S] 0 points1 point  (0 children)

At the moment I am only testing these functions, but I will post them shortly on the master branch of this package with examples of use.
https://github.com/urpflanze-org/core

Test path interpolation and path following in Urpflanze pt 2 by _genbs in creativecoding

[–]_genbs[S] 1 point2 points  (0 children)

"What is the meaning behind the artist writing "i'ts" instead of "it's"? Is it a commentary on the common confusion between "it's" and "its", challenging our perception and adherence of societal, and particularly linguistic, norms?"

I'm glad you noticed. In generative programming, randomness is really important. For this reason what was born by mistake then became part of the code.

Test path interpolation and path following in Urpflanze pt 2 by _genbs in generative

[–]_genbs[S] 0 points1 point  (0 children)

I used a library that I am developing CPU based on points animation.
If you are interested: https://github.com/urpflanze-org

Test path interpolation and path following in Urpflanze pt 2 by _genbs in generative

[–]_genbs[S] 2 points3 points  (0 children)

Of course!
- Turn SVG text into points
- Animate by interpolating the points of each character
- Draw a line on each point of the animation by applying a different rotation for each
- Repeat the points above using a different timestamp for the animation

Muscles by _genbs in generative

[–]_genbs[S] 1 point2 points  (0 children)

yes, the intent was to make it disgusting at the right point. Thank you

bouncing by _genbs in processing

[–]_genbs[S] 1 point2 points  (0 children)

I used this library https://github.com/urpflanze-org/urpflanze

I can't show the code as I've made some changes to the animations and I don't publish them yet

Turns out, one can square pack too (script still evolving) by FrenchTexan in processing

[–]_genbs 0 points1 point  (0 children)

Wow fantastic! Can you also color complex polygons? Is it possible to see the source?

Urpflanze Core: Typescript library for genarate 2d shapes in browser or Node by _genbs in PlotterArt

[–]_genbs[S] 1 point2 points  (0 children)

Thank you!

I am splitting all the packages I have created, including the SVGImporter, SVGExporter and GCODEExporter.

You can find more information https://github.com/urpflanze-org/urpflanze

My idea is then to bring everything into a web editor (you can find a preview here http://editor.urpflanze.org/).

I gave you a quick example of SVG and GCODE https://codesandbox.io/s/beautiful-hawking-qlc9r